commit | 066c1f60bba9fe447e8aeaddd11f18e838f7ed78 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Oct 23 14:58:09 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Oct 23 14:58:09 2014 +0200 |
tree | 9b7bbcc336a68e4de425db91398a5a19c85d5935 | |
parent | 6b440389136afbcb0d831f880176c830bd3e0c7c [diff] [blame] |
Fix potential bad read in parsing ServerHello
diff --git a/ChangeLog b/ChangeLog index 4d6b7de..dd1a3c5 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -7,6 +7,10 @@ (server is not affected if it doesn't ask for a client certificate). (Found using Codenomicon Defensics.) +Bugfix + * Fix potential bad read in parsing ServerHello (found by Adrien + Vialletelle). + Changes * X.509 certificates with more than one AttributeTypeAndValue per RelativeDistinguishedName are not accepted any more.