diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Contributors.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index 921378c19..b297aa7b8 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -269,7 +269,7 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <p>Matthew Sitton (https://github.com/mdsitton) - Addition of missing ALPN Protocol names.</p> </li> <li> - <p>Jozef Gajdoš (https://github.com/harrison314) - Time constructor optimization, RevokedStatus fix.</p> + <p>Jozef Gajdoš (https://github.com/harrison314) - Time constructor optimization, RevokedStatus fix, improved thread-safe singleton code (e.g. X509Certificate/X509Crl cached encoding), SubjectPublicKeyInfo support in OpenSsl.PemWriter.</p> </li> <li> <p>Ben Adams (https://github.com/benaadams) - Performance optimization for AES-NI.</p> @@ -277,6 +277,12 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <li> <p>Daniel Bleichenbacher - Fixed rounding issue in FF1. Reported incompatible RFC 3394 wrapping of 64 bit keys.</p> </li> + <li> + <p>Patrick (https://github.com/patagonaa) - Initial PR for DTLS Connection ID support (RFC 9146). PR to make DTLS initial resend timeout configurable.</p> + </li> + <li> + <p>Anh Vo (https://github.com/anhvoms) - Ported OpenSSH utilities from bc-java.</p> + </li> </ul> </body> </html> |