Update ChangeLog
This commit is contained in:
parent
01217160b5
commit
7e69c3a6af
35
ChangeLog
35
ChangeLog
@ -28,11 +28,24 @@ history is also available from Git.
|
|||||||
|
|
||||||
LibreSSL Portable Release Notes:
|
LibreSSL Portable Release Notes:
|
||||||
|
|
||||||
|
3.8.1 - In development
|
||||||
|
|
||||||
|
* Portable changes
|
||||||
|
* Internal improvements
|
||||||
|
- Fixed alignment handling in SHA512.
|
||||||
|
- Moved the verified_chain to the correct internal struct.
|
||||||
|
* New features
|
||||||
|
* Compatibility changes
|
||||||
|
* Bug fixes
|
||||||
|
* Documentation improvements
|
||||||
|
* Testing and Proactive Security
|
||||||
|
|
||||||
3.8.0 - Development release
|
3.8.0 - Development release
|
||||||
|
|
||||||
* Portable changes
|
* Portable changes
|
||||||
- Extended the endian.h compat header with hto* and *toh macros.
|
- Extended the endian.h compat header with hto* and *toh macros.
|
||||||
- Adapted more tests to the portable framework.
|
- Adapted more tests to the portable framework.
|
||||||
|
- Internal tools are now statically linked.
|
||||||
* Internal improvements
|
* Internal improvements
|
||||||
- Improved sieve of Eratosthenes script used for generating a table
|
- Improved sieve of Eratosthenes script used for generating a table
|
||||||
of small primes.
|
of small primes.
|
||||||
@ -95,6 +108,14 @@ LibreSSL Portable Release Notes:
|
|||||||
- As always, new test coverage is added as bugs are fixed and subsystems
|
- As always, new test coverage is added as bugs are fixed and subsystems
|
||||||
are cleaned up.
|
are cleaned up.
|
||||||
|
|
||||||
|
3.7.3 - Bug and reliability fixes
|
||||||
|
|
||||||
|
* Bug fix
|
||||||
|
- Hostflags in the verify parameters would not propagate from an
|
||||||
|
SSL_CTX to newly created SSL.
|
||||||
|
* Reliability fix
|
||||||
|
- A double free or use after free could occur after SSL_clear(3).
|
||||||
|
|
||||||
3.7.2 - Stable release
|
3.7.2 - Stable release
|
||||||
|
|
||||||
* Portable changes
|
* Portable changes
|
||||||
@ -209,6 +230,20 @@ LibreSSL Portable Release Notes:
|
|||||||
support for EVP_PKEY_ED25519, EVP_PKEY_HMAC and EVP_PKEY_X25519.
|
support for EVP_PKEY_ED25519, EVP_PKEY_HMAC and EVP_PKEY_X25519.
|
||||||
Poly1305 is not currently supported via this interface.
|
Poly1305 is not currently supported via this interface.
|
||||||
|
|
||||||
|
3.6.3 - Bug and reliability fixes
|
||||||
|
|
||||||
|
* Bug fix
|
||||||
|
- Hostflags in the verify parameters would not propagate from an
|
||||||
|
SSL_CTX to newly created SSL.
|
||||||
|
* Reliability fix
|
||||||
|
- A double free or use after free could occur after SSL_clear(3).
|
||||||
|
|
||||||
|
3.6.2 - Security release
|
||||||
|
|
||||||
|
* Security fix
|
||||||
|
- A malicious certificate revocation list or timestamp response token
|
||||||
|
would allow an attacker to read arbitrary memory.
|
||||||
|
|
||||||
3.6.1 - Stable release
|
3.6.1 - Stable release
|
||||||
|
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user