| Commit message (Expand) | Author | Age | Files | Lines |
* | speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsa | Tomas Mraz | 2021-02-24 | 1 | -0/+7 |
* | Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm() | Tomas Mraz | 2021-02-24 | 1 | -4/+9 |
* | changes: note the deprecation of RAND_METHOD APIs | Pauli | 2021-02-23 | 1 | -0/+7 |
* | Prepare for 3.0 alpha 13 | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Prepare for release of 3.0 alpha 12openssl-3.0.0-alpha12 | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Update CHANGES and NEWS for new release | Matt Caswell | 2021-02-16 | 1 | -2/+32 |
* | Update documentation following deprecation of SRP | Matt Caswell | 2021-02-12 | 1 | -1/+7 |
* | changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option. | Pauli | 2021-02-12 | 1 | -0/+6 |
* | CHANGES.md: Mention RSA key generation slowdown related changes | Tomas Mraz | 2021-02-09 | 1 | -1/+17 |
* | Deprecate BN_pseudo_rand() and BN_pseudo_rand_range() | Tomas Mraz | 2021-02-09 | 1 | -0/+6 |
* | Stop disabling TLSv1.3 if ec and dh are disabled | Matt Caswell | 2021-02-05 | 1 | -0/+11 |
* | Deprecate EVP_MD_CTX_{set_}update_fn() | Rich Salz | 2021-02-03 | 1 | -0/+5 |
* | Add diacritics to my name in CHANGES.md | Tomas Mraz | 2021-02-03 | 1 | -9/+9 |
* | Deprecate X509_certificate_type | Rich Salz | 2021-02-02 | 1 | -0/+6 |
* | Prepare for 3.0 alpha 12 | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | Prepare for release of 3.0 alpha 11openssl-3.0.0-alpha11 | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | Deprecate EC_KEY + Update ec apps to use EVP_PKEY | Shane Lontis | 2021-01-26 | 1 | -13/+43 |
* | bn: Deprecate the X9.31 RSA key generation related functions | Tomas Mraz | 2021-01-25 | 1 | -0/+6 |
* | rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_line | Dr. David von Oheimb | 2021-01-23 | 1 | -3/+3 |
* | Ensure SRP BN_mod_exp follows the constant time path | Matt Caswell | 2021-01-20 | 1 | -1/+14 |
* | apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> req | Dr. David von Oheimb | 2021-01-20 | 1 | -9/+15 |
* | Deprecate OCSP_xxx API for OSSL_HTTP_xxx | Rich Salz | 2021-01-19 | 1 | -0/+15 |
* | apps/req.c: Add -copy_extensions option for use with -x509; default: none | Dr. David von Oheimb | 2021-01-13 | 1 | -0/+6 |
* | apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d... | Dr. David von Oheimb | 2021-01-13 | 1 | -98/+104 |
* | Add SM2 private key range validation | Nicola Tuveri | 2021-01-08 | 1 | -0/+8 |
* | [apps/pkey] Return error on failed `-[pub]check` | Nicola Tuveri | 2021-01-08 | 1 | -0/+6 |
* | Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites. | Otto Hollmann | 2021-01-07 | 1 | -0/+5 |
* | Prepare for 3.0 alpha 11 | Matt Caswell | 2021-01-07 | 1 | -1/+1 |
* | Prepare for release of 3.0 alpha 10openssl-3.0.0-alpha10 | Matt Caswell | 2021-01-07 | 1 | -1/+1 |
* | dsa: add additional deprecated functions to CHANGES entry. | Pauli | 2020-12-17 | 1 | -14/+17 |
* | Documenting the options deprecating in CHANGES.md | Dmitry Belyavskiy | 2020-12-15 | 1 | -0/+6 |
* | Update CHANGES and NEWS for new release | Matt Caswell | 2020-12-08 | 1 | -1/+14 |
* | ERR: Drop or deprecate dangerous or overly confusing functions | Richard Levitte | 2020-11-28 | 1 | -8/+11 |
* | Updates the CHANGES.md entry regarding DH deprecation | Matt Caswell | 2020-11-27 | 1 | -4/+15 |
* | Prepare for 3.0 alpha 10 | Matt Caswell | 2020-11-26 | 1 | -1/+1 |
* | Prepare for release of 3.0 alpha 9openssl-3.0.0-alpha9 | Matt Caswell | 2020-11-26 | 1 | -1/+1 |
* | Modify the ERR init functions to use the internal ERR string loaders | Richard Levitte | 2020-11-24 | 1 | -0/+17 |
* | Add a CHANGES.md entry for the "tmp_dh" functions/macros | Matt Caswell | 2020-11-18 | 1 | -0/+15 |
* | Remove -C option from x509 command | Rich Salz | 2020-11-13 | 1 | -1/+2 |
* | Remove -C from dhparam,dsaparam,ecparam | Rich Salz | 2020-11-13 | 1 | -0/+4 |
* | apps/passwd: remove the -crypt option. | Pauli | 2020-11-11 | 1 | -0/+4 |
* | CHANGES.md: Mention (strict) checks recently added to X509_verify_cert() | David von Oheimb | 2020-11-06 | 1 | -0/+24 |
* | Prepare for 3.0 alpha 9 | Matt Caswell | 2020-11-05 | 1 | -1/+1 |
* | Prepare for release of 3.0 alpha 8openssl-3.0.0-alpha8 | Matt Caswell | 2020-11-05 | 1 | -1/+1 |
* | Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c. | Randall S. Becker | 2020-11-04 | 1 | -0/+9 |
* | Add AES KW inverse ciphers to the EVP layer | Shane Lontis | 2020-11-02 | 1 | -0/+9 |
* | Deprecate EVP_PKEY_set1_tls_encodedpoint() | Matt Caswell | 2020-10-20 | 1 | -0/+10 |
* | Add a CHANGES entry for the SSL_SECOP_TMP_DH change | Matt Caswell | 2020-10-16 | 1 | -0/+11 |
* | list: add a -provider-info option. | Pauli | 2020-10-16 | 1 | -0/+6 |
* | Prepare for 3.0 alpha 8 | Matt Caswell | 2020-10-15 | 1 | -1/+1 |