diff options
author | Theo Buehler <tb@openbsd.org> | 2022-10-20 13:52:58 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-10-20 13:52:58 +0200 |
commit | 6419191d820c295055a11fccfe2f1387d6e682f8 (patch) | |
tree | ae19329030e8873283807aa78a5b5020ce8b6113 | |
parent | 6b6a09c8d459c52f8b7710073094f215eca2d9db (diff) | |
download | portable-6419191d820c295055a11fccfe2f1387d6e682f8.tar.gz portable-6419191d820c295055a11fccfe2f1387d6e682f8.tar.bz2 portable-6419191d820c295055a11fccfe2f1387d6e682f8.zip |
Initial ChangeLog for 3.6.1
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -28,6 +28,15 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.6.1 - Stable release | ||
32 | |||
33 | * Bug fixes | ||
34 | - Custom verification callbacks could cause the X.509 verifier to | ||
35 | fail to store errors resulting from leaf certificate verification. | ||
36 | Reported by Ilya Shipitsin. | ||
37 | - Unbreak ASN.1 indefinite length encoding. | ||
38 | Reported by Niklas Hallqvist. | ||
39 | |||
31 | 3.6.0 - Development release | 40 | 3.6.0 - Development release |
32 | 41 | ||
33 | * Internal improvements | 42 | * Internal improvements |