summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-28Prepare for 1.1.0k releaseOpenSSL_1_1_0kRichard Levitte
2019-05-28Update copyright yearRichard Levitte
2019-05-27Add CHANGES and NEWS for 1.1.0kRichard Levitte
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-22Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-03-18Clear the point S before freeing in ec_mul_consttimeBernd Edlinger
2019-03-18Clear the secret point in ecdh_simple_compute_keyBernd Edlinger
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell
2019-03-06Test an overlong ChaCha20-Poly1305 nonceMatt Caswell
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell
2019-02-26Go into the error state if a fatal alert is sent or receivedMatt Caswell
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell
2019-02-24apps/speed: fix segfault while looking up algorithm nameJeff Mahoney
2019-02-21Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri
2019-02-21Test for constant-time flag leakage in BN_CTXNicola Tuveri
2019-02-20[test] unit test for field_inv function pointer in EC_METHODNicola Tuveri
2019-02-20SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2019-02-11crypto/engine/eng_cryptodev.c: fix bignum<->crp conversionRichard Levitte
2019-01-31Fix a crash in reuse of d2i_X509_PUBKEYBernd Edlinger
2018-12-12Fixed typo (vi leftover).Tobias Stoeckmann
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov
2018-12-08rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov
2018-12-08rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov
2018-12-08rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-12-08rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov
2018-12-08err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte
2018-11-24Have util/mktar.sh display the absolute path to the tarballRichard Levitte
2018-11-24Make sure to run util/mktar.sh from the source directoryRichard Levitte
2018-11-24Don't export the submodules 'boringssl', 'krb5' and 'pyca-cryptography'Richard Levitte
2018-11-24Don't export util/mktar.shRichard Levitte
2018-11-24Document the removed 'dist' targetRichard Levitte
2018-11-23rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov
2018-11-23Remove all 'make dist' artifactsRichard Levitte
2018-11-23Change tarball making procedureRichard Levitte
2018-11-20Prepare for 1.1.0k-devMatt Caswell
2018-11-20Prepare for 1.1.0j releaseOpenSSL_1_1_0jMatt Caswell
2018-11-20Update copyright yearMatt Caswell
2018-11-20Update CHANGES and NEWS for new releaseMatt Caswell
2018-11-14Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte
2018-11-14test/recipes/90-test_shlibload.t needs $target{shared_extension}Richard Levitte
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte
2018-11-13Configuration: make sure the shared_sources table doesn't contain empty elementsRichard Levitte
2018-11-13Windows build: build foo.d after foo.objRichard Levitte
2018-11-10[crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley