summaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-011-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
* RSA: Fix guard mixupRichard Levitte2020-11-231-1/+1
* util/fix-deprecation: DEPRECATEDIN conversion util for public headersRichard Levitte2020-11-201-0/+114
* Deprecate RSA harderRichard Levitte2020-11-182-72/+72
* Document some SSL DH related functions/macrosMatt Caswell2020-11-183-4/+2
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-8/+8
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-181-0/+2
* Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell2020-11-181-2/+2
* Simplify util/err-to-raiseRichard Levitte2020-11-181-45/+4
* util/find-doc-nits: check podchecker() return valueRichard Levitte2020-11-171-1/+2
* util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbersRichard Levitte2020-11-171-2/+4
* Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis2020-11-161-3/+0
* Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis2020-11-131-2/+0
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-111-0/+2
* DECODER: Add support for specifying the outermost input structureRichard Levitte2020-11-111-0/+3