summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2v-devOpenSSL_1_0_2-stableMatt Caswell2019-12-205-5/+13
* Prepare for 1.0.2u releaseOpenSSL_1_0_2uMatt Caswell2019-12-204-6/+6
* Update copyright yearMatt Caswell2019-12-203-3/+3
* Updates NEWS for new releaseMatt Caswell2019-12-191-1/+2
* Add a CHANGES entry for CVE-2019-1551Bernd Edlinger2019-12-051-1/+11
* Improve the overflow handling in rsaz_512_sqrBernd Edlinger2019-12-041-21/+21
* Fix an overflow bug in rsaz_512_sqrAndy Polyakov2019-12-041-193/+206
* Fix an s_server arbitrary file read issue on WindowsMatt Caswell2019-10-281-4/+10
* [crypto/asn1/x_bignum.c] Explicit test against NULLCesar Pereida Garcia2019-10-161-3/+3
* [ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri2019-10-151-0/+14
* Fix no-asm build in windowsBernd Edlinger2019-09-131-0/+5
* Remove known to fail versions from matrixBernd Edlinger2019-09-121-1/+1
* Prepare for 1.0.2u-devMatt Caswell2019-09-105-5/+13
* Prepare for 1.0.2t releaseOpenSSL_1_0_2tMatt Caswell2019-09-104-6/+6
* make updateMatt Caswell2019-09-103-3/+4
* Fix the NEWS fileMatt Caswell2019-09-101-1/+5
* Update copyright yearMatt Caswell2019-09-1011-11/+11
* 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/+20
* [ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri2019-09-095-5/+268
* [crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley2019-09-094-10/+108
* [crypto/rsa] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia2019-09-091-0/+8
* Configure: clang: add -Wno-unknown-warning-optionDr. Matthias St. Pierre2019-09-081-2/+2
* [ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri2019-09-063-18/+18
* [ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri2019-09-063-87/+65
* Uniform bn_bn2binpad() and bn_bn2lebinpad() implementationsNicola Tuveri2019-09-062-11/+69
* Make BN_num_bits() consttime upon BN_FLG_CONSTTIMENicola Tuveri2019-09-061-0/+45
* Fix a SCA leak using BN_bn2bin()Nicola Tuveri2019-09-063-21/+18
* Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia2019-08-271-0/+2
* Fix error handling in X509_chain_up_refBernd Edlinger2019-08-161-0/+2
* Document issue with default installation paths on diverse Windows targetsRichard Levitte2019-07-255-9/+61
* Use trusty for travis buildsBernd Edlinger2019-07-211-0/+1
* Add value_barriers in constant time select functionsBernd Edlinger2019-07-191-1/+19
* Fix a warning about missing prototype on armBernd Edlinger2019-06-112-0/+3
* Fix building linux-armv4 with --strict-warningsBernd Edlinger2019-06-111-1/+1
* Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat2019-06-071-3/+6
* Prepare for 1.0.2t-devRichard Levitte2019-05-285-5/+13
* Prepare for 1.0.2s releaseOpenSSL_1_0_2sRichard Levitte2019-05-283-5/+5
* Update copyright yearRichard Levitte2019-05-2815-15/+15
* Add CHANGES for 1.0.2sRichard Levitte2019-05-282-8/+5
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-215-10/+16
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2019-04-254-20/+116
* Add FIPS support for Android Arm 64-bitDr. Matthias St. Pierre2019-04-174-1/+43
* fixed public range check in ec_GF2m_simple_oct2pointShane Lontis2019-03-301-4/+5
* Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger2019-03-223-48/+48
* Make err_clear_constant_time really constant timeBernd Edlinger2019-03-223-25/+25
* Clear the point S before freeing in ec_mul_consttimeBernd Edlinger2019-03-181-1/+1
* Clear the secret point in ecdh_compute_keyBernd Edlinger2019-03-171-1/+1
* Fix memory overrun in rsa padding check functionsBernd Edlinger2019-03-073-38/+41