dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
[openssl.git] / crypto /
2022-01-17 Tomas MrazDo not call ossl_ffc_name_to_dh_named_group with NULL...
2022-01-17 Tomas MrazProperly return error on EVP_PKEY_CTX_set_dh_nid and...
2022-01-15 Pauliproperty: reduce memory consumption when OPENSSL_SMALL_...
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-14 manisonEVP: fix evp_keymgmt_util_match so that it actually...
2022-01-14 fangming.fangSM3 acceleration with SM3 hardware instruction on aarch64
2022-01-13 Dmitry BelyavskiyCleansing all the temporary data for s390x
2022-01-13 Matt CaswellClear md_data only when necessary
2022-01-13 Paulilhash: use lock when TSAN not available for statistics...
2022-01-13 Paulimem: do not produce usage counts when tsan is unavailable.
2022-01-13 Pauliobject: use updated tsan lock detection capabilities
2022-01-13 Paulicore namemap: use updated tsan lock detection capabilities
2022-01-13 Gerd Hoffmanndrop unused callback variable
2022-01-12 Tomas MrazEVP_DigestSignFinal: *siglen should not be read if...
2022-01-12 Pauliparam dup: add errors to failure returns
2022-01-12 Pauliparam build set: add errors to failure returns
2022-01-12 Pauliparam build: add errors to failure returns
2022-01-12 Pauliparams: add error messages for built in param conversions
2022-01-12 Paulierr: add additional errors
2022-01-11 Matt CaswellFix Decoder, Encoder and Store loader fetching
2022-01-11 Matt CaswellStatically link the legacy provider to endecode_test
2022-01-10 Matt CaswellFix a leak in EVP_DigestInit_ex()
2022-01-10 Matt CaswellEnsure that MDs created via EVP_MD_meth_new() go down...
2022-01-10 Tomas MrazEVP_PKEY_derive_set_peer_ex: Export the peer key to...
2022-01-09 Gerd Hoffmanncrypto/bio: fix build on UEFI
2022-01-09 David BenjaminDon't use __ARMEL__/__ARMEB__ in aarch64 assembly
2022-01-07 Peiwei HuFix: some patches related to error exiting
2022-01-07 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Improve error reporting on parsi...
2022-01-07 Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2022-01-07 Dr. David von OheimbOSSL_STORE_open_ex(): Prevent spurious error: unregiste...
2022-01-07 Tomas MrazEVP_PKEY_fromdata(): Do not return newly allocated...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 Dimitris ApostolouFix typos
2022-01-05 zhaozgsm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2
2022-01-05 fangming.fangfix building failure when using -Wconditional-uninitialized
2022-01-05 Tomas Mraztrace.c: Add missing trace category entry
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2022-01-04 Sebastian Andrzej... Use USE_SWAPCONTEXT on IA64.
2022-01-04 Matt CaswellValidate the category in OSSL_trace_end()
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2022-01-03 Tomas Mrazclose_console: Always unlock as the lock is always...
2022-01-03 Tomas Mraztry_pkcs12(): cleanse passphrase so it is not left...
2022-01-03 Tomas Mraztry_pkcs12(): Correct handling of NUL termination of...
2022-01-03 Tomas MrazCompensate for UI method always adding NUL termination
2022-01-01 Pauliproperty: use a stack to efficiently convert index...
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-29 Weiguo LiFix a misuse of NULL check
2021-12-23 KanAdd static check in BN_hex2bn
2021-12-22 Paulinamemap: handle a NULL return when looking for a non...
2021-12-22 Dr. David von OheimbHTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-21 Dr. David von OheimbHTTP client: Work around the 'gets' method not being...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-19 KanFix the null pointer dereference
2021-12-18 Dr. David von Oheimbcmp_ctx.c: Remove redundancy form the defs of many...
2021-12-18 Paulirsa exp: move declarations before code
2021-12-17 Tomas Mrazcontext_init: Fix cleanup in error handling
2021-12-17 Tomas Mrazossl_provider_add_to_store: Avoid use-after-free
2021-12-17 Paulievp: address a use after free state when using HMAC...
2021-12-16 Peiwei HuEC_POINT_hex2point: forget to free pt
2021-12-16 Orr ToledanoAdd support for RNDRRS Provider
2021-12-16 Orr ToledanoAdd Arm Assembly (aarch64) support for RNG
2021-12-14 Tobias NießenFix infinite verification loops due to has_san_id
2021-12-14 Bernd EdlingerRemove some unnecessary undefs in bn_asm.c
2021-12-14 Bernd EdlingerFix a carry overflow bug in bn_sqr_comba4/8 for mips...
2021-12-13 Dr. David von OheimbOSSL_HTTP_proxy_connect(): Fix glitch in response HTTP...
2021-12-13 Tomas Mrazbn2binpad: Use memset as the buffer will be used later
2021-12-13 Dr. David von Oheimbossl_cmp_msg_check_update(): align recipNone check...
2021-12-13 Richard LevitteFix EVP_PKEY_eq() to be possible to use with strictly...
2021-12-12 PauliFix Coverity 1494385 logically dead code.
2021-12-10 x2018remove redundant ERR_raise
2021-12-10 x2018check the return value of BIO_new() in t_x509.c:471...
2021-12-09 Bernd EdlingerMinor code cleanup in o_names_init
2021-12-09 Dr. David von OheimbOSSL_HTTP_get(): Fix timeout handling on redirection
2021-12-09 Dr. David von OheimbCMP check_msg_find_cert(): improve diagnostics on trans...
2021-12-09 Dr. David von OheimbOSSL_CMP_MSG_read(): Fix mem leak on file read error
2021-12-09 pkubajAdd support for BSD-ppc, BSD-ppc64 and BSD-ppc64le...
2021-12-07 Dr. David von OheimbX509V3_set_ctx(): Clarify subject/req parameter for...
2021-12-07 Dr. David von OheimbX509V3_set_ctx(): Clarify use of subject/req parameter...
2021-12-07 Dr. David von OheimbOSSL_HTTP_set1_request(): Fix check for presence of...
2021-12-07 Dr. David von OheimbOBJ_obj2txt(): fix off-by-one documentation of the...
2021-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
2021-12-03 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses...
2021-12-03 Dr. David von Oheimbparse_http_line1(): Fix diagnostic output on error...
2021-12-02 x2018check the return value of BN_dup() in rsa_lib.c:1248
2021-12-01 Dmitry BelyavskiyRefactor: a separate func for provider activation from...
2021-11-27 Tom CosgroveFix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning...
2021-11-24 Richard LevitteAllow sign extension in OSSL_PARAM_allocate_from_text()
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-24 Tomas MrazEVP_MD_CTX_copy_ex: Allow copying uninitialized digest...
2021-11-24 Allan JudeFix detection of ARMv7 and ARM64 CPU features on FreeBSD
2021-11-23 Richard LevitteMake OSSL_PARAM_BLD_push_BN{,_pad}() return an error...
2021-11-23 Bernd EdlingerAvoid loading of a dynamic engine twice
2021-11-22 Peiwei HuEVP_RAND_generate: fix return check
2021-11-22 Peiwei Huasn1_item_embed_d2i: fix th return check
2021-11-22 Dr. David von OheimbMake ERR_str_reasons in err.c consistent again with...
2021-11-22 Dr. David von OheimbERR: exempt flags from fallback decimal reason code...
2021-11-22 PW HuFix the return check of OBJ_obj2txt
2021-11-22 Tomas Mrazd2i_PublicKey: Make it work with EC parameters in a...
2021-11-19 Andrey MatyukovDual 1536/2048-bit exponentiation optimization for...
2021-11-18 Martin Schwenkeperlasm/ppc-xlate.pl: Fix build on OS X
next