TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cover cert...
[openssl.git] / crypto /
2021-03-18 Dr. David von OheimbTS ESS: Invert the search logic of ts_check_signing_cer...
2021-03-18 Beat BolliASN1: check the Unicode code point range in ASN1_mbstri...
2021-03-18 Beat BolliASN1: limit the Unicode code point range in UTF8_getc...
2021-03-17 Tomas Mrazevp_keymgmt_util_copy: Fix possible leak on copy failure
2021-03-17 Matt CaswellConvert some TODO(3.0) comments in init.c to normal...
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-17 Jon SpillettFix up issues found when running evp_extra_test with...
2021-03-17 PauliRemove TODOs from digest.c
2021-03-17 Pauliparams: clean up TODO
2021-03-17 Matt CaswellFix a TODO(3.0) in the siphash code
2021-03-17 Tomas Mrazp_lib.c: Remove TODO comments
2021-03-16 Tomas Mrazcore_get_libctx: use assert() instead of ossl_assert()
2021-03-16 Tomas Mrazprovider_core: Remove two TODO 3.0
2021-03-16 Tomas Mrazdecoder_process: data_structure can be NULL
2021-03-15 Pauliproperty: default queries create the property values.
2021-03-15 div2016bitTiny clarification of comment for RSA_sign
2021-03-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-14 Tomas Mrazkeymgmt_meth: remove two TODO 3.0
2021-03-14 Matt CaswellConvert a TODO(3.0) in OPENSSL_thread_stop_ex to a...
2021-03-14 Matt CaswellRemove a TODO from async_delete_thread_state()
2021-03-14 Shane LontisRemove TODO in rsa_ameth.c
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-13 Dr. David von OheimbTS ESS: Let TS_RESP_verify_signature() make use of...
2021-03-12 Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-03-11 Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11 Paulicore: modify ossl_provider_forall_loaded() to avoid...
2021-03-11 Paulimisc: other init function param additions
2021-03-11 Paulievp: add params arguments to init functions
2021-03-11 Paulievp: add params argument to key manager's gen_init...
2021-03-11 Rich SalzFix error-checking compiles for mutex
2021-03-11 Matt CaswellUpdate copyright year
2021-03-11 Vincent DrakeUse read/write locking on Windows
2021-03-11 Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-10 PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-10 Shane LontisUse BIO_f_readbuffer() in the decoder to support stdin.
2021-03-10 Shane LontisAdd new filter BIO BIO_f_readbuffer()
2021-03-10 Tomas MrazChange default algorithms in PKCS12_create() and PKCS12...
2021-03-09 Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-09 Dr. David von Oheimbcmp_hdr.c: Fix minor Coverity issue CID 1473605
2021-03-09 Shane LontisReword repeated words.
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-08 Matt CaswellAvoid a null pointer deref on a malloc failure
2021-03-06 Dr. David von OheimbHTTP: Fix BIO_mem_d2i() on NULL mem input
2021-03-06 Dr. David von Oheimbhttp_local.h: Remove unused declaration of HTTP_sendreq...
2021-03-06 Dr. David von OheimbSimplify OCSP_sendreq_bio()
2021-03-06 Dr. David von OheimbMake more use of X509_add_certs(); minor related code...
2021-03-06 Dr. David von Oheimbcrypto/ocsp/ocsp_cl.c: coding style improvements
2021-03-04 Richard LevitteMake provider provider_init thread safe, and flag check...
2021-03-04 Richard LevitteMake ossl_provider_disable_fallback_loading() thread...
2021-03-04 Tomas Mrazecx_set_priv_key: Try to obtain libctx from the pkey...
2021-03-04 Tomas Mrazbn_ctx.c: Remove TODO 3.0 related to tracing in FIPS...
2021-03-04 Tomas Mrazecx_set_priv_key: Remove TODO 3.0 related to setting...
2021-03-04 Tomas Mrazdo_sigver_init: Remove fallback for missing provider...
2021-03-04 Tomas MrazRemove some of the TODO 3.0 in crypto/evp related to...
2021-03-04 Tomas Mrazcrypto/param_build_set.c: Remove irrelevant TODO 3.0
2021-03-04 Tomas Mrazcrypto/ppccap.c: Remove useless TODO 3.0
2021-03-04 Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
2021-03-04 Tobias Nießencrypto: rename error flags in internal structures
2021-03-03 Tomas Mrazossl_rsa_sp800_56b_check_public: Be more lenient with...
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-02 Dr. David von OheimbCMP: On NULL-DN subject or issuer input omit field...
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 Paulirand: use params argument on instantiate call
2021-02-28 Paulievp: add params argument to EVP_RAND_instantiate()
2021-02-28 Paulicrypto: add additional argument to KDF derive calls
2021-02-28 Paulievp: add param argument to KDF derive call
2021-02-28 Paulievp: updates for the new additional MAC_init arguments
2021-02-28 Paulicrmf: updates for the new additional MAC_init arguments
2021-02-28 Paulisiphash: Add the C and D round parameters for SipHash.
2021-02-27 Richard Levittecrypto/asn1/i2d_evp.c: Fix i2d_provided() to return...
2021-02-27 Richard LevitteModify i2d_PublicKey() so it can get an EC public key...
2021-02-27 Dr. David von OheimbCode cleanup mostly in crypto/x509/v3_purp.c
2021-02-26 Benjamin KadukCheck ASN1_item_ndef_i2d() return value.
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 Paulievp: support modified gettable/settable ctx calls for...
2021-02-26 Paulievp: support modified gettable/settable ctx calls for...
2021-02-26 Paulimodify EVP to support digest gettable/settable 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 jwalchFix an integer overflow in o_time.c
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24 Richard LevitteFix string termination and length setting in OSSL_PARAM...
2021-02-24 Richard LevitteFix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8...
2021-02-24 Tomas MrazCleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
2021-02-24 Tomas MrazFix missing EOL at the end of the rsa/build.info
2021-02-24 Tomas MrazRemove inclusion of unnecessary header files
2021-02-24 Tomas MrazUse strcasecmp when comparing kdf_type
2021-02-24 Daniel BeveniusFix typo in comment in DH_set0_pqg function
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...
next