- Drop dupe handshakes to not block newer messages #44
- Fix DTLS HelloVerifyRequest by clearing queue_rx after sending HVR #40
- Configurable RNG seed for tests #41
- Add debug warn! for ReceiveQueueFull error #39
- Fix DTLS protocol version in HelloVerifyRequest #36
- Handle multiple Handshake in one Record #36
- dimpl is not compatible with aws-lc-rs < 1.14 #35
- Add fuzz testing to #32
- Re-export Aad and Nonce that was missing #30
- Add CodeQL analysis workflow configuration #27
- Constant time equality #26
- Pluggable CryptoProvider #16
- aws-lc-rs backend (default)
- rust-crypto backend (pure Rust)
- Optimize parse speed using Box #14
- Replace self_cell with indexes #14
- Fix bug not retuning pooled Buf #14
- Replace tinyvec with arrayvec #14
- Remove zeroize - for now #13
- Replace RustCrypto with aws-lc-rs #12
- Fix SRTP key to include client_random and server_random #11
- Make generated certs compatible with Firefox #11
- Fixes to extension parsing #10
- Better connection/flight timers #9
- Remove rcgen/ring dependency #8
- Bump MSRV to 1.81.0 #7
- Bump rand to 0.9.x #7
- Remove Diffie-Hellman (since no RSA) #6
- Add github actions as CI #5
- Fix bad MTU packing causing flaky tests #4
- Remove ciphers using RSA #3
- First published version