summaryrefslogtreecommitdiff
path: root/util/missingcrypto.txt
Commit message (Expand)AuthorAgeFilesLines
* PKCS12 - Add additional libctx and propq support.slontis2023-01-161-2/+0
* Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht2023-01-101-2/+0
* BIO_s_dgram: add documentation and hazard warningsHugo Landau2022-12-151-2/+0
* Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.slontis2022-11-181-37/+0
* Add brotli compression support (RFC7924)Todd Short2022-10-181-10/+0
* Add documentation for the OPENSSL_gmtime functionsTodd Short2022-09-261-3/+0
* Add documentation and test for EVP_PBE_alg_addDaniel Fiala2022-09-161-2/+0
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-141-4/+0
* Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb2022-09-021-2/+0
* add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...Dr. David von Oheimb2022-08-241-3/+0
* Add some documentation for X509_gmtime_adj()Matt Caswell2022-08-181-1/+0
* CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-06-281-1/+0
* Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan2022-06-241-2/+0
* X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb2022-05-041-2/+0
* Add documentation of BN_mod_sqrt()Tomas Mraz2022-03-151-1/+0
* Document purpose and trust setting functionsMatt Caswell2022-01-271-3/+0
* DOC: Add a few previously documented functionsRichard Levitte2021-11-231-4/+0
* Add documentation for the newly added OBJ up callsMatt Caswell2021-06-161-1/+0
* Add documentation for newly added ASN1 functionsMatt Caswell2021-06-051-4/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+0
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-2/+0
* Document Settable EVP_CIPHER_CTX parameter "use-bits"Shane Lontis2021-06-011-3/+0
* Cleanup the missing*.txt filesMatt Caswell2021-05-211-15/+0
* X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failureDr. David von Oheimb2021-05-191-1/+0
* Add doc for ERR_clear_last_mark().Shane Lontis2021-05-171-1/+0
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-1/+0
* Remove all trace of FIPS_mode functionsRich Salz2021-05-061-2/+0
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-45/+0
* OPENSSL_sk functions are effectively already documentedTomas Mraz2021-04-281-24/+0
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-2/+0
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-1/+0
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-1/+0
* Document OPENSSL_LH_flush()Matt Caswell2021-02-221-9/+0
* Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis2021-02-151-6/+0
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-191-5/+5
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-131-1/+0
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-1/+0
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-1/+0
* Document OCSP_REQ_CTX_i2d.Rich Salz2020-12-151-1/+0
* DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte2020-12-131-1/+0
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-081-2/+0
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-241-5/+0
* Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis2020-11-161-3/+0
* Remove EVP_aes_(128|192|256)_siv functionsPauli2020-10-221-3/+0
* Document EVP_PKEY_set1_encoded_public_key()Matt Caswell2020-10-201-2/+0
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-011-3/+3
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-0/+1
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-8/+8
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-0/+2
* Document EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-3/+0