aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-28/+28
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-2/+2
* mknum.pl: Exclude duplicate entries and include source file name in diagnosticsDr. David von Oheimb2021-02-082-21/+38
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-4/+2
* Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb2021-02-061-0/+1
* Remove the old DEPRECATEDIN macrosRichard Levitte2021-02-051-12/+0
* ERR: clean away everything related to _F_ macros from util/mkerr.plRichard Levitte2021-02-051-212/+10
* EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte2021-02-051-0/+1
* Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz2021-02-031-2/+2
* Deprecate X509_certificate_typeRich Salz2021-02-021-1/+1
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-281-0/+2
* Update copyright yearRichard Levitte2021-01-285-5/+5
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-261-0/+1
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-261-0/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-78/+78
* Add functions to set values into an EVP_PKEYShane Lontis2021-01-261-0/+7
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-251-3/+3
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-232-1/+1
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-231-1/+1
* Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext} on empty inputDr. David von Oheimb2021-01-231-0/+1
* fall-back -> fallback find-doc-nit additionMichael Baentsch2021-01-211-0/+1
* Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2021-01-211-2/+1
* util/check-format.pl: Minor improvements of whitespace checksDr. David von Oheimb2021-01-193-9/+11
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-194-15/+20
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-2/+2
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-133-1/+4
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-132-2/+0
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-134-3/+3
* Adding TLS group name retrievalMichael Baentsch2021-01-081-0/+1
* Add some more CRYPTO_atomic functionsMatt Caswell2020-12-311-0/+2
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-202-192/+192
* make updateRichard Levitte2020-12-171-77/+77
* Document OCSP_REQ_CTX_i2d.Rich Salz2020-12-151-1/+0
* Deprecate OCSP_REQ_CTX_set1_reqRich Salz2020-12-151-1/+1
* PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte2020-12-131-8/+8
* DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte2020-12-132-1/+1
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-082-3/+1
* Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis2020-12-071-2/+2
* find-doc-nits: fix regexp and point out that CA.pl and tsget.pod are specialDr. David von Oheimb2020-12-051-1/+2
* PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte2020-12-052-1/+43
* Correct system guessing for darwin64-arm64 targetTim Hudson2020-12-021-2/+2
* ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte2020-11-281-3/+1
* EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-11-271-7/+7
* Deprecate more DH functionsMatt Caswell2020-11-271-23/+23
* Deprecate the DHparams and DHxparams PEM routinesMatt Caswell2020-11-271-6/+6
* Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell2020-11-271-3/+3
* Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell2020-11-271-5/+5
* Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.Richard Levitte2020-11-241-0/+1
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-243-42/+31
* ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte2020-11-241-117/+287