lite-rpc/quic-forward-proxy/src
Groovie | Mango 944a93114c
Bugfix,379 identity key pair loading must be optional (#381)
fix identity keypair loading logic

reverting to this logic
1. check if env variable IDENTITY is present
2. check if cli arg --identity-keypair is present
3. assume no identity
2024-04-02 15:52:06 +02:00
..
inbound Adding prometheus metrics to follow quic states (#277) 2024-01-16 11:30:40 +01:00
outbound Adding prometheus metrics to follow quic states (#277) 2024-01-16 11:30:40 +01:00
shared avoid de-serialization of wire format 2023-08-08 16:36:24 +02:00
cli.rs Deploy QUIC Proxy (#187) 2023-09-08 14:13:20 +01:00
lib.rs Revert "cleanup/consolidate tests" 2023-08-29 17:16:48 +02:00
main.rs Bugfix,379 identity key pair loading must be optional (#381) 2024-04-02 15:52:06 +02:00
proxy.rs remove unused exit_signal 2023-09-02 14:18:31 +02:00
proxy_request_format.rs move broadcast receiver 2023-08-10 10:31:31 +02:00
quic_util.rs fmt+clippy 2023-07-31 14:26:21 +02:00
quinn_auto_reconnect.rs Fix some typos (#260) 2024-01-02 20:52:46 +05:30
tls_config_provider_client.rs cleanup minor todos 2023-08-02 14:15:39 +02:00
tls_config_provider_server.rs cleanup minor todos 2023-08-02 14:15:39 +02:00
tls_self_signed_pair_generator.rs fix all clippy errors 2023-08-02 14:55:11 +02:00
util.rs move keypair_loaded to core 2023-09-02 14:59:56 +02:00
validator_identity.rs simplified validator identity 2023-08-02 15:09:50 +02:00