summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-10Prepare for 1.1.1d releaseOpenSSL_1_1_1dMatt Caswell
2019-09-10Update copyright yearMatt Caswell
2019-09-10Remove duplicate CHANGES entryMatt Caswell
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger
2019-09-10Update CHANGES and NEWS for the new releaseMatt Caswell
2019-09-10Fix a potential crash in rand_unix.cBernd Edlinger
2019-09-10Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger
2019-09-09drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre
2019-09-09drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley
2019-09-09Fix build with VS2008Bernd Edlinger
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger
2019-09-09DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger
2019-09-09Change DH_generate_parameters back to order 2q subgroupBernd Edlinger
2019-09-09Fix spacing nit in test/ectest.cNicola Tuveri
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2019-09-08Configure: clang: move -Wno-unknown-warning-option to the frontDr. Matthias St. Pierre
2019-09-07Append CVE-2019-1547 to related CHANGES entryNicola Tuveri
2019-09-07Remove x86/x86_64 BSAES and AES_ASM supportBernd Edlinger
2019-09-07CHANGES entry: for ECC parameters with NULL or zero cofactor, compute itBilly Brumley
2019-09-07[test] computing ECC cofactors: regression testBilly Brumley
2019-09-07[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley
2019-09-07[ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri
2019-09-07[ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri
2019-09-07Uniform BN_bn2binpad() and BN_bn2lebinpad() implementationsNicola Tuveri
2019-09-07Make BN_num_bits() consttime upon BN_FLG_CONSTTIMENicola Tuveri
2019-09-07Fix a SCA leak using BN_bn2bin()Nicola Tuveri
2019-09-06Fix a SCA leak in BN_generate_dsa_nonceBernd Edlinger
2019-09-06[crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia
2019-09-06[crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell
2019-09-06Don't send a status_request extension in a CertificateRequest messageMatt Caswell
2019-09-05Fix error handling in x509_lu.cBernd Edlinger
2019-09-05Cleanup includes in rand_unix.cBernd Edlinger
2019-09-05Remove ifndef FIPS_MODE from rand_unix.cBernd Edlinger
2019-09-04Suppress 'No server certificate CA names sent' messageBilly Brawner
2019-09-04Test SSL_set_ciphersuitesraja-ashok
2019-09-04Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok
2019-09-04Fix bogus check for EVP_PKEY mandatory digest in check_cert_usable()David Woodhouse
2019-08-30Remove duplicate CHANGES text.Pauli
2019-08-30Don't include the DEVRANDOM being seeded logic on Android.Pauli
2019-08-30Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia
2019-08-24Avoid overflowing FDSET when using select(2).Pauli
2019-08-23test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte
2019-08-20Correct documented return value for BIO_get_mem_data()Johannes
2019-08-20Start up DEVRANDOM entropy improvement for older Linux devices.Pauli
2019-08-19Add a fallback definition for __NR_getrandom for x86 linuxBernd Edlinger