Skip to content

Commit

Permalink
changes, adjust opam constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 4, 2015
1 parent 09b3725 commit e38dc4f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.7.0 (2015-12-04):
* session resumption (via session ID) support (#283)
Config contains `session_cache : SessionID.t -> epoch_data option`
and `cached_session : epoch_data option`
* session hash and extended master secret (RFC 7627) support (#287)

semantic changes
* disable renegotiation by default (#300)
* stack blocks (both Mirage and Lwt) while renegotiating (#304)
* `Engine.handshake_in_progress` no longer exist
* `Hex_fingerprint / `Fingerprint authenticators no longer exist
* Mirage X509 does no longer prefix keys and trust anchors with "tls/" in the path

minor fixes
* fix concurrent read/write in tls_mirage (#303)
* expose own_random and peer_random in epoch_data (@cfcs, #297)
* public key pinning (X509_lwt) via `Hex_key_fingerprint / `Key_fingerprint (#301)
* certificate chain and peer certificate are exposed via epoch_data (new path-building X.509 interface)

0.6.0 (2015-07-02):
* API: dropped 'perfect' from forward secrecy in Config.Ciphers:
fs instead of pfs, fs_of instead of pfs_of
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"type_conv"
"sexplib"
"nocrypto" {>= "0.5.0"}
"x509" {>= "0.4.0"}
"x509" {>= "0.5.0"}
"camlp4"
"ounit" {test}
]
Expand Down

0 comments on commit e38dc4f

Please sign in to comment.