openssl.git
2022-01-20 Richard LevitteBIGNUM: Add a comment on chunk order in struct bignum_st
2022-01-20 Richard Levitte[refactor] BIGNUM: Modify bn2binpad()'s setup to be...
2022-01-20 Richard Levitte[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn...
2022-01-20 Tobias NießenClarify flags argument of X509_check_ip
2022-01-20 Hubert Karios_server: correctly handle 2^14 byte long records
2022-01-20 James MuirSimpler square-root computation for Ed25519
2022-01-20 fangming.fangFix sm3ss1 translation issue in sm3-armv8.pl
2022-01-19 Paulissl: better support TSAN operations
2022-01-19 Paulitest: add cipher context dup test
2022-01-19 Paulitest: add digest context dup tests
2022-01-19 Paulidoc: document digest and cipher dup functions
2022-01-19 PauliAdd context dup functions for digests and ciphers
2022-01-19 Paulifix indentation
2022-01-18 Daniel HuSM4 optimization for ARM by HW instruction
2022-01-18 Tomas Mrazdh_exch.c: Correct gettable parameters for DH key exchange
2022-01-18 Paulie_dasync: remove empty statement
2022-01-18 Paulidemo: remove end of line whitespace
2022-01-18 Paulispeed: rework if condition to avoid empty statement
2022-01-18 Paulireplace ;; with ; as statement separator
2022-01-18 Pauliapps/ca: replace ;; with ; as statement separator
2022-01-18 Paulissl: replace ;; with ; as statement separator
2022-01-18 Kevin JonesFix mistake in ERR_peek_error_all documentation.
2022-01-17 Tomas Mrazbn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
2022-01-17 Tomas Mrazdhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
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-17 EasySecFix typo in SSL_CTX_set_dh_auto
2022-01-17 Dmytro Podgornyissl/t1_enc: Fix kTLS RX offload path
2022-01-15 Pauliproperty: reduce memory consumption when OPENSSL_SMALL_...
2022-01-14 Dr. David von... Fix 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-14 Shreenidhi... Add a comment to indicate ineffective macro
2022-01-14 Paulicoverity 1497107: dereference after null check
2022-01-13 Dmitry BelyavskiyCleansing all the temporary data for s390x
2022-01-13 Tomas Mraztest_gendhparam: Drop expected error output
2022-01-13 Matt CaswellClear md_data only when necessary
2022-01-13 Paulithreadstest: use locking for tsan operations if required
2022-01-13 Paulidrbg: add handling for cases where TSAN isn't available
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 Paulitsan: make detecting the need for locking when using...
2022-01-13 Paulithreadstest: add write check to lock checking
2022-01-13 PauliAvoid using a macro expansion in a macro when staticall...
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 Paulitest: check for properly raised errors during param...
2022-01-12 Pauliparams: add error messages for built in param conversions
2022-01-12 Paulierr: add additional errors
2022-01-12 Tomas Mrazpkeyutl: Fix regression with -kdflen option
2022-01-11 Matt CaswellEnsure we test fetching encoder/decoder/store loader...
2022-01-11 Matt CaswellFix Decoder, Encoder and Store loader fetching
2022-01-11 Matt CaswellClarify the int param getter documentation
2022-01-11 Dmitry BelyavskiyDon't run TLSFuzzer tests when it is not properly set
2022-01-11 Dr. David von... APPS: Add check for multiple 'unknown' options
2022-01-11 Dr. David von... PKCS12 app: Improve readability w.r.t. enc_flag, rename...
2022-01-11 Matt CaswellStatically link the legacy provider to endecode_test
2022-01-10 Matt CaswellAdd a test for a custom digest created via EVP_MD_meth_...
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-09 Dr. David von... check-format.pl: Fix report on space before ';' and...
2022-01-09 Dr. David von... check-format.pl: Fix report on missing space before...
2022-01-09 Dr. David von... check-format.pl: Fix report on constant on LHS of compa...
2022-01-09 Dr. David von... check_format.pl: Add checks for blank lines within...
2022-01-09 yangyangtiantianlonglongDelete unused param about get_construct_message_f
2022-01-08 Bernd EdlingerAdd a test case for the short password
2022-01-08 KanUpdate alert to common protocol
2022-01-08 Dr. David von... apps.c: fix various coding style nits found by check...
2022-01-07 Peiwei HuFix: some patches related to error exiting
2022-01-07 Peiwei Huproviders/implementations/keymgmt/rsa_kmgmt.c: refactor...
2022-01-07 Dr. David von... v2i_AUTHORITY_KEYID(): Improve error reporting on parsi...
2022-01-07 Dr. David von... apps/cmp.c: fix coding style nits reported by check...
2022-01-07 Dr. David von... asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2022-01-07 Dr. David von... APPS load_key_certs_crls(): Make file access errors...
2022-01-07 Dr. David von... OSSL_STORE_open_ex(): Prevent spurious error: unregiste...
2022-01-07 Tomas MrazTest importing EC key parameters with a bad curve
2022-01-07 Tomas MrazEVP_PKEY_fromdata(): Do not return newly allocated...
2022-01-07 xkernelfix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
2022-01-07 xkernelproperly free the resource from EVP_MD_CTX_new() at...
2022-01-06 xkernelproperly free the resource from CRYPTO_malloc
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-06 Dr. David von... OSSL_STORE: Prevent spurious error during loading priva...
2022-01-05 Dimitris ApostolouFix typos
2022-01-05 Dmitry BelyavskiyRun TLSfuzzer tests for CI
2022-01-05 Dmitry BelyavskiyTLS Fuzzer: initial test infrastructure
2022-01-05 Dmitry BelyavskiyTLSfuzzer: submodules
2022-01-05 x2018check the return value of OSSL_PARAM_BLD_new in dsa_kmg...
2022-01-05 zhaozgsm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2
2022-01-05 Peiwei Huapps/passwd.c: free before error exiting
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... CMP mock server: add -ref_cert option and corresponding...
next