summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-08Adding TLS group name retrievalMichael Baentsch
2020-12-31Add some more CRYPTO_atomic functionsMatt Caswell
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-17make updateRichard Levitte
2020-12-15Document OCSP_REQ_CTX_i2d.Rich Salz
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz
2020-12-13PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte
2020-12-13DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte
2020-12-08EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis
2020-12-05find-doc-nits: fix regexp and point out that CA.pl and tsget.pod are specialDr. David von Oheimb
2020-12-05PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte
2020-12-02Correct system guessing for darwin64-arm64 targetTim Hudson
2020-11-28ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-27Deprecate more DH functionsMatt Caswell
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell
2020-11-27Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell
2020-11-24Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.Richard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte
2020-11-23RSA: Fix guard mixupRichard Levitte
2020-11-20util/fix-deprecation: DEPRECATEDIN conversion util for public headersRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18Document some SSL DH related functions/macrosMatt Caswell
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell
2020-11-18Simplify util/err-to-raiseRichard Levitte
2020-11-17util/find-doc-nits: check podchecker() return valueRichard Levitte
2020-11-17util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbersRichard Levitte
2020-11-16Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis
2020-11-13Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte
2020-11-06Correct system guessing for solaris64-x86_64-* targetsMatt Caswell
2020-11-06Don't complain about uninitialized values when running ConfigureMatt Caswell
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
2020-11-01util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbolsRichard Levitte
2020-10-27configdata.pm.in, util/dofile.pl: Make a HERE document stricter.Richard Levitte
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell
2020-10-20Document EVP_PKEY_set1_encoded_public_key()Matt Caswell
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell