summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid an underflow in ecp_nistp521.cMatt Caswell2019-03-071-3/+8
* Prepare for 1.0.2s-devMatt Caswell2019-02-265-5/+13
* Prepare for 1.0.2r releaseOpenSSL_1_0_2rMatt Caswell2019-02-264-6/+6
* Updates CHANGES and NEWS for the new releaseMatt Caswell2019-02-262-1/+23
* Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell2019-02-262-5/+12
* Go into the error state if a fatal alert is sent or receivedMatt Caswell2019-02-262-3/+8
* Update copyright yearMatt Caswell2019-02-264-4/+4
* Ensure bn_cmp_words can handle the case where n == 0Matt Caswell2019-02-251-0/+3
* Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri2019-02-201-0/+2
* Test for constant-time flag leakage in BN_CTXNicola Tuveri2019-02-201-0/+101
* Move stray POD file into the foldRichard Levitte2019-02-181-0/+0
* cygwin: drop explicit O_TEXTCorinna Vinschen2019-02-151-2/+9
* test/evp_test.c: use EVP_DecryptUpdate when decrypting, even for AADRichard Levitte2019-01-151-1/+1