summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix cherry-pick errorRichard Levitte2018-11-091-2/+2
* VMS build: colon after target must be separated with a spaceRichard Levitte2018-11-091-1/+1
* Have install targets depend on more precise build targetsRichard Levitte2018-11-093-12/+12
* Allow parallel installRichard Levitte2018-11-093-37/+52
* Add a constant time flag to one of the bignums to avoid a timing leak.Pauli2018-11-021-0/+1
* Remove brace from bad cherry-pick of DSA reallocation fixRod Vagg2018-10-301-1/+1
* Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli2018-10-291-3/+3
* Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli2018-10-291-13/+15
* DSA mod inverse fixPauli2018-10-291-1/+31
* md_rand.c: don't stop polling until properly initializedDr. Matthias St. Pierre2018-10-221-6/+4
* arch/async_posix.h: improve portability.Andy Polyakov2018-10-191-1/+2
* Apply self-imposed path length also to root CAsViktor Dukhovni2018-10-181-5/+4
* Only CA certificates can be self-issuedViktor Dukhovni2018-10-181-2/+2
* ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov2018-10-171-3/+5
* apps: allow empty attribute values with -subjBenjamin Kaduk2018-10-153-4/+14
* Fix copy&paste error found in Coverity scanTomas Mraz2018-10-131-1/+1
* rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov2018-10-121-1/+2
* Clean out aliases in include/openssl/symhacks.hRichard Levitte2018-10-041-15/+0
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-10-044-14/+6
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-10-0213-9/+110
* [test] ECC: make sure negative tests pass for the right reasonsBilly Brumley2018-09-293-0/+180
* More EVP ECC testing: positive and negativeBilly Brumley2018-09-292-1/+4367
* Move evp test programs input data to its own data dirNicola Tuveri2018-09-299-2/+2