Skip to content

Commit

Permalink
release 0.9.0: update changes and opam
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 23, 2017
1 parent fb78855 commit 0407dae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.9.0 (2017-12-23)

* renegotiation semantics (#375)
allow acceptable_ca, authenticator, and own_cert to be updated (Config.with_x)
semantics of reneg is blocking
`{Tls_lwt.Unix|Tls_mirage}.reneg ~drop:bool` drops data of earlier epoch
* implement acceptable_ca (#332, @reynir)
* fix client renegotiation with ExtendedMasterSecret (#373, broken since 0.7.0)
* Config.client can get ~peer_name (#373)
* Asn.Time.t is Ptime.t now (asn1-combinators.0.2.0, x509.0.6.0, #372)
* cleanups (#360, #363, #369, @rgrinberg)
* remove 3DES CBC SHA from default ciphers (#359)

## 0.8.0 (2017-02-01)

* lwt: in Unix.client_of_fd the named argument host is now optional (#336)
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"cstruct" {>= "3.0.0"}
"sexplib"
"nocrypto" {>= "0.5.4"}
"x509" {>= "0.6.0"}
"x509" {>= "0.6.1"}
"cstruct-unix" {test & >= "3.0.0"}
"ounit" {test}
]
Expand Down

0 comments on commit 0407dae

Please sign in to comment.