Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the SSL_METHOD for TLSv1.3 and all other base changes required | Matt Caswell | 2016-11-02 | 1 | -0/+4 |
* | Indent ssl/ | Emilia Kasper | 2016-08-18 | 1 | -10/+7 |
* | Spelling... and more spelling | FdaSilvaYY | 2016-06-22 | 1 | -1/+1 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -53/+5 |
* | New SSL test framework | Emilia Kasper | 2016-04-05 | 1 | -2/+2 |
* | Remove #error from include files. | Rich Salz | 2016-03-21 | 1 | -3/+1 |
* | Remove outdated DEBUG flags. | Rich Salz | 2016-02-18 | 1 | -6/+0 |
* | Move to REF_DEBUG, for consistency. | Rich Salz | 2016-02-11 | 1 | -3/+0 |
* | Restore -no_comp switch for backwards compatible behaviour | Viktor Dukhovni | 2016-02-05 | 1 | -1/+3 |
* | RT3234: disable compression | Emilia Kasper | 2016-02-03 | 1 | -2/+2 |
* | Allow disabling the min and max version | Kurt Roeckx | 2016-01-10 | 1 | -0/+1 |
* | Protocol version selection and negotiation rewrite | Viktor Dukhovni | 2016-01-02 | 1 | -14/+18 |
* | Add support for minimum and maximum protocol version | Kurt Roeckx | 2016-01-02 | 1 | -1/+80 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -2/+2 |
* | Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH | Kurt Roeckx | 2015-12-04 | 1 | -41/+16 |
* | Standardise our style for checking malloc failures | Matt Caswell | 2015-11-09 | 1 | -2/+2 |
* | Remove BIO_s_file_internal macro. | Rich Salz | 2015-10-02 | 1 | -1/+1 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -17/+1 |
* | free names before context | Dr. Stephen Henson | 2015-07-21 | 1 | -1/+1 |
* | typo | Dr. Stephen Henson | 2015-07-21 | 1 | -1/+1 |
* | SSL_CONF additions. | Dr. Stephen Henson | 2015-07-21 | 1 | -12/+144 |
* | Use uint32_t consistently for flags. | Dr. Stephen Henson | 2015-07-18 | 1 | -2/+2 |
* | Remove support for OPENSSL_NO_TLSEXT | Matt Caswell | 2015-05-23 | 1 | -4/+0 |
* | Add SSL_use_certificate_chain_file function | Dr. Stephen Henson | 2015-05-08 | 1 | -1/+1 |
* | Use "==0" instead of "!strcmp" etc | Rich Salz | 2015-05-07 | 1 | -4/+4 |
* | SSL_CONF table reorganisation. | Dr. Stephen Henson | 2015-05-06 | 1 | -95/+144 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -2/+2 |
* | Add OSSL_NELEM macro. | Dr. Stephen Henson | 2015-05-03 | 1 | -5/+4 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -8/+4 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -0/+2 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -2/+1 |
* | Support key loading from certificate file | Dr. Stephen Henson | 2015-03-25 | 1 | -2/+45 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -2/+1 |
* | Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC | Rich Salz | 2015-03-11 | 1 | -2/+2 |
* | Fix segfault with empty fields as last in the config. | Kurt Roeckx | 2015-01-24 | 1 | -0/+2 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -558/+524 |
* | Allow using -SSLv2 again when setting Protocol in the config. | Kurt Roeckx | 2014-12-15 | 1 | -0/+1 |
* | Remove SSLv2 support | Kurt Roeckx | 2014-12-04 | 1 | -2/+0 |
* | Add -no_resumption_on_reneg to SSL_CONF. | Dr. Stephen Henson | 2014-03-27 | 1 | -0/+2 |
* | Add ServerInfoFile to SSL_CONF, update docs. | Dr. Stephen Henson | 2014-01-04 | 1 | -0/+14 |
* | Delete duplicate entry. | Krzysztof Kwiatkowski | 2013-11-14 | 1 | -1/+0 |
* | Add -ecdh_single option. | Dr. Stephen Henson | 2013-11-01 | 1 | -0/+1 |
* | Fix warning. | Dr. Stephen Henson | 2013-11-01 | 1 | -0/+3 |
* | Add SSL_CONF command to set DH Parameters. | Dr. Stephen Henson | 2013-10-22 | 1 | -2/+37 |
* | Fix argument processing. | Dr. Stephen Henson | 2013-10-22 | 1 | -1/+1 |
* | Constification. | Dr. Stephen Henson | 2013-10-21 | 1 | -5/+5 |
* | Extend SSL_CONF | Dr. Stephen Henson | 2013-10-20 | 1 | -41/+105 |
* | Typo. | Dr. Stephen Henson | 2013-10-20 | 1 | -1/+1 |
* | Make no-ec compilation work. | Dr. Stephen Henson | 2013-08-17 | 1 | -2/+4 |
* | really fix automatic ;-) | Dr. Stephen Henson | 2012-12-07 | 1 | -1/+1 |