summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2021-05-13Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12make updateBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-12encoder: add a _name() function for encoders and decodersPauli
2021-05-12Add OID for RPKI id-ct-signedChecklistJob Snijders
2021-05-11Don't convert pre-existing providers into childrenMatt Caswell
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Register callbacks with core for child provider creation/deletionMatt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-11Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-08ssl.h.in: Fix deprecation exclusion for SRP-related declarationsDr. David von Oheimb
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-07provider: flush the store cache when providers are loaded/unloaded.Pauli
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-05-06Clarify where dispatch functions/ids are definedDaniel Bevenius
2021-05-06Update copyright yearMatt Caswell
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli
2021-05-05Add .includedir pragmaRich Salz
2021-05-05Allow absolute paths to be setRich Salz
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-05-05Bump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3Tomas Mraz
2021-05-04OCSP: Minor improvements of documentation and header fileDr. David von Oheimb
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-05-01Use OCSP-specific error code for clarityDmitry Belyavskiy
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-28Store the list of activated providers in the libctxMatt Caswell
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-28Add X509 version constants.David Benjamin
2021-04-28Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-22Remove an unused parameterRich Salz
2021-04-22Some compilers define __STDC_VERSION__ in c++Niclas Rosenvik
2021-04-22Add RUN_ONCE support to zlib initTodd Short
2021-04-22Fix typosMichaM
2021-04-22Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p...Nicola Tuveri
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb