summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Correct system guessing for solaris64-x86_64-* targetsMatt Caswell2020-11-061-3/+6
* Don't complain about uninitialized values when running ConfigureMatt Caswell2020-11-061-2/+2
* Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker2020-11-041-3/+3
* util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbolsRichard Levitte2020-11-012-12/+2
* configdata.pm.in, util/dofile.pl: Make a HERE document stricter.Richard Levitte2020-10-271-1/+1
* Remove EVP_aes_(128|192|256)_siv functionsPauli2020-10-222-6/+0
* Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis2020-10-221-3/+3
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-4/+0
* Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell2020-10-201-0/+2
* Document EVP_PKEY_set1_encoded_public_key()Matt Caswell2020-10-202-4/+0
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-2/+4
* Update copyright yearMatt Caswell2020-10-152-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-5/+5
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-151-0/+2
* Document how deprecation should be doneRichard Levitte2020-10-121-0/+11
* OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte2020-10-121-0/+14
* Add PEM declaration macros that take attributesRichard Levitte2020-10-121-3/+15
* Add ASN1 declaration macros that take attributesRichard Levitte2020-10-121-0/+15