3
0
forked from pool/openssl-3
Go to file
Jason Sikes fc84692df0 Accepting request 873726 from security:tls:unstable
- Update to 3.0.0 Alpha 12
  * The SRP APIs have been deprecated. The old APIs do not work via
    providers, and there is no EVP interface to them. Unfortunately
    there is no replacement for these APIs at this time.
  * Add a compile time option to prevent the caching of provider
    fetched algorithms. This is enabled by including the
    no-cached-fetch option at configuration time.
  * Combining the Configure options no-ec and no-dh no longer
    disables TLSv1.3. Typically if OpenSSL has no EC or DH algorithms
    then it cannot support connections with TLSv1.3. However OpenSSL
    now supports "pluggable" groups through providers.
  * The undocumented function X509_certificate_type() has been
    deprecated; applications can use X509_get0_pubkey() and
    X509_get0_signature() to get the same information.
  * Deprecated the obsolete BN_pseudo_rand() and BN_pseudo_rand_range()
    functions. They are identical to BN_rand() and BN_rand_range()
    respectively.
  * The default key generation method for the regular 2-prime RSA keys
    was changed to the FIPS 186-4 B.3.6 method (Generation of Probable
    Primes with Conditions Based on Auxiliary Probable Primes). This
    method is slower than the original method.
  * Deprecated the BN_is_prime_ex() and BN_is_prime_fasttest_ex()
    functions. They are replaced with the BN_check_prime() function
    that avoids possible misuse and always uses at least 64 rounds of
    the Miller-Rabin primality test.
  * Deprecated EVP_MD_CTX_set_update_fn() and EVP_MD_CTX_update_fn()
    as they are not useful with non-deprecated functions.

- Update to 3.0.0 Alpha 11
  * Deprecated the obsolete X9.31 RSA key generation related

OBS-URL: https://build.opensuse.org/request/show/873726
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=23
2021-02-22 15:21:06 +00:00
.gitattributes Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00
.gitignore Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00
baselibs.conf - Update baselibs.conf 2020-05-20 14:04:31 +00:00
openssl-1.1.0-no-html.patch Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00
openssl-3.0.0-alpha12.tar.gz Accepting request 873726 from security:tls:unstable 2021-02-22 15:21:06 +00:00
openssl-3.0.0-alpha12.tar.gz.asc Accepting request 873726 from security:tls:unstable 2021-02-22 15:21:06 +00:00
openssl-3.changes Accepting request 873726 from security:tls:unstable 2021-02-22 15:21:06 +00:00
openssl-3.spec Accepting request 873726 from security:tls:unstable 2021-02-22 15:21:06 +00:00
openssl-DEFAULT_SUSE_cipher.patch Accepting request 841985 from home:pmonrealgonzalez:branches:security:tls 2020-10-15 19:22:03 +00:00
openssl-no-date.patch Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00
openssl-pkgconfig.patch Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00
openssl-ppc64-config.patch Accepting request 821489 from home:pmonrealgonzalez:branches:security:tls 2020-07-17 11:26:23 +00:00
openssl-truststore.patch Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00
openssl.keyring Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00
showciphers.c Accepting request 796816 from home:vitezslav_cizek 2020-04-24 08:03:40 +00:00