summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-132-11/+5
* make updateBenjamin Kaduk2021-05-121-0/+1
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-125-77/+78
* 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
* Don't convert pre-existing providers into childrenMatt Caswell2021-05-111-0/+5
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-113-3/+15
* 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-117-2/+35
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-1/+6
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-112-4/+4
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-114-3/+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-083-17/+22
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-082-4/+10
* provider: flush the store cache when providers are loaded/unloaded.Pauli2021-05-071-0/+1
* 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-052-1/+2
* 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-044-4/+12
* 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-305-1/+120
* Store the list of activated providers in the libctxMatt Caswell2021-04-281-1/+2
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-282-31/+2
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-281-11/+0
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-283-17/+16
* Add X509 version constants.David Benjamin2021-04-281-0/+9
* Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz2021-04-282-0/+5
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-2/+6
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-1/+1
* Add type_name member to provided methods and use itTomas Mraz2021-04-263-1/+10
* Remove an unused parameterRich Salz2021-04-221-1/+1
* Some compilers define __STDC_VERSION__ in c++Niclas Rosenvik2021-04-221-1/+2
* Add RUN_ONCE support to zlib initTodd Short2021-04-222-2/+1
* Fix typosMichaM2021-04-221-3/+3
* Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p...Nicola Tuveri2021-04-221-2/+4
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-212-1/+2
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-0/+3
* Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell2021-04-191-0/+1