Skip to content

Commit

Permalink
Prepare version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Aug 26, 2024
1 parent e802409 commit 33978a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,20 @@ values than to get a generic parse error).

### 0.12.0

- Set MSRV to 1.70 (required by num_enum)
- Make functions to parse handshake messages public (#66)
- Cargo: use phf without std if no_std was specified (#56)
- Fix parsing and export of RFCs for SCSV
- DTLS fragments as DTLSMessageHandshakeBody::Fragment
- Update ciphersuites with old drafts + new AEGIS
- Support SSLv3 ServerHello
- Improve TlsCipherSuite: add PRF and methods to get parameters
- Remove `rand_time` from `ClientHello`/`ServerHello` (this is deprecated since a long time, and makes
getting the entire random value difficult)
To access sub elements, use the `rand_time()` and `rand_bytes()` methods

Thanks: Daniel McCarney, Lucas Kent, Andrew Finn, Adrien Guinet, Martin Algesten, Benoit Lemarchand

### 0.11.0

- Upgrade to nom 7
Expand Down

0 comments on commit 33978a6

Please sign in to comment.