From 18e44c466b0f79db4d5dc59af2270f0e1488cba14c0027310cc50466ff39c450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 1 Jul 2020 07:09:05 +0000 Subject: [PATCH] Accepting request 817891 from home:vitezslav_cizek:branches:security:tls * 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 OBS-URL: https://build.opensuse.org/request/show/817891 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=12 --- openssl-3.changes | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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