Fix compiler error when using config option 'enable-acvp-tests'
[openssl.git] / include /
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von OheimbHTTP client: Allow streaming of response data (with...
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Rich SalzSlightly reformat ssl.h.in
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13 Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-12 Benjamin Kadukmake update
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-12 Dr. David von OheimbAdd ASN1_item_i2d_mem_bio(); document and improve also...
2021-05-12 Pauliencoder: add a _name() function for encoders and decoders
2021-05-12 Job SnijdersAdd OID for RPKI id-ct-signedChecklist
2021-05-11 Matt CaswellDon't convert pre-existing providers into children
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellRegister callbacks with core for child provider creatio...
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-08 Dr. David von Oheimbssl.h.in: Fix deprecation exclusion for SRP-related...
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-07 Pauliprovider: flush the store cache when providers are...
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-06 Daniel BeveniusClarify where dispatch functions/ids are defined
2021-05-06 Matt CaswellUpdate copyright year
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Dr. David von OheimbDeprecate X509{,_CRL}_http_nbio() and simplify their...
2021-05-05 Benjamin KadukEnforce secure renegotiation support by default
2021-05-05 Paulimac: add EVP_MAC_finalXOF() function
2021-05-05 Rich SalzAdd .includedir pragma
2021-05-05 Rich SalzAllow absolute paths to be set
2021-05-05 Shane LontisFix KMAC bounds checks.
2021-05-04 Tomas MrazBump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3
2021-05-04 Dr. David von OheimbOCSP: Minor improvements of documentation and header...
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-05-01 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-28 Matt CaswellStore the list of activated providers in the libctx
2021-04-28 Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbTS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-28 Tomas MrazImprove the implementation of X509_STORE_CTX_get1_issuer()
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-22 Rich SalzRemove an unused parameter
2021-04-22 Niclas RosenvikSome compilers define __STDC_VERSION__ in c++
2021-04-22 Todd ShortAdd RUN_ONCE support to zlib init
2021-04-22 MichaMFix typos
2021-04-22 Nicola TuveriAdd missing argname for keymgmt_gettable_params and...
2021-04-21 Richard LevitteENCODER & DECODER: Allow decoder implementations to...
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-19 Matt CaswellAdd the function OSSL_LIB_CTX_get0_global_default()
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-04-13 Shane LontisAdd FIPS Self test for AES_ECB decrypt
2021-04-12 Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-12 Matt CaswellOnly enable KTLS if it is explicitly configured
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-12 PauliAdd additional KMAC error
2021-04-09 Tomas MrazSmall fixes and cleanups of provider API documentation
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay IsaacsAdd a constant time zero check function for 64-bit...
2021-04-08 Amitay Isaacsnumbers: Define 128-bit integers if compiler supports
2021-04-08 Pauliproperty: lock the lib ctx when updating the property...
2021-04-08 Pauliproperty: check return values from the property locking...
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-04-07 PauliCheck for integer overflow in i2a_ASN1_OBJECT and error...
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02 Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02 Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-04-01 Tomas MrazAdd "save-parameters" encoder parameter
2021-04-01 Tomas MrazEVP_CIPHER_type: fix misleading argument name
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31 Dr. David von OheimbHTTP: Fix method_POST param by moving it to OSSL_HTTP_R...
2021-03-31 Randall S. BeckerAdded guarding #ifndef/#define to avoid duplicate inclu...
2021-03-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-29 Nan XiaoFix typo in bio.h.in
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28 Shane LontisFix Build issue on Oracle Linux x64
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-24 FdaSilvaYYFix a windows build break
next