summaryrefslogtreecommitdiff
path: root/CHANGES.md
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-0/+9
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-0/+8
* CHANGES.md: reflect OSSL_HTTP_REQ_CTX_i2d renamed to OSSL_HTTP_REQ_CTX_set1_reqDr. David von Oheimb2021-03-311-1/+1
* Update CHANGES.md and NEWS.md for new releaseMatt Caswell2021-03-251-0/+43
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-0/+5
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-1/+1
* ts_check_signing_certs(): Make sure both ESSCertID and ESSCertIDv2 are checkedDr. David von Oheimb2021-03-181-0/+1
* TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb2021-03-181-0/+8
* Add a CHANGES entry for the cosmetic differences in textual outputMatt Caswell2021-03-151-0/+13
* Update CHANGES with info about AuthEnvelopedData additionJakub Zelenka2021-03-121-0/+7
* Prepare for 3.0 alpha 14Matt Caswell2021-03-111-1/+1
* Prepare for release of 3.0 alpha 13openssl-3.0.0-alpha13Matt Caswell2021-03-111-1/+1
* Use read/write locking on WindowsVincent Drake2021-03-111-0/+5
* Add new filter BIO BIO_f_readbuffer()Shane Lontis2021-03-111-0/+7
* Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2021-03-101-0/+10
* Mention the change of licence in NEWS.mdMatt Caswell2021-03-101-1/+1
* Expand the CHANGES entry for SHA1 and libsslMatt Caswell2021-03-101-1/+6
* Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell2021-03-101-0/+10
* Add a missing CHANGES.md entry for the legacy providerMatt Caswell2021-03-101-0/+24
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-2/+6
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-1/+13
* Document the change in behaviour of the the low level key getters/settersMatt Caswell2021-03-081-3/+21
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-7/+20
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-0/+7
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-0/+4
* speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz2021-02-241-0/+7
* Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz2021-02-241-4/+9
* changes: note the deprecation of RAND_METHOD APIsPauli2021-02-231-0/+7
* Prepare for 3.0 alpha 13Matt Caswell2021-02-181-1/+1
* Prepare for release of 3.0 alpha 12openssl-3.0.0-alpha12Matt Caswell2021-02-181-1/+1
* Update CHANGES and NEWS for new releaseMatt Caswell2021-02-161-2/+32
* Update documentation following deprecation of SRPMatt Caswell2021-02-121-1/+7
* changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option.Pauli2021-02-121-0/+6
* CHANGES.md: Mention RSA key generation slowdown related changesTomas Mraz2021-02-091-1/+17
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-0/+6
* Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell2021-02-051-0/+11
* Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz2021-02-031-0/+5
* Add diacritics to my name in CHANGES.mdTomas Mraz2021-02-031-9/+9
* Deprecate X509_certificate_typeRich Salz2021-02-021-0/+6
* Prepare for 3.0 alpha 12Richard Levitte2021-01-281-1/+1
* Prepare for release of 3.0 alpha 11openssl-3.0.0-alpha11Richard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-13/+43
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-251-0/+6
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-231-3/+3
* Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell2021-01-201-1/+14
* apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> reqDr. David von Oheimb2021-01-201-9/+15
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-191-0/+15
* apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb2021-01-131-0/+6
* apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb2021-01-131-98/+104
* Add SM2 private key range validationNicola Tuveri2021-01-081-0/+8