]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2022-01-26  Darshan SenFix invalid malloc failures in PEM_write_bio_PKCS8Priva...
2022-01-26  Jiasheng Jiangx509: add the check for X509_STORE_lock
2022-01-25  Jiasheng Jiangtest/ct_test.c: Add the missing check after calling...
2022-01-25  Jiasheng Jiangevp_test: Add the missing check after calling OPENSSL_m...
2022-01-25  XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-01-24  Danny TsenAES-GCM performance optimzation with stitched method...
2022-01-23  Todd Short`make clean` should clean up fips provider shared object.
2022-01-23  Pauliself_test.h: fix the C++ wrapping
2022-01-21  Philip PrindevilleStandardize progress callback for dhparam, dsaparam...
2022-01-21  Richard LevitteLEGACY PROV: Reimplement the ERR building blocks in...
2022-01-21  Richard LevitteERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_cle...
2022-01-21  Gerd Hoffmanncrypto/bio: drop float formating for UEFI
2022-01-21  Gerd HoffmannRevert "crypto/bio: fix build on UEFI"
2022-01-21  yangyangtiantianlonglongFix the same BIO_FLAGS macro definition
2022-01-20  Richard LevitteTEST: Add a test of the new BN_signed set of functions...
2022-01-20  Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-20  Richard Levitte[refactor] BIGNUM: Modify bin2bn() to work from least...
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...
next