Fix an ssl_test_old test failure
[openssl.git] / crypto /
2020-04-20 Dr. Matthias St... Swap parameters of evp_method_id()
2020-04-20 Dr. Matthias St... Fix an assertion (and a comment) of evp_method_id()
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-18 Dr. David von OheimbPrevent crash in X509_NAME_cmp() etc. when cert has...
2020-04-18 Dr. David von OheimbAdd CMP error reason 'missing reference cert'
2020-04-18 Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-04-18 Dr. David von OheimbRename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART...
2020-04-17 Dmitry BelyavskiyGOST cipher names adjustment
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-17 KochiseWindows: Add type casting in CRYPTO_atomic_add to remov...
2020-04-17 Paulipkey: free key manager on error path
2020-04-17 Pauliecx: check for errors creating public keys from private...
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-04-16 Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-16 Matt CaswellCreate a libctx aware X509_verify_ex()
2020-04-16 Rich SalzPut sys-specific files in build.info
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellTeach PEM_read_bio_PrivateKey about libctx
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-04-15 Matt CaswellUse the libctx in Ed448 private key decoding
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-15 Richard LevitteEVP: fix memleak in evp_pkey_downgrade()
2020-04-15 Richard LevitteEVP: Add a temporary SM2 hack to key generation
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-15 Shane LontisFix Dynamic engine loading so that the call to ENGINE_l...
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-14 scottBIO_do_accept: correct error return value
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-10 Richard LevitteEVP: legacy_ctrl_to_param() to handle provider side...
2020-04-10 Richard LevitteCMS KARI: Temporarly downgrade newly generated EVP_PKEY...
2020-04-09 Richard LevitteAdd common internal crypto/ modules in liblegacy.a
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellMake the CT code library context aware
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-09 PauliAdd a null provider which implements no algorithms.
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-08 Matt CaswellUse the libctx and propq from the X509_STORE_CTX
2020-04-08 Matt CaswellAdd X509_STORE_CTX_new_with_libctx()
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-08 Richard LevitteEVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
2020-04-08 Patrick SteuerAES CTR-DRGB: do not leak timing information
2020-04-07 PauliInteger overflow in ASN1_STRING_set.
2020-04-07 Pauliparams: avoid a core dump with a null pointer and a...
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07 Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07 Dr. David von OheimbFix misleading error msg for PBM check w/o secret in...
2020-04-07 Dr. David von OheimbFix error reporting glitch in X509_STORE_CTX_print_veri...
2020-04-07 Dr. David von OheimbFix bugs in 3GPP exception checking and improve diagnos...
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-04-07 Richard LevittePROV: Add DERlib support for DSA
2020-04-07 Richard LevittePROV: Add DERlib support for RSA
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-04-06 Tomas MrazSet X509_V_ERR_INVALID_EXTENSION error for invalid...
2020-04-06 Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-04-04 Matt CaswellAdd "endfirst" writing to WPACKET
2020-04-03 Aaron ThompsonRemove an unnecessary call to BN_CTX_free.
2020-04-03 Aaron ThompsonFix bugs in EC code introduced with FIPS changes.
2020-04-02 Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-04-02 Bernd EdlingerFix a printf format error in cmp_client.c
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-30 Nicola TuveriFix off-by-1 bug on provider_activate with custom error...
2020-03-30 Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-28 PauliParam builder: Remove the static size limit.
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27 Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-27 Matt CaswellMake SRP library context aware
2020-03-27 Matt CaswellAdd OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
2020-03-27 Matt CaswellIgnore some fetch failures
2020-03-27 Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-25 Richard LevitteEVP: Limit the diverse key parameter functions to domai...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25 Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-25 Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25 Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-25 Richard LevitteEC: Refactor ec_curve_name2nid() to accept NIST curve...
2020-03-25 Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-25 Dr. David von OheimbFix bug in strncpy() use of sk_ASN1_UTF8STRING2text...
2020-03-25 Nikolay MorozovIssuer Sign Tool extention support
2020-03-25 Matt CaswellFix EVP_PKEY_new_mac_key()
2020-03-24 Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-03-23 Matt CaswellHandle mdname in legacy EVP_DigestSignInit_ex codepaths
2020-03-23 Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-20 Shane LontisAdd support for passing the libctx to the config loader
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-03-19 Matt CaswellMake sure we use the libctx when fetching a MAC
2020-03-19 Matt CaswellHandle the case where there is no digest in an EVP_MD_CTX
2020-03-18 Dr. David von OheimbRename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP...
next