Updated series to address arut@ comments: - patches #1, #2, #4 unchanged - patch #3 replaced with keys check in ngx_quic_ack_packet - #5 updates ngx_quic_keys_cleanup and ngx_quic_compat_set_encryption_secret - factored out common code for ngx_quic_crypto_open/seal - ngx_quic_crypto_hp cleanup for CRYPTO_chacha_20 - new change to simpify ngx_quic_ciphers() API. - new change to remove key field from ngx_quic_secret_t - assorted fixes in using ngx_explicit_memzero _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel
- Re: [PATCH 5 of 8] QUIC: reusing crypto cont... Sergey Kandaurov
- [PATCH 6 of 8] QUIC: reusing crypto contexts for header p... Sergey Kandaurov
- Re: [PATCH 6 of 8] QUIC: reusing crypto contexts for... Roman Arutyunyan
- Re: [PATCH 6 of 8] QUIC: reusing crypto contexts... Sergey Kandaurov
- [PATCH 7 of 8] QUIC: cleaned up now unused ngx_quic_ciphe... Sergey Kandaurov
- Re: [PATCH 7 of 8] QUIC: cleaned up now unused ngx_q... Roman Arutyunyan
- Re: [PATCH 7 of 8] QUIC: cleaned up now unused ngx_q... Sergey Kandaurov
- [PATCH 8 of 8] QUIC: explicitly zero out unused keying ma... Sergey Kandaurov
- Re: [PATCH 8 of 8] QUIC: explicitly zero out unused ... Roman Arutyunyan
- Re: [PATCH 8 of 8] QUIC: explicitly zero out unu... Sergey Kandaurov
- [PATCH 00 of 11] [quic] reusing crypto contexts, and more... Sergey Kandaurov
- [PATCH 01 of 11] QUIC: split keys availability check... Sergey Kandaurov
- [PATCH 03 of 11] QUIC: prevented generating ACK fram... Sergey Kandaurov
- [PATCH 02 of 11] QUIC: added safety belt to prevent ... Sergey Kandaurov
- [PATCH 04 of 11] QUIC: renamed protection functions Sergey Kandaurov
- [PATCH 05 of 11] QUIC: reusing crypto contexts for p... Sergey Kandaurov
- [PATCH 06 of 11] QUIC: common code for crypto open a... Sergey Kandaurov
- [PATCH 08 of 11] QUIC: cleaned up now unused ngx_qui... Sergey Kandaurov
- [PATCH 07 of 11] QUIC: reusing crypto contexts for h... Sergey Kandaurov
- [PATCH 09 of 11] QUIC: simplified ngx_quic_ciphers()... Sergey Kandaurov
- [PATCH 10 of 11] QUIC: removed key field from ngx_qu... Sergey Kandaurov