diff options
| -rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
| @@ -28,7 +28,26 @@ history is also available from Git. | |||
| 28 | 28 | ||
| 29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
| 30 | 30 | ||
| 31 | 4.1.0 - In development | 31 | 4.2.0 - In development |
| 32 | |||
| 33 | * Portable changes | ||
| 34 | * Internal improvements | ||
| 35 | - Cleaned up code implementing block cipher modes of operation. | ||
| 36 | Includes untangling a horrible #ifdef mess and removing a few | ||
| 37 | instances of undefined behavior. | ||
| 38 | - Removed assembly implementations of AES using bit slicing (BS-AES) | ||
| 39 | and vector permutation (VP-AES). | ||
| 40 | - Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI | ||
| 41 | * Compatibility changes | ||
| 42 | - Removed the -msie_hack option from the openssl(1) ca subcommand. | ||
| 43 | * New features | ||
| 44 | * Bug fixes | ||
| 45 | * Documentation | ||
| 46 | - Rewrote most of the EC documentation from scratch to be at least | ||
| 47 | somewhat accurate and intelligible. | ||
| 48 | * Testing and proactive security | ||
| 49 | |||
| 50 | 4.1.0 - Stable release | ||
| 32 | 51 | ||
| 33 | * Portable changes | 52 | * Portable changes |
| 34 | - Added initial experimental support for loongarch64. | 53 | - Added initial experimental support for loongarch64. |
