]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Fix NULL access in ssl_build_cert_chain() when ctx is NULL.
[thirdparty/openssl.git] / crypto /
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...
2021-02-23  Paulirand: allow lock/unlock functions to be absent
2021-02-23  PauliRAND_METHOD deprecation: code changes
2021-02-23  Richard LevitteEVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter...
2021-02-23  Richard LevitteEVP: Make checks in evp_pkey_ctx_store_cached_data...
2021-02-23  Richard LevitteEVP: Adapt the RSA specific EVP_PKEY_CTX setter / gette...
2021-02-23  Richard LevitteEVP: Adapt the DH specific EVP_PKEY_CTX setter / getter...
2021-02-23  Richard LevitteEVP: Adapt the EVP_PKEY_CTX ctrl functions
2021-02-23  Richard LevitteEVP: Adapt diverse OSSL_PARAM setters and getters
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy...
2021-02-23  Richard LevitteEVP: Implement data-driven translation between known...
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-23  Shane LontisAdd back in legacy paths for d2i_PrivateKey/d2i_AutoPri...
2021-02-22  Dr. David von OheimbHandle NULL result of ERR_reason_error_string() in...
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-20  Richard LevitteDECODER: Add better tracing of the chain walking process
2021-02-20  Richard LevitteDECODER: Use the data structure from the last decoder...
2021-02-19  John BaldwinCorrect the return value of BIO_get_ktls_*().
2021-02-19  Dr. David von OheimbCMP: Fix total_timeout behavior; small doc and diagnost...
2021-02-19  Zhang JindeCRYPTO_gcm128_decrypt: fix mac or tag calculation
2021-02-19  Shane LontisFix merge problem in d2i_PrivateKey_ex
2021-02-19  Shane LontisFix DH ASN1 decode so that it detects named groups.
2021-02-19  Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18  Matt CaswellPass the object type and data structure from the pem2de...
2021-02-18  Richard LevitteOSSL_PARAM: Correct the assumptions on the UTF8 string...
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  Shane LontisFix external symbols in the provider digest implementat...
2021-02-18  Sahana PrasadDH: Make DH_bits(), DH_size(), and DH_security_bits...
2021-02-18  Dr. David von Oheimbchain_build(): Call verify_cb_cert() if a preliminary...
2021-02-18  Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-17  Dr. David von Oheimbx509_vfy: fix mem leaks in chain_build() on malloc...
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-17  Paulierr: generated error files
2021-02-17  Petr GotthardFix propquery handling in EVP_DigestSignInit_ex
2021-02-16  Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
2021-02-16  Matt CaswellFix the RSA_SSLV23_PADDING padding type
2021-02-16  Matt CaswellFix Null pointer deref in X509_issuer_and_serial_hash()
2021-02-16  Tomas MrazDo not match RFC 5114 groups without q as it is significant
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-15  Benjamin Kadukx509_vfy: remove redundant stack allocation
2021-02-14  PauliRemove an unnecessary free call.
2021-02-14  Shane LontisRemove dead code in rsa_pkey_ctrl.
2021-02-12  Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
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-12  PauliEVP: fix reference counting for EVP_CIPHER.
2021-02-12  PauliProv: add an option to force provider fetches to not...
2021-02-12  PauliEVP: fix reference counting for digest operations.
2021-02-11  Dr. David von OheimbX509_STORE_CTX_cleanup(): Use internally so no need...
2021-02-11  Dr. David von OheimbX509_STORE_CTX_get1_issuer(): Make preference on expire...
2021-02-11  Dr. David von Oheimbx509_vfy.c: Make chain_build() error diagnostics to...
2021-02-11  Tomas MrazRename internal providercommonerr.h to less mouthful...
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/openssl: add a few missing #pragma once directives
2021-02-10  Shane LontisReplace provider digest flags with separate param fields
2021-02-10  Shane LontisReplace provider cipher flags with separate param fields
2021-02-09  Dr. David von Oheimbx509_vfy.c: Sort out return values 0 vs. -1 (failure...
next