aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* mac: add a getter for the MAC block size.Pauli2021-05-252-0/+2
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-241-0/+4
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-0/+1
* Fix a memleak in the FIPS providerMatt Caswell2021-05-241-1/+2
* Update copyright yearMatt Caswell2021-05-203-3/+3
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-201-0/+1
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-201-0/+7
* Fix include/openssl/e_os2.h for VMSRichard Levitte2021-05-191-2/+2
* Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb2021-05-192-2/+2
* bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb2021-05-191-0/+1
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-182-0/+2
* Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb2021-05-141-2/+2
* HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb2021-05-141-5/+4
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-141-1/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-5/+6
* Slightly reformat ssl.h.inRich Salz2021-05-141-123/+96
* Convert SSL_{CTX}_[gs]et_options to 64Rich Salz2021-05-141-38/+38
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-131-1/+2
* Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz2021-05-131-2/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-6/+3
* make updateBenjamin Kaduk2021-05-121-0/+1
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-124-76/+77
* Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb2021-05-121-1/+2
* encoder: add a _name() function for encoders and decodersPauli2021-05-122-0/+2
* Add OID for RPKI id-ct-signedChecklistJob Snijders2021-05-121-0/+4
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-111-0/+6
* Register callbacks with core for child provider creation/deletionMatt Caswell2021-05-112-16/+19
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-114-1/+24
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-111-3/+3
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-113-2/+11
* ssl.h.in: Fix deprecation exclusion for SRP-related declarationsDr. David von Oheimb2021-05-081-2/+4
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-082-16/+20
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-082-4/+10
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-1/+1
* Clarify where dispatch functions/ids are definedDaniel Bevenius2021-05-061-2/+2
* Update copyright yearMatt Caswell2021-05-066-6/+6
* Make the -inform option to be respected if possibleTomas Mraz2021-05-062-0/+4
* Remove all trace of FIPS_mode functionsRich Salz2021-05-064-6/+0
* Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb2021-05-051-6/+7
* Enforce secure renegotiation support by defaultBenjamin Kaduk2021-05-051-1/+0
* mac: add EVP_MAC_finalXOF() functionPauli2021-05-052-1/+3
* Add .includedir pragmaRich Salz2021-05-051-1/+3
* Allow absolute paths to be setRich Salz2021-05-051-0/+1
* Fix KMAC bounds checks.Shane Lontis2021-05-051-0/+1
* Bump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3Tomas Mraz2021-05-051-1/+1
* OCSP: Minor improvements of documentation and header fileDr. David von Oheimb2021-05-041-4/+4
* Create libcrypto support for BIO_new_from_core_bio()Matt Caswell2021-05-042-1/+6
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-011-0/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-304-1/+117
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-281-4/+2