Secure Sockets and Transport Layer Security

Edit Package openssl-3
https://www.openssl.org/

OpenSSL is a software library to be used in applications that need to
secure communications over computer networks against eavesdropping or
need to ascertain the identity of the party at the other end.
OpenSSL contains an implementation of the SSL and TLS protocols.

Refresh
Refresh
Source Files
Filename Size Changed
openssl-3.2.1.tar.gz 0017733249 16.9 MB
openssl-3.2.1.tar.gz.asc 0000000833 833 Bytes
openssl-Fix_test_symbol_presence.patch 0000005171 5.05 KB
openssl-Remove-the-source-directory-.num-targets.patch 0000002244 2.19 KB
openssl-Revert-Makefile-Call-mknum.pl-on-make-ordinals-only-if.patch 0000001723 1.68 KB
project.diff 0000048367 47.2 KB
Revision 69 (latest revision is 75)
Otto Hollmann's avatar Otto Hollmann (ohollmann) accepted request 1143581 from Otto Hollmann's avatar Otto Hollmann (ohollmann) (revision 69)
- Replace our reverted commit with an upstream version
  * rename openssl-Revert-Makefile-Call-mknum.pl-on-make-ordinals-only-if.patch
  to openssl-Remove-the-source-directory-.num-targets.patch

- Update to 3.2.0:
  * The BLAKE2b hash algorithm supports a configurable output length
    by setting the "size" parameter.
  * Enable extra Arm64 optimization on Windows for GHASH, RAND and
    AES.
  * Added a function to delete objects from store by URI -
    OSSL_STORE_delete() and the corresponding provider-storemgmt API
    function OSSL_FUNC_store_delete().
  * Added OSSL_FUNC_store_open_ex() provider-storemgmt API function to
    pass a passphrase callback when opening a store.
  * Changed the default salt length used by PBES2 KDF's (PBKDF2 and
    scrypt) from 8 bytes to 16 bytes. The PKCS5 (RFC 8018) standard
    uses a 64 bit salt length for PBE, and recommends a minimum of 64
    bits for PBES2. For FIPS compliance PBKDF2 requires a salt length
    of 128 bits. This affects OpenSSL command line applications such
    as "genrsa" and "pkcs8" and API's such as
    PEM_write_bio_PrivateKey() that are reliant on the default value.
    The additional commandline option 'saltlen' has been added to the
    OpenSSL command line applications for "pkcs8" and "enc" to allow
    the salt length to be set to a non default value.
  * Changed the default value of the ess_cert_id_alg configuration
    option which is used to calculate the TSA's public key
    certificate identifier. The default algorithm is updated to be
    sha256 instead of sha1.
  * Added optimization for SM2 algorithm on aarch64. It uses a huge
    precomputed table for point multiplication of the base point,
Comments 0
openSUSE Build Service is sponsored by