200 Commits (796f4f7085ac95a1b0ccee8ff3c6c183219cdab2)

Author SHA1 Message Date
Pauli b47e7bbc41 Note deprecated function/macros with no replacement.
2 years ago
Matt Caswell 28fd895305 Remove the function EVP_PKEY_set_alias_type
2 years ago
Matt Caswell 6878f43002 Update KTLS documentation
2 years ago
Matt Caswell 2f8fca79a1 Prepare for 3.0 alpha 15
2 years ago
Matt Caswell f510d614a7 Prepare for release of 3.0 alpha 14
2 years ago
Tomas Mraz 0cfbc828e0 Deprecate the EVP_PKEY controls for CMS and PKCS#7
2 years ago
Shane Lontis e454a3934c Add a range check (from SP800-56Ar3) to DH key derivation.
2 years ago
Dr. David von Oheimb 9e6f30e683 CHANGES.md: reflect OSSL_HTTP_REQ_CTX_i2d renamed to OSSL_HTTP_REQ_CTX_set1_req
2 years ago
Matt Caswell 468d9d5564 Update CHANGES.md and NEWS.md for new release
2 years ago
Andrey Matyukov c781eb1c63 Dual 1024-bit exponentiation optimization for Intel IceLake CPU
2 years ago
Dr. David von Oheimb 63b64f19c1 TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
2 years ago
Dr. David von Oheimb bef876f97e ts_check_signing_certs(): Make sure both ESSCertID and ESSCertIDv2 are checked
2 years ago
Dr. David von Oheimb 6b937ae3a7 TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cover cert ID list
2 years ago
Matt Caswell 2db5834c43 Add a CHANGES entry for the cosmetic differences in textual output
2 years ago
Jakub Zelenka 343475126e Update CHANGES with info about AuthEnvelopedData addition
2 years ago
Matt Caswell e66682a838 Prepare for 3.0 alpha 14
2 years ago
Matt Caswell 88df2c0b3d Prepare for release of 3.0 alpha 13
2 years ago
Vincent Drake f70863d9dd Use read/write locking on Windows
2 years ago
Shane Lontis a30823c80f Add new filter BIO BIO_f_readbuffer()
2 years ago
Tomas Mraz 762970bd68 Change default algorithms in PKCS12_create() and PKCS12_set_mac()
2 years ago
Matt Caswell 18fdebf174 Mention the change of licence in NEWS.md
2 years ago
Matt Caswell 0966aee5ed Expand the CHANGES entry for SHA1 and libssl
2 years ago
Matt Caswell f74f416b91 Add a CHANGES for OSSL_STORE_INFO_get_type()
2 years ago
Matt Caswell c7d4d032a1 Add a missing CHANGES.md entry for the legacy provider
2 years ago
Dmitry Belyavskiy 896dcda18b Non-const accessor to legacy keys
2 years ago
Matt Caswell 7bc0fdd3fd Make the EVP_PKEY_get0* functions have a const return type
2 years ago
Matt Caswell cc57dc9625 Document the change in behaviour of the the low level key getters/setters
2 years ago
Matt Caswell 8e53d94d99 Ensure the various legacy key EVP_PKEY getters/setters are deprecated
2 years ago
Rich Salz b0aae91324 Remove RSA SSLv23 padding mode
2 years ago
Dr. David von Oheimb 7932982b88 OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
2 years ago
Tomas Mraz f3ccfc76fe speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsa
2 years ago
Tomas Mraz 76e48c9d66 Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()
2 years ago
Pauli 1263154064 changes: note the deprecation of RAND_METHOD APIs
2 years ago
Matt Caswell 937984efc6 Prepare for 3.0 alpha 13
2 years ago
Matt Caswell b467d394eb Prepare for release of 3.0 alpha 12
2 years ago
Matt Caswell c913dbd716 Update CHANGES and NEWS for new release
2 years ago
Matt Caswell 13888e797c Update documentation following deprecation of SRP
2 years ago
Pauli 7dd5a00f41 changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option.
2 years ago
Tomas Mraz 93b39c85c9 CHANGES.md: Mention RSA key generation slowdown related changes
2 years ago
Tomas Mraz 4d2a6159db Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2 years ago
Matt Caswell a763ca1177 Stop disabling TLSv1.3 if ec and dh are disabled
2 years ago
Rich Salz 1409b5f664 Deprecate EVP_MD_CTX_{set_}update_fn()
2 years ago
Tomas Mraz 66194839fe Add diacritics to my name in CHANGES.md
2 years ago
Rich Salz 7ff9fdd4b3 Deprecate X509_certificate_type
2 years ago
Richard Levitte 302e63cbe5 Prepare for 3.0 alpha 12
2 years ago
Richard Levitte 31a89254d8 Prepare for release of 3.0 alpha 11
2 years ago
Shane Lontis 5b5eea4b60 Deprecate EC_KEY + Update ec apps to use EVP_PKEY
2 years ago
Tomas Mraz c27e792221 bn: Deprecate the X9.31 RSA key generation related functions
2 years ago
Dr. David von Oheimb cddbcf02f5 rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_line
2 years ago
Matt Caswell 5b57aa24c3 Ensure SRP BN_mod_exp follows the constant time path
2 years ago
Dr. David von Oheimb b9fbacaa7b apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> req
2 years ago
Rich Salz 83b6dc8dc7 Deprecate OCSP_xxx API for OSSL_HTTP_xxx
2 years ago
Dr. David von Oheimb b65c5ec8f5 apps/req.c: Add -copy_extensions option for use with -x509; default: none
2 years ago
Dr. David von Oheimb ec2bfb7d23 apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by default
2 years ago
Nicola Tuveri 9e49aff2aa Add SM2 private key range validation
2 years ago
Nicola Tuveri ed37336b63 [apps/pkey] Return error on failed `-[pub]check`
2 years ago
Otto Hollmann 1c47539a23 Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites.
2 years ago
Matt Caswell a86add03ab Prepare for 3.0 alpha 11
2 years ago
Matt Caswell cae118f938 Prepare for release of 3.0 alpha 10
2 years ago
Pauli ea7808143d dsa: add additional deprecated functions to CHANGES entry.
2 years ago
Dmitry Belyavskiy a08489e241 Documenting the options deprecating in CHANGES.md
2 years ago
Matt Caswell 1e13198fa7 Update CHANGES and NEWS for new release
2 years ago
Richard Levitte af2f14ace5 ERR: Drop or deprecate dangerous or overly confusing functions
2 years ago
Matt Caswell 59d7ad074a Updates the CHANGES.md entry regarding DH deprecation
2 years ago
Matt Caswell e3197e5ab2 Prepare for 3.0 alpha 10
2 years ago
Matt Caswell 68ec3d4730 Prepare for release of 3.0 alpha 9
2 years ago
Richard Levitte f5a46ed7fe Modify the ERR init functions to use the internal ERR string loaders
2 years ago
Matt Caswell 1b2a55ffa2 Add a CHANGES.md entry for the "tmp_dh" functions/macros
2 years ago
Rich Salz a18cf8fc63 Remove -C option from x509 command
2 years ago
Rich Salz 1696b8909b Remove -C from dhparam,dsaparam,ecparam
2 years ago
Pauli c87a7f31a3 apps/passwd: remove the -crypt option.
2 years ago
David von Oheimb 0e071fbce4 CHANGES.md: Mention (strict) checks recently added to X509_verify_cert()
2 years ago
Matt Caswell ecabd00644 Prepare for 3.0 alpha 9
2 years ago
Matt Caswell 20d7295cb0 Prepare for release of 3.0 alpha 8
2 years ago
Randall S. Becker 9750b4d39c Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
2 years ago
Shane Lontis 8ea761bf40 Add AES KW inverse ciphers to the EVP layer
2 years ago
Matt Caswell 0a737e16b2 Deprecate EVP_PKEY_set1_tls_encodedpoint()
2 years ago
Matt Caswell 372e72b19e Add a CHANGES entry for the SSL_SECOP_TMP_DH change
2 years ago
Pauli f4bd510503 list: add a -provider-info option.
2 years ago
Matt Caswell e8dca211b4 Prepare for 3.0 alpha 8
2 years ago
Matt Caswell f9a5682e5c Prepare for release of 3.0 alpha 7
2 years ago
Dr. Matthias St. Pierre b425001010 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
Jordan Montgomery db554ae110 Expose PKCS7_get_octet_string and PKCS7_type_is_other
2 years ago
Dr. Matthias St. Pierre d8dc853825 Change CVE link style in CHANGES and NEWS
2 years ago
Dr. Matthias St. Pierre 6ffc312776 Update CHANGES and NEWS for 1.1.1h release
2 years ago
jwalch 3786d74868 en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
3 years ago
Richard Levitte 14711fffbf EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keys
3 years ago
Matt Caswell 316054147a Add a CHANGES entry for the safestack updates
3 years ago
Chris Novakovic 64713cb10d apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified
3 years ago
Kurt Roeckx 10203a3472 Support writing RSA keys using the traditional format again
3 years ago
Richard Levitte ece9304c96 Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
3 years ago
Dr. David von Oheimb fc0aae737e PKCS12_parse(): Fix reversed order of certs parsed and output via *ca
3 years ago
Pauli 7d615e2178 rand_drbg: remove RAND_DRBG.
3 years ago
Matt Caswell 1b2873e4a1 Prepare for 3.0 alpha 7
3 years ago
Matt Caswell e3ec8020b4 Prepare for release of 3.0 alpha 6
3 years ago
David Woodhouse 37d898df34 Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literals
3 years ago
Viktor Dukhovni 7717459892 Avoid errors with a priori inapplicable protocol bounds
3 years ago
Dr. David von Oheimb 16c6534b96 check-format.pl: Add an entry about it to NEWS.md and to CHANGES.md
3 years ago
Richard Levitte 318565b733 Prepare for 3.0 alpha 6
3 years ago
Richard Levitte e70a2d9f13 Prepare for release of 3.0 alpha 5
3 years ago