diff --git a/openssl-3.changes b/openssl-3.changes index 579c1ce..57b488f 100644 --- a/openssl-3.changes +++ b/openssl-3.changes @@ -2,8 +2,18 @@ Fri Jun 26 07:20:40 UTC 2020 - Vítězslav Čížek - Update to 3.0.0 Alpha 4 - * No changelog available -- The license is now Apache-2.0 + * general improvements to the built-in providers, the providers API and the internal plumbing and the provider-aware mechanisms for libssl + * general improvements and fixes in the CLI apps + * support for Automated Cryptographic Validation Protocol (ACVP) tests + * fully pluggable TLS key exchange capability from providers + * finalization of the Certificate Management Protocol (CMP) contribution, adding an impressive amount of tests for the new features + * default to the newer SP800-56B compliant algorithm for RSA keygen + * provider-rand: PRNG functionality backed by providers + * refactored naming scheme for dispatched functions (#12222) + * fixes for various issues + * extended and improved test coverage + * additions and improvements to the documentations +- Fix license: Apache-2.0 - temporarily disable broken 81-test_cmp_cli.t test * https://github.com/openssl/openssl/issues/12324