aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Prepare for 1.0.2v-devOpenSSL_1_0_2-stableMatt Caswell5-5/+13
2019-12-20Prepare for 1.0.2u releaseOpenSSL_1_0_2uMatt Caswell4-6/+6
2019-12-20Update copyright yearMatt Caswell3-3/+3
2019-12-19Updates NEWS for new releaseMatt Caswell1-1/+2
2019-12-05Add a CHANGES entry for CVE-2019-1551Bernd Edlinger1-1/+11
2019-12-04Improve the overflow handling in rsaz_512_sqrBernd Edlinger1-21/+21
2019-12-04Fix an overflow bug in rsaz_512_sqrAndy Polyakov1-193/+206
2019-10-28Fix an s_server arbitrary file read issue on WindowsMatt Caswell1-4/+10
2019-10-16[crypto/asn1/x_bignum.c] Explicit test against NULLCesar Pereida Garcia1-3/+3
2019-10-15[ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri1-0/+14
2019-09-13Fix no-asm build in windowsBernd Edlinger1-0/+5
2019-09-12Remove known to fail versions from matrixBernd Edlinger1-1/+1
2019-09-10Prepare for 1.0.2u-devMatt Caswell5-5/+13
2019-09-10Prepare for 1.0.2t releaseOpenSSL_1_0_2tMatt Caswell4-6/+6
2019-09-10make updateMatt Caswell3-3/+4
2019-09-10Fix the NEWS fileMatt Caswell1-1/+5
2019-09-10Update copyright yearMatt Caswell11-11/+11
2019-09-10Remove duplicate CHANGES entryMatt Caswell2-13/+2
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger5-5/+45
2019-09-10Update CHANGES and NEWS for the new releaseMatt Caswell2-1/+20
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri5-5/+268
2019-09-09[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley4-10/+108
2019-09-09[crypto/rsa] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia1-0/+8
2019-09-08Configure: clang: add -Wno-unknown-warning-optionDr. Matthias St. Pierre1-2/+2
2019-09-06[ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri3-18/+18
2019-09-06[ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri3-87/+65
2019-09-06Uniform bn_bn2binpad() and bn_bn2lebinpad() implementationsNicola Tuveri2-11/+69
2019-09-06Make BN_num_bits() consttime upon BN_FLG_CONSTTIMENicola Tuveri1-0/+45
2019-09-06Fix a SCA leak using BN_bn2bin()Nicola Tuveri3-21/+18
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia1-0/+2
2019-08-16Fix error handling in X509_chain_up_refBernd Edlinger1-0/+2
2019-07-25Document issue with default installation paths on diverse Windows targetsRichard Levitte5-9/+61
2019-07-21Use trusty for travis buildsBernd Edlinger1-0/+1
2019-07-19Add value_barriers in constant time select functionsBernd Edlinger1-1/+19
2019-06-11Fix a warning about missing prototype on armBernd Edlinger2-0/+3
2019-06-11Fix building linux-armv4 with --strict-warningsBernd Edlinger1-1/+1
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat1-3/+6
2019-05-28Prepare for 1.0.2t-devRichard Levitte5-5/+13
2019-05-28Prepare for 1.0.2s releaseOpenSSL_1_0_2sRichard Levitte3-5/+5
2019-05-28Update copyright yearRichard Levitte15-15/+15
2019-05-28Add CHANGES for 1.0.2sRichard Levitte2-8/+5
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx5-10/+16
2019-04-25RT 4242: reject invalid EC point coordinatesEmilia Kasper4-20/+116
2019-04-17Add FIPS support for Android Arm 64-bitDr. Matthias St. Pierre4-1/+43
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis1-4/+5
2019-03-22Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger3-48/+48
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger3-25/+25
2019-03-18Clear the point S before freeing in ec_mul_consttimeBernd Edlinger1-1/+1
2019-03-17Clear the secret point in ecdh_compute_keyBernd Edlinger1-1/+1
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger3-38/+41