summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.1s releaseOpenSSL_1_0_1sMatt Caswell2016-03-014-6/+6
* make updateMatt Caswell2016-03-012-35/+35
* Ensure mk1mf.pl is aware of no-weak-ssl-ciphers optionMatt Caswell2016-03-011-0/+2
* Update CHANGES and NEWS for new releaseMatt Caswell2016-03-012-1/+98
* perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov2016-03-011-1/+1
* crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov2016-03-011-199/+314
* bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov2016-03-011-18/+57
* Disable EXPORT and LOW SSLv3+ ciphers by defaultViktor Dukhovni2016-03-015-9/+86
* Bring SSL method documentation up to dateViktor Dukhovni2016-03-016-96/+193
* Disable SSLv2 default build, default negotiation and weak ciphers.Viktor Dukhovni2016-03-015-2/+33
* Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2016-02-292-6/+25
* Revert "Don't check RSA_FLAG_SIGN_VER."Kurt Roeckx2016-02-271-2/+2
* Fix memory issues in BIO_*printf functionsMatt Caswell2016-02-251-71/+116
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-255-20/+107
* GH714: missing field initialisationFdaSilvaYY2016-02-231-0/+1
* Fix double free in DSA private key parsing.Dr. Stephen Henson2016-02-191-10/+10
* modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov2016-02-121-24/+17
* util/mk1mf.pl: use LINK_CMD instead of LINK variable.Andy Polyakov2016-02-119-18/+18
* ms/uplink-x86.pl: make it work.Andy Polyakov2016-02-101-2/+2
* Fix CHANGES entry about DSA_generate_parameters_exKurt Roeckx2016-01-281-1/+1
* Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte2016-01-281-1/+1
* Prepare for 1.0.1s-devMatt Caswell2016-01-285-5/+13
* Prepare for 1.0.1r releaseOpenSSL_1_0_1rMatt Caswell2016-01-284-6/+6
* TARFILE wasn't correctly setRichard Levitte2016-01-281-1/+1
* Further updates to CHANGES and NEWSMatt Caswell2016-01-282-0/+8
* Update CHANGES and NEWS ready for releaseMatt Caswell2016-01-282-1/+13
* Better SSLv2 cipher-suite enforcementViktor Dukhovni2016-01-281-2/+13
* Always generate DH keys for ephemeral DH cipher suitesMatt Caswell2016-01-284-53/+9
* Fix BSD -rpath parameterRichard Levitte2016-01-191-1/+1
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-193-3/+11
* Update license year range to 2016Prayag Verma2016-01-191-1/+1
* Empty SNI names are not validViktor Dukhovni2016-01-161-1/+4
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-142-7/+2
* Change minimum DH size from 768 to 1024Kurt Roeckx2016-01-112-2/+3
* File is about s_time, not s_clientKurt Roeckx2016-01-101-2/+2
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-044-43/+43
* RT4202: Update rt URL's.Rich Salz2015-12-282-9/+10
* Add some documentation for the OCSP callback functionsMatt Caswell2015-12-271-0/+73
* Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell2015-12-271-1/+1
* Fix error when server does not send CertificateStatus messageMatt Caswell2015-12-272-34/+39
* Fix memory leak in DSA redo case.David Benjamin2015-12-221-4/+4
* Don't check RSA_FLAG_SIGN_VER.Dr. Stephen Henson2015-12-201-2/+2
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-12-191-2/+0
* Correct or add comments indicating what controls belong to whatRichard Levitte2015-12-191-1/+5
* Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte2015-12-191-2/+2
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-12-192-12/+21
* Fix more URLs mangled by reformatMatt Caswell2015-12-192-2/+2
* Fix URLs mangled by reformatMatt Caswell2015-12-193-3/+3
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-1874-74/+74
* Provide better "make depend" warning.Rich Salz2015-12-161-14/+17