summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix 'no-ecdh' buildDr. Matthias St. Pierre2018-11-103-5/+17
* Properly handle duplicated messages from the next epochMatt Caswell2018-11-021-3/+1
* Add a constant time flag to one of the bignums to avoid a timing leak.Pauli2018-11-021-1/+1
* Merge to 1.0.2: DSA mod inverse fix.Pauli2018-10-301-2/+32
* Merge DSA reallocation timing fix CVE-2018-0734.Pauli2018-10-291-1/+1
* md_rand.c: don't stop polling until properly initializedDr. Matthias St. Pierre2018-10-181-8/+6
* 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
* rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov2018-10-121-1/+2
* util/domd: omit superfluous shift in -MD handling.Andy Polyakov2018-10-121-1/+0
* Access `group->mont_data` conditionally in EC_GROUP_set_generator()Nicola Tuveri2018-10-023-15/+34
* Merge 1.0.2 setuid calls to getenv(3) safety.Pauli2018-09-2710-14/+51