aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-01Prepare for 1.0.1s releaseOpenSSL_1_0_1sMatt Caswell4-6/+6
2016-03-01make updateMatt Caswell2-35/+35
2016-03-01Ensure mk1mf.pl is aware of no-weak-ssl-ciphers optionMatt Caswell1-0/+2
2016-03-01Update CHANGES and NEWS for new releaseMatt Caswell2-1/+98
2016-03-01perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov1-1/+1
2016-03-01crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov1-199/+314
2016-03-01bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov1-18/+57
2016-03-01Disable EXPORT and LOW SSLv3+ ciphers by defaultViktor Dukhovni5-9/+86
2016-03-01Bring SSL method documentation up to dateViktor Dukhovni6-96/+193
2016-03-01Disable SSLv2 default build, default negotiation and weak ciphers.Viktor Dukhovni5-2/+33
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2-6/+25
2016-02-27Revert "Don't check RSA_FLAG_SIGN_VER."Kurt Roeckx1-2/+2
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell1-71/+116
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper5-20/+107
2016-02-23GH714: missing field initialisationFdaSilvaYY1-0/+1
2016-02-19Fix double free in DSA private key parsing.Dr. Stephen Henson1-10/+10
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov1-24/+17
2016-02-11util/mk1mf.pl: use LINK_CMD instead of LINK variable.Andy Polyakov9-18/+18
2016-02-10ms/uplink-x86.pl: make it work.Andy Polyakov1-2/+2
2016-01-28Fix CHANGES entry about DSA_generate_parameters_exKurt Roeckx1-1/+1
2016-01-28Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte1-1/+1
2016-01-28Prepare for 1.0.1s-devMatt Caswell5-5/+13
2016-01-28Prepare for 1.0.1r releaseOpenSSL_1_0_1rMatt Caswell4-6/+6
2016-01-28TARFILE wasn't correctly setRichard Levitte1-1/+1
2016-01-28Further updates to CHANGES and NEWSMatt Caswell2-0/+8
2016-01-28Update CHANGES and NEWS ready for releaseMatt Caswell2-1/+13
2016-01-28Better SSLv2 cipher-suite enforcementViktor Dukhovni1-2/+13
2016-01-28Always generate DH keys for ephemeral DH cipher suitesMatt Caswell4-53/+9
2016-01-19Fix BSD -rpath parameterRichard Levitte1-1/+1
2016-01-19Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini3-3/+11
2016-01-19Update license year range to 2016Prayag Verma1-1/+1
2016-01-16Empty SNI names are not validViktor Dukhovni1-1/+4
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2-7/+2
2016-01-11Change minimum DH size from 768 to 1024Kurt Roeckx2-2/+3
2016-01-10File is about s_time, not s_clientKurt Roeckx1-2/+2
2016-01-04Fix X509_STORE_CTX_cleanup()Viktor Dukhovni4-43/+43
2015-12-28RT4202: Update rt URL's.Rich Salz2-9/+10
2015-12-27Add some documentation for the OCSP callback functionsMatt Caswell1-0/+73
2015-12-27Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell1-1/+1
2015-12-27Fix error when server does not send CertificateStatus messageMatt Caswell2-34/+39
2015-12-22Fix memory leak in DSA redo case.David Benjamin1-4/+4
2015-12-20Don't check RSA_FLAG_SIGN_VER.Dr. Stephen Henson1-2/+2
2015-12-19BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte1-2/+0
2015-12-19Correct or add comments indicating what controls belong to whatRichard Levitte1-1/+5
2015-12-19Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte1-2/+2
2015-12-19Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2-12/+21
2015-12-19Fix more URLs mangled by reformatMatt Caswell2-2/+2
2015-12-19Fix URLs mangled by reformatMatt Caswell3-3/+3
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte74-74/+74
2015-12-16Provide better "make depend" warning.Rich Salz1-14/+17