aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-12Fix no-ec2m in ec_curve.c (1.1.0)OpenSSL_1_1_0-stableNicola Tuveri1-2/+2
2019-09-10Prepare for 1.1.0m-devMatt Caswell4-4/+12
2019-09-10Prepare for 1.1.0l releaseOpenSSL_1_1_0lMatt Caswell4-6/+6
2019-09-10Update copyright yearMatt Caswell22-22/+22
2019-09-10Remove duplicate CHANGES entry (1.1.0)Matt 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/+19
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger1-2/+2
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri4-5/+236
2019-09-08Configure: clang: add -Wno-unknown-warning-optionDr. Matthias St. Pierre1-0/+1
2019-09-07[test/recipes/30-test_evp_data] computing ECC cofactors: regression testBilly Brumley1-0/+50
2019-09-07[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley4-8/+105
2019-09-07[ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri3-18/+18
2019-09-07[ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri3-84/+62
2019-09-07Uniform BN_bn2binpad() and BN_bn2lebinpad() implementationsNicola Tuveri1-20/+17
2019-09-07Make BN_num_bits() consttime upon BN_FLG_CONSTTIMENicola Tuveri1-0/+44
2019-09-07Fix a SCA leak using BN_bn2bin()Nicola Tuveri3-21/+15
2019-09-06Fix a SCA leak in BN_generate_dsa_nonceBernd Edlinger1-4/+1
2019-09-06[crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia2-3/+20
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia1-0/+3
2019-08-17Fix error handling in X509_chain_up_refBernd Edlinger1-1/+9
2019-07-27Makefile.shared: fix to allow strings and spaces in passed variablesRichard Levitte1-58/+58
2019-07-25Fix default installation paths on mingwRichard Levitte4-1/+120
2019-07-19Add value_barriers in constant time select functionsBernd Edlinger1-1/+19
2019-07-15Fix wrong lock claimed in x509 dir lookup.Krists Krilovs1-2/+2
2019-07-08Avoid NULL pointer dereference.Pauli4-3/+19
2019-05-28Prepare for 1.1.0l-devRichard Levitte4-4/+12
2019-05-28Prepare for 1.1.0k releaseOpenSSL_1_1_0kRichard Levitte4-6/+6
2019-05-28Update copyright yearRichard Levitte23-23/+23
2019-05-27Add CHANGES and NEWS for 1.1.0kRichard Levitte2-1/+32
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx5-10/+16
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-27/+25
2019-03-18Clear the point S before freeing in ec_mul_consttimeBernd Edlinger1-1/+1
2019-03-18Clear the secret point in ecdh_simple_compute_keyBernd Edlinger1-1/+1
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger3-41/+44
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell1-3/+8
2019-03-06Test an overlong ChaCha20-Poly1305 nonceMatt Caswell1-0/+8
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell1-1/+3
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell2-5/+12
2019-02-26Go into the error state if a fatal alert is sent or receivedMatt Caswell4-3/+9
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell1-0/+3
2019-02-24apps/speed: fix segfault while looking up algorithm nameJeff Mahoney1-1/+0
2019-02-21Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri1-1/+3
2019-02-21Test for constant-time flag leakage in BN_CTXNicola Tuveri1-3/+108
2019-02-20[test] unit test for field_inv function pointer in EC_METHODNicola Tuveri3-0/+248
2019-02-20SCA hardening for mod. field inversion in EC_GROUPBilly Brumley12-74/+214
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen1-4/+5
2019-02-11crypto/engine/eng_cryptodev.c: fix bignum<->crp conversionRichard Levitte1-10/+4