summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-11-09Fix cherry-pick errorRichard Levitte
2018-11-09VMS build: colon after target must be separated with a spaceRichard Levitte
2018-11-09Have install targets depend on more precise build targetsRichard Levitte
2018-11-09Allow parallel installRichard Levitte
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli
2018-10-30Remove brace from bad cherry-pick of DSA reallocation fixRod Vagg
2018-10-29Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli
2018-10-29Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli
2018-10-29DSA mod inverse fixPauli
2018-10-22md_rand.c: don't stop polling until properly initializedDr. Matthias St. Pierre
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov
2018-10-18Apply self-imposed path length also to root CAsViktor Dukhovni
2018-10-18Only CA certificates can be self-issuedViktor Dukhovni
2018-10-17ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov
2018-10-15apps: allow empty attribute values with -subjBenjamin Kaduk
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov
2018-10-04Clean out aliases in include/openssl/symhacks.hRichard Levitte
2018-10-04Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-10-02Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-09-29[test] ECC: make sure negative tests pass for the right reasonsBilly Brumley
2018-09-29More EVP ECC testing: positive and negativeBilly Brumley
2018-09-29Move evp test programs input data to its own data dirNicola Tuveri