diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-04-09 01:12:57 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-04-09 01:12:57 -0600 |
| commit | a826268f431deb11179183b08408302cc3c92da5 (patch) | |
| tree | a451f2d0b305f33e63e6756017ce8a22ee449484 | |
| parent | c9de9d34ffd3b73fcfd7b117683ebb49f285fb69 (diff) | |
| download | portable-a826268f431deb11179183b08408302cc3c92da5.tar.gz portable-a826268f431deb11179183b08408302cc3c92da5.tar.bz2 portable-a826268f431deb11179183b08408302cc3c92da5.zip | |
Update ChangeLog
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -47,6 +47,10 @@ LibreSSL Portable Release Notes: | |||
| 47 | architectures. | 47 | architectures. |
| 48 | - Merged most multi-file implementations of ciphers into one or two | 48 | - Merged most multi-file implementations of ciphers into one or two |
| 49 | C files. | 49 | C files. |
| 50 | - Removed the cache of certificate validity. This was added for | ||
| 51 | performance reasons which no longer apply since BoringSSL's time | ||
| 52 | conversion API isn't slow. Also, a recently added error check led | ||
| 53 | to obscure, undesirable validation failures. | ||
| 50 | * Documentation improvements | 54 | * Documentation improvements |
| 51 | - Removed documentation of no longer existing API. | 55 | - Removed documentation of no longer existing API. |
| 52 | * Testing and proactive security | 56 | * Testing and proactive security |
| @@ -54,6 +58,8 @@ LibreSSL Portable Release Notes: | |||
| 54 | * Compatibility changes | 58 | * Compatibility changes |
| 55 | - Removed workaround for F5 middle boxes. | 59 | - Removed workaround for F5 middle boxes. |
| 56 | * Bug fixes | 60 | * Bug fixes |
| 61 | - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match | ||
| 62 | their documentation and always set an RFC 5280 conformant time. | ||
| 57 | - Improved standards compliance for supported groups and key shares | 63 | - Improved standards compliance for supported groups and key shares |
| 58 | extensions | 64 | extensions |
| 59 | - Duplicate key shares are disallowed | 65 | - Duplicate key shares are disallowed |
