]> git.ipfire.org Git - thirdparty/openssl.git/history - include
TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
[thirdparty/openssl.git] / include /
2021-03-18  Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-18  Dr. David von OheimbTS ESS: Invert the search logic of ts_check_signing_cer...
2021-03-18  Beat BolliASN1: add an internal header to validate Unicode ranges
2021-03-17  Matt CaswellFix a TODO(3.0) in the siphash code
2021-03-15  Pauliproperty: default queries create the property values.
2021-03-14  Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11  Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
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  Paulievp: 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  PauliAdd a real type for OSSL_CORE_BIO which is distinct...
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-08  Matt CaswellCache legacy keys instead of downgrading them
2021-03-06  Dmitry BelyavskiyRestore GOST macros compatibility with 1.1.1
2021-03-04  Tomas Mrazinclude/crypto: Remove TODOs that are irrelevant for 3.0
2021-03-04  Tomas Mrazinclude/internal: Remove TODOs that are irrelevant...
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-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26  Shane LontisFix external symbols related to dsa keys
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-26  Shane LontisFix external symbols for bn
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-24  Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
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 data-driven translation between known...
2021-02-23  Richard LevitteEVP: make evp_pkey_is_assigned() usable in the FIPS...
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_state() available to all of EVP
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 pkcs7.
2021-02-21  Shane LontisFix external symbols for cms.
2021-02-21  jwalch-Wunused-function cleanup
2021-02-19  Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18  Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18  Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-18  Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-17  Richard LevitteFix backward incompatibility revolving around OSSL_HTTP...
2021-02-17  Paulicore: add get_entropy and clear_entropy calls to RAND
2021-02-17  Paulierr: generated error files
2021-02-16  Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-12  Matt CaswellDeprecate the low level SRP APIs
2021-02-12  Job SnijdersAdd OID for draft-ietf-opsawg-finding-geofeeds detached...
2021-02-11  Dr. David von Oheimbx509_vfy.c: Make chain_build() error diagnostics to...
2021-02-11  Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10  FdaSilvaYYinclude/internal: add a few missing #pragma once directives
2021-02-10  FdaSilvaYYinclude/openssl: add a few missing #pragma once directives
2021-02-10  FdaSilvaYYinclude/crypto: add a few missing #pragma once directives
2021-02-10  Oleksandr TymoshenkoHandle partial data re-sending on ktls/sendfile on...
2021-02-10  Shane LontisReplace provider cipher flags with separate param fields
2021-02-10  Shane LontisReplace MAC flags OSSL_MAC_PARAM_FLAGS with separate...
2021-02-10  Shane LontisChange the ASN1 variant of x942kdf so that it can test...
2021-02-09  Tomas MrazDeprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-07  PauliFix race condition & allow operation cache to grow.
2021-02-06  Dr. David von OheimbAdd X509_STORE_CTX_verify(), which takes the first...
2021-02-05  Matt CaswellRemove all OPENSSL_NO_XXX from libssl where XXX is...
2021-02-05  Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05  Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05  Richard LevitteRemove the old DEPRECATEDIN macros
2021-02-05  Richard LevitteERR: Rebuild all generated error headers and source...
next