]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2022-02-01  Paulipkcs12 kdf: implement ctx dup operation
2022-02-01  Paulitest: change pkey kdf dup fail test to a pkey kdf dup...
2022-02-01  Paulik942 kdf: implement ctx dup operation
2022-02-01  Pauliss KDF: implement ctx dup operation
2022-02-01  Paulissh kdf: implement ctx dup operation
2022-02-01  Pauliscrypt: implement ctx dup operation
2022-02-01  Paulipvk kdf: implement ctx dup operation
2022-02-01  Paulikrb5kdf: implement ctx dup operation
2022-02-01  Paulikbkdf: implement ctx dup operation
2022-02-01  Paulihkdf: implement ctx dup operation
2022-02-01  Paulipbkdf2: implement ctx dup operation
2022-02-01  Paulipbkdf1: implement ctx dup operation
2022-02-01  Paulievp_test: add a ctx dup operation to the KDF tests
2022-02-01  Pauliprov: add a safe memdup function for context cloning
2022-02-01  EasySecFix bad HTML formatting in EVP_KEYEXCH-DH.html because...
2022-02-01  Juergen ChristFix endianness problem in params_api_test
2022-01-31  Pauliaes: make the no-asm constant time code path not the...
2022-01-28  Richard LevitteInclude the modules directory in openssl.pc
2022-01-28  yangyangtiantianlonglongapps: Add option -no_ems to s_client/s_server apps
2022-01-28  Philip PrindevilleAdd -verbose/-queit flags to dhparam
2022-01-28  Philip PrindevilleUse progress_cb in genrsa
2022-01-28  Zhou QingyangAdd the missing check of BN_bn2hex return value
2022-01-27  Jiasheng JiangBIO_new_from_core_bio: Check for NULL pointer after...
2022-01-27  Matt CaswellEnsure ciphers command honours -propquery
2022-01-27  Matt CaswellDocument purpose and trust setting functions
2022-01-27  Matt CaswellAdd a test for X509_STORE_CTX_set_purpose()
2022-01-27  Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2022-01-27  Tomas Mrazlhash: Avoid 32 bit right shift of a 32 bit value
2022-01-27  Tomas MrazFix IV length of DES EDE ECB implementations
2022-01-26  Richard LevitteTEST: Add addition OSSL_PARAM tests for signed BIGNUMs
2022-01-26  Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM_BLD API
2022-01-26  Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM API
2022-01-26  Jiasheng JiangUI: Check for NULL pointer after calling OPENSSL_memdup
2022-01-26  Darshan SenAllow empty passphrase in PEM_write_bio_PKCS8PrivateKey...
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
next