summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1d releaseOpenSSL_1_1_1dMatt Caswell2019-09-104-5/+5
* Update copyright yearMatt Caswell2019-09-10156-156/+156
* Remove duplicate CHANGES entryMatt Caswell2019-09-102-13/+2
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger2019-09-105-5/+45
* Update CHANGES and NEWS for the new releaseMatt Caswell2019-09-102-1/+42
* Fix a potential crash in rand_unix.cBernd Edlinger2019-09-101-31/+84
* Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger2019-09-101-17/+22
* drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre2019-09-091-2/+4
* drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre2019-09-091-0/+3
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-0910-30/+84
* [test] ECC: check the bounds for auto computing cofactorBilly Brumley2019-09-091-0/+91
* Fix build with VS2008Bernd Edlinger2019-09-091-1/+2
* Use BN_clear_free in DH_set0_keyBernd Edlinger2019-09-091-2/+2
* DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger2019-09-091-1/+2
* Change DH_generate_parameters back to order 2q subgroupBernd Edlinger2019-09-092-4/+8
* Fix spacing nit in test/ectest.cNicola Tuveri2019-09-091-1/+1
* [ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri2019-09-095-5/+460
* Configure: clang: move -Wno-unknown-warning-option to the frontDr. Matthias St. Pierre2019-09-081-1/+1
* Append CVE-2019-1547 to related CHANGES entryNicola Tuveri2019-09-071-0/+1
* Remove x86/x86_64 BSAES and AES_ASM supportBernd Edlinger2019-09-075-9158/+3
* CHANGES entry: for ECC parameters with NULL or zero cofactor, compute itBilly Brumley2019-09-071-0/+6
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-071-0/+84
* [crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley2019-09-071-7/+96
* [ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri2019-09-073-18/+18
* [ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri2019-09-073-84/+62
* Uniform BN_bn2binpad() and BN_bn2lebinpad() implementationsNicola Tuveri2019-09-071-20/+17
* Make BN_num_bits() consttime upon BN_FLG_CONSTTIMENicola Tuveri2019-09-071-0/+44
* Fix a SCA leak using BN_bn2bin()Nicola Tuveri2019-09-073-21/+15
* Fix a SCA leak in BN_generate_dsa_nonceBernd Edlinger2019-09-061-4/+1
* [crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia2019-09-061-3/+6
* [crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia2019-09-062-3/+20
* Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell2019-09-067-26/+262
* Don't send a status_request extension in a CertificateRequest messageMatt Caswell2019-09-061-0/+4
* Fix error handling in x509_lu.cBernd Edlinger2019-09-051-9/+27
* Cleanup includes in rand_unix.cBernd Edlinger2019-09-051-5/+6
* Remove ifndef FIPS_MODE from rand_unix.cBernd Edlinger2019-09-051-5/+0
* Suppress 'No server certificate CA names sent' messageBilly Brawner2019-09-041-1/+2
* Test SSL_set_ciphersuitesraja-ashok2019-09-041-0/+137
* Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok2019-09-041-6/+7
* Fix bogus check for EVP_PKEY mandatory digest in check_cert_usable()David Woodhouse2019-09-041-13/+9
* Remove duplicate CHANGES text.Pauli2019-08-301-9/+0
* Don't include the DEVRANDOM being seeded logic on Android.Pauli2019-08-301-1/+1
* Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli2019-08-302-2/+11
* Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia2019-08-271-0/+3
* Avoid overflowing FDSET when using select(2).Pauli2019-08-241-1/+1
* test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte2019-08-231-6/+6
* openssl dgst, openssl enc: check for end of inputRichard Levitte2019-08-222-2/+2
* Correct documented return value for BIO_get_mem_data()Johannes2019-08-201-1/+4
* Start up DEVRANDOM entropy improvement for older Linux devices.Pauli2019-08-203-6/+139
* Add a fallback definition for __NR_getrandom for x86 linuxBernd Edlinger2019-08-191-0/+4