summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* make updateRichard Levitte2019-01-152-1/+5
* Prevent calling decryption in an encryption context and vice versaRichard Levitte2019-01-151-4/+36
* make updateMatt Caswell2019-01-032-3/+5
* Makefile.org: prevent .bak files to become part of the tarballRichard Levitte2018-12-151-1/+1
* doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre2018-12-121-3/+0
* Fixed typo (vi leftover).Tobias Stoeckmann2018-12-121-1/+1
* Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte2018-12-072-13/+17
* rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov2018-12-061-37/+97
* rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov2018-12-061-40/+56
* rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov2018-12-062-47/+58
* rsa/rsa_eay.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov2018-12-061-2/+3
* err/err.c: add err_clear_last_constant_time.Andy Polyakov2018-12-062-0/+44
* Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte2018-12-031-1/+2
* Honour mandatory digest on private key in tls1_process_sigalgs()David Woodhouse2018-11-241-0/+20
* Stop marking default digest for EC keys as mandatoryDavid Woodhouse2018-11-241-1/+1
* rsa/rsa_eay.c: cache MONT_CTX for public modulus earlier.Andy Polyakov2018-11-231-5/+5
* VMS: ensure x509_time_test is builtRichard Levitte2018-11-221-0/+1
* Prepare for 1.0.2r-devMatt Caswell2018-11-205-5/+13
* Prepare for 1.0.2q releaseOpenSSL_1_0_2qMatt Caswell2018-11-204-6/+6
* make updateMatt Caswell2018-11-204-7/+17
* Update copyright yearMatt Caswell2018-11-2011-11/+11
* Update CHANGES and NEWS for new releaseMatt Caswell2018-11-202-1/+12
* VMS: ensure crypto/getenv.c is included in the buildRichard Levitte2018-11-201-1/+2
* DSA: Check for sanity of input parametersVitezslav Cizek2018-11-141-0/+6
* CVE-2018-5407 fix: ECC ladderBilly Brumley2018-11-123-0/+291