openssl.git
2022-02-14 Tomas MrazApply the correct Apache v2 license
2022-02-14 Jiasheng Jiangopenssl rehash: add check for OPENSSL_strdup
2022-02-14 Rami KhaldiImplement a new flag for running s_client in a non...
2022-02-13 DanielUse C locale in Bash scripts.
2022-02-11 Bernd EdlingerCleanup record length checks for KTLS
2022-02-11 Tomas MrazAdd test of FIPS provider from the master branch with...
2022-02-11 Tomas Mrazevp_test: Skip testcase if r parameter is unsupported
2022-02-11 Tomas MrazAdd test of FIPS provider from the 3.0 branch with...
2022-02-11 PauliChange condition to avoid spurious compiler complaints.
2022-02-11 Kevin K BijuAdded checking for buflen overflow due to MAX_MISALIGNMENT.
2022-02-10 Kelvin Leebn_lib.c: Change Endianess check to as a binary condition.
2022-02-10 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-02-10 Weiguo LiFix outdated comments
2022-02-09 EasySecFix small typo in EVP_KEYEXCH-ECDH.html doc example
2022-02-09 Tom Cosgroveaarch64: fix branch target indications in arm64cpuid...
2022-02-08 Jiasheng JiangAdd the check after calling OPENSSL_strdup
2022-02-08 Matt CaswellFix an enginetest failure when compiled with no-depreca...
2022-02-08 DanielSend auxiliary messages to bio_err.
2022-02-08 Jiasheng Jiangrsa: add check after calling BN_BLINDING_lock
2022-02-08 Bernd EdlingerCheck for presence of 1.1.x openssl runtime
2022-02-08 Bernd EdlingerPrevent crash with engine using different openssl runtime
2022-02-07 Tomas MrazAdd testcases for EVP_PKEY_set1_encoded_public_key()
2022-02-07 Tomas MrazReplace size check with more meaningful pubkey check
2022-02-07 Tomas Mrazdoc: Add hint to use EVP_PKEY_get_bn_param to retrieve...
2022-02-07 Ankit DasFix SIZE_MAX not defined on z/OS etc
2022-02-07 Thomas1664Correct return type for BIO_ptr_ctrl
2022-02-07 Danny TsenFixed counter overflow
2022-02-07 Jiasheng Jiangevp_test: Add the missing check after calling OPENSSL_s...
2022-02-07 Dimitris ApostolouFix typos
2022-02-06 Paulievp enc: cache cipher key length
2022-02-06 Paulievp enc: cache cipher IV length
2022-02-06 Pauliaes: avoid accessing key length field directly
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-04 John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2022-02-04 Harry SintonenAdd missing CRYPTO_THREAD_cleanup_local of default_cont...
2022-02-04 Juan Manuel... Fix builds with DJGPP
2022-02-03 EasySecopenssl-dgst.pod.in: Fix documentation of -list option
2022-02-03 Todd ShortFix copyrights
2022-02-03 Kevin K BijuUse opt_int_arg() to parse integers in apps/speed.c
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-02-03 Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-02-02 Ross Burtonapps/progs.pl: use SOURCE_DATE_EPOCH if defined for...
2022-02-01 yangyangtiantianlonglongUpdate the comment on ssl3_write_pending()
2022-02-01 yangyangtiantianlonglongRevert dropped usage of var thiswr in do_ssl3_write()
2022-02-01 Pauliindentation fix
2022-02-01 Paulitls1 prf: implement ctx dup operation
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...
next