doc: It is not possible to use SSL_OP_* value in preprocessor conditions
[openssl.git] / include / openssl /
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 Dr. David von OheimbCMS 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 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-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 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 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-29 Nan XiaoFix typo in bio.h.in
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-19 Tomas MrazAdded functions for printing EVP_PKEYs to FILE *
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11 Paulievp: add params arguments to init functions
2021-03-11 Paulicore: add params arguments to init calls
2021-03-11 Paulicore: add params argument to key manager's gen_init...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-11 Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-10 Paulicore: add up_ref callback for OSSL_CORE_BIO
2021-03-10 Shane LontisAdd new filter BIO BIO_f_readbuffer()
2021-03-09 Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-08 Matt CaswellEnsure the various legacy key EVP_PKEY getters/setters...
2021-03-06 Dmitry BelyavskiyRestore GOST macros compatibility with 1.1.1
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-03-01 Dr. David von OheimbGeneralize schmeme parsing of OSSL_HTTP_parse_url(...
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-28 Paulicore: add params argument to DRBG instantiate call
2021-02-28 Paulievp: add params argument to EVP_RAND_instantiate()
2021-02-28 Paulievp: add param argument to KDF derive call
2021-02-28 Paulicore: add param argument to KDF derive call
2021-02-28 Paulicore: update to use the extra MAC init arguments
2021-02-28 Paulievp: updates for the new additional MAC_init arguments
2021-02-28 Paulisiphash: Add the C and D round parameters for SipHash.
2021-02-27 Dr. David von OheimbCode cleanup mostly in crypto/x509/v3_purp.c
2021-02-26 Paulicore: support modified gettable/settable ctx calls...
2021-02-26 Paulievp: upport modified gettable/settable ctx calls for...
2021-02-26 Paulievp: support modified gettable/settable ctx calls for...
2021-02-26 Paulicore: core: support modified gettable/settable ctx...
2021-02-26 Paulicore: support modified gettable/settable ctx calls...
2021-02-26 Paulievp: support modified gettable/settable ctx calls for...
2021-02-26 Paulievp: support modified gettable/settable ctx calls for...
2021-02-26 Paulicore: update RNG gettable/settable ctx param calls
2021-02-26 Paulicore: update digest gettable/settable ctx params calls
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24 Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-24 Matt CaswellDuplicate the file and func error strings
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-02-24 Tomas MrazDeprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_...
2021-02-23 Pauliprovider: add option to load a provider without disabli...
2021-02-23 Paulirand: add DRBG/seed setting functions
2021-02-23 PauliRAND_METHOD deprecation: code changes
2021-02-23 Richard LevitteEVP: Implement EVP_PKEY_CTX_is_a()
2021-02-22 Matt CaswellNote that the OSSL_CORE_MAKE_FUNC macro is reserved
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-21 Shane LontisFix external symbols for cms.
2021-02-21 jwalch-Wunused-function cleanup
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
next