diff options
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -37,6 +37,7 @@ LibreSSL Portable Release Notes: | |||
| 37 | instances of undefined behavior. | 37 | instances of undefined behavior. |
| 38 | - Removed assembly implementations of AES using bit slicing (BS-AES) | 38 | - Removed assembly implementations of AES using bit slicing (BS-AES) |
| 39 | and vector permutation (VP-AES). | 39 | and vector permutation (VP-AES). |
| 40 | - Integrated AES-NI into the AES API. | ||
| 40 | - Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI. | 41 | - Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI. |
| 41 | - Lots of cleanup and removal of code with undefined behavior in | 42 | - Lots of cleanup and removal of code with undefined behavior in |
| 42 | the block cipher modes of operation implementations. | 43 | the block cipher modes of operation implementations. |
| @@ -60,6 +61,7 @@ LibreSSL Portable Release Notes: | |||
| 60 | derivation function that is acceptable in the present millenium. | 61 | derivation function that is acceptable in the present millenium. |
| 61 | - Of the old *err() only PEMerr(), RSAerr(), and SSLerr() remain. | 62 | - Of the old *err() only PEMerr(), RSAerr(), and SSLerr() remain. |
| 62 | * New features | 63 | * New features |
| 64 | - Allow specifying ALPN in nc(1) via -Talpn="http/1.1,http:/1.0". | ||
| 63 | * Bug fixes | 65 | * Bug fixes |
| 64 | - Avoid pointer arithmetic on NULL for memory BIOs. | 66 | - Avoid pointer arithmetic on NULL for memory BIOs. |
| 65 | * Documentation | 67 | * Documentation |
