summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0k releaseOpenSSL_1_1_0kRichard Levitte2019-05-284-6/+6
* Update copyright yearRichard Levitte2019-05-2823-23/+23
* Add CHANGES and NEWS for 1.1.0kRichard Levitte2019-05-272-1/+32
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-215-10/+16
* 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-27/+25
* Clear the point S before freeing in ec_mul_consttimeBernd Edlinger2019-03-181-1/+1
* Clear the secret point in ecdh_simple_compute_keyBernd Edlinger2019-03-181-1/+1
* Fix memory overrun in rsa padding check functionsBernd Edlinger2019-03-073-41/+44
* Avoid an underflow in ecp_nistp521.cMatt Caswell2019-03-071-3/+8
* Test an overlong ChaCha20-Poly1305 nonceMatt Caswell2019-03-061-0/+8
* Prevent over long nonces in ChaCha20-Poly1305Matt Caswell2019-03-061-1/+3
* 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-264-3/+9
* Ensure bn_cmp_words can handle the case where n == 0Matt Caswell2019-02-251-0/+3
* apps/speed: fix segfault while looking up algorithm nameJeff Mahoney2019-02-241-1/+0
* Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri2019-02-211-1/+3
* Test for constant-time flag leakage in BN_CTXNicola Tuveri2019-02-211-3/+108
* [test] unit test for field_inv function pointer in EC_METHODNicola Tuveri2019-02-203-0/+248
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-2012-74/+214
* cygwin: drop explicit O_TEXTCorinna Vinschen2019-02-181-4/+5
* crypto/engine/eng_cryptodev.c: fix bignum<->crp conversionRichard Levitte2019-02-111-10/+4
* Fix a crash in reuse of d2i_X509_PUBKEYBernd Edlinger2019-01-312-0/+5
* Fixed typo (vi leftover).Tobias Stoeckmann2018-12-121-1/+1
* err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov2018-12-081-2/+21
* rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov2018-12-081-37/+96
* rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov2018-12-081-31/+51
* rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov2018-12-082-43/+57
* rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov2018-12-081-2/+3
* err/err.c: add err_clear_last_constant_time.Andy Polyakov2018-12-082-0/+27
* Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte2018-12-072-12/+19
* Have util/mktar.sh display the absolute path to the tarballRichard Levitte2018-11-241-1/+4
* Make sure to run util/mktar.sh from the source directoryRichard Levitte2018-11-241-1/+2
* Don't export the submodules 'boringssl', 'krb5' and 'pyca-cryptography'Richard Levitte2018-11-241-0/+3
* Don't export util/mktar.shRichard Levitte2018-11-241-0/+1
* Document the removed 'dist' targetRichard Levitte2018-11-242-1/+10
* rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov2018-11-231-7/+5
* Remove all 'make dist' artifactsRichard Levitte2018-11-233-50/+2
* Change tarball making procedureRichard Levitte2018-11-232-0/+32
* Prepare for 1.1.0k-devMatt Caswell2018-11-204-4/+12
* Prepare for 1.1.0j releaseOpenSSL_1_1_0jMatt Caswell2018-11-204-6/+6
* Update copyright yearMatt Caswell2018-11-2042-42/+42
* Update CHANGES and NEWS for new releaseMatt Caswell2018-11-202-1/+22
* Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte2018-11-141-1/+1
* test/recipes/90-test_shlibload.t needs $target{shared_extension}Richard Levitte2018-11-141-0/+6
* Fix rpath-related Linux "test_shlibload" failure.Richard Levitte2018-11-142-17/+38
* Configuration: make sure the shared_sources table doesn't contain empty elementsRichard Levitte2018-11-131-2/+2
* Windows build: build foo.d after foo.objRichard Levitte2018-11-131-9/+7
* [crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley2018-11-101-19/+23