aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Prepare for 1.0.2r releaseOpenSSL_1_0_2rMatt Caswell4-6/+6
2019-02-26Updates CHANGES and NEWS for the new releaseMatt Caswell2-1/+23
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell2-5/+12
2019-02-26Go into the error state if a fatal alert is sent or receivedMatt Caswell2-3/+8
2019-02-26Update copyright yearMatt Caswell4-4/+4
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell1-0/+3
2019-02-20Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri1-0/+2
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri1-0/+101
2019-02-18Move stray POD file into the foldRichard Levitte1-0/+0
2019-02-15cygwin: drop explicit O_TEXTCorinna Vinschen1-2/+9
2019-01-15test/evp_test.c: use EVP_DecryptUpdate when decrypting, even for AADRichard Levitte1-1/+1
2019-01-15make updateRichard Levitte2-1/+5
2019-01-15Prevent calling decryption in an encryption context and vice versaRichard Levitte1-4/+36
2019-01-03make updateMatt Caswell2-3/+5
2018-12-15Makefile.org: prevent .bak files to become part of the tarballRichard Levitte1-1/+1
2018-12-12doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre1-3/+0
2018-12-12Fixed typo (vi leftover).Tobias Stoeckmann1-1/+1
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte2-13/+17
2018-12-06rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov1-37/+97
2018-12-06rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov1-40/+56
2018-12-06rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov2-47/+58
2018-12-06rsa/rsa_eay.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov1-2/+3
2018-12-06err/err.c: add err_clear_last_constant_time.Andy Polyakov2-0/+44
2018-12-03Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte1-1/+2
2018-11-24Honour mandatory digest on private key in tls1_process_sigalgs()David Woodhouse1-0/+20
2018-11-24Stop marking default digest for EC keys as mandatoryDavid Woodhouse1-1/+1
2018-11-23rsa/rsa_eay.c: cache MONT_CTX for public modulus earlier.Andy Polyakov1-5/+5
2018-11-22VMS: ensure x509_time_test is builtRichard Levitte1-0/+1
2018-11-20Prepare for 1.0.2r-devMatt Caswell5-5/+13
2018-11-20Prepare for 1.0.2q releaseOpenSSL_1_0_2qMatt Caswell4-6/+6
2018-11-20make updateMatt Caswell4-7/+17
2018-11-20Update copyright yearMatt Caswell11-11/+11
2018-11-20Update CHANGES and NEWS for new releaseMatt Caswell2-1/+12
2018-11-20VMS: ensure crypto/getenv.c is included in the buildRichard Levitte1-1/+2
2018-11-14DSA: Check for sanity of input parametersVitezslav Cizek1-0/+6
2018-11-12CVE-2018-5407 fix: ECC ladderBilly Brumley3-0/+291
2018-11-10Fix 'no-ecdh' buildDr. Matthias St. Pierre3-5/+17
2018-11-02Properly handle duplicated messages from the next epochMatt Caswell1-3/+1
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli1-1/+1
2018-10-30Merge to 1.0.2: DSA mod inverse fix.Pauli1-2/+32
2018-10-29Merge DSA reallocation timing fix CVE-2018-0734.Pauli1-1/+1
2018-10-18md_rand.c: don't stop polling until properly initializedDr. Matthias St. Pierre1-8/+6
2018-10-18Apply self-imposed path length also to root CAsViktor Dukhovni1-5/+4
2018-10-18Only CA certificates can be self-issuedViktor Dukhovni1-2/+2
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov1-1/+2
2018-10-12util/domd: omit superfluous shift in -MD handling.Andy Polyakov1-1/+0
2018-10-02Access `group->mont_data` conditionally in EC_GROUP_set_generator()Nicola Tuveri3-15/+34
2018-09-27Merge 1.0.2 setuid calls to getenv(3) safety.Pauli10-14/+51
2018-09-26Use gethostbyname_r if availableManikantan Subramanian1-1/+22
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius1-2/+7