| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert ssl3_get_client_kex_ecdhe_ecp() to CBS. | jsing | 2018-06-02 | 1 | -44/+42 |
* | Remove the three remaining single DES cipher suites. | jsing | 2018-06-02 | 1 | -49/+1 |
* | Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp(). | jsing | 2018-05-19 | 1 | -93/+38 |
* | Convert ssl3_get_client_kex_gost() to CBS. | jsing | 2018-05-19 | 1 | -21/+23 |
* | Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by adding | jsing | 2018-05-13 | 1 | -2/+3 |
* | More clean up of the RSA key exchange code. | jsing | 2018-05-13 | 1 | -24/+34 |
* | If we fail to decode an EC point format extension, send a decode_error | jsing | 2018-05-12 | 1 | -4/+6 |
* | In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3) | schwarze | 2018-05-01 | 1 | -3/+3 |
* | const for BIO_f_ssl(), the last const difference to OpenSSL in our | tb | 2018-05-01 | 2 | -5/+5 |
* | Correct direction of SSL_ERROR_ZERO_RETURN case | guenther | 2018-04-29 | 1 | -3/+3 |
* | Avoid talking about the innternal, undocumented data type "struct lhash_st", | schwarze | 2018-04-25 | 1 | -3/+3 |
* | Document the callbacks as taking "SSL *" and "SSL_CTX *" arguments | schwarze | 2018-04-25 | 1 | -7/+7 |
* | In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiers | schwarze | 2018-04-25 | 5 | -16/+16 |
* | Fix capitalization of data. Pointed out by jsing and forgotten in | tb | 2018-04-25 | 1 | -2/+2 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 7 | -38/+30 |
* | make ENGINE_finish() succeed on NULL and simplify callers as in | tb | 2018-04-14 | 1 | -3/+2 |
* | In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changed | schwarze | 2018-04-11 | 1 | -13/+3 |
* | Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from | jsing | 2018-04-11 | 2 | -36/+17 |
* | Write documentation for the control string parameter from scratch, | schwarze | 2018-04-10 | 1 | -30/+273 |
* | Remove function pointers for ssl_{read,write,peek}. | jsing | 2018-04-07 | 8 | -59/+11 |
* | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | jsing | 2018-04-07 | 4 | -70/+8 |
* | In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ provided | schwarze | 2018-04-02 | 1 | -6/+34 |
* | fix typo; from <Alex dot Gaynor at gmail dot com> | schwarze | 2018-03-30 | 1 | -4/+4 |
* | Add missing $OpenBSD$. | jsing | 2018-03-30 | 1 | -0/+1 |
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 79 | -270/+342 |
* | finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixeslibressl-v2.7.1 | schwarze | 2018-03-24 | 18 | -47/+104 |
* | ouch, previous was wrong; revert it and fix HISTORY instead | schwarze | 2018-03-24 | 1 | -2/+29 |
* | delete two functions that do not exist | schwarze | 2018-03-23 | 1 | -22/+1 |
* | ssl.h HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS | schwarze | 2018-03-23 | 6 | -9/+41 |
* | ssl.h HISTORY up to 1.0.1; researched from OpenSSL git | schwarze | 2018-03-23 | 9 | -18/+60 |
* | ssl.h HISTORY up to 1.0.0; researched from OpenSSL git | schwarze | 2018-03-23 | 2 | -5/+15 |
* | ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git | schwarze | 2018-03-23 | 2 | -8/+11 |
* | ssl.h HISTORY up to 0.9.8h; researched from OpenSSL git | schwarze | 2018-03-23 | 3 | -6/+23 |
* | ssl.h HISTORY up to 0.9.8; researched from OpenSSL git | schwarze | 2018-03-23 | 4 | -8/+31 |
* | ssl.h HISTORY up to 0.9.7; researched from OpenSSL git | schwarze | 2018-03-22 | 4 | -12/+19 |
* | ssl.h HISTORY up to 0.9.6c; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+8 |
* | ssl.h HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 3 | -6/+22 |
* | ssl.h HISTORY up to 0.9.4; researched from OpenSSL git | schwarze | 2018-03-21 | 2 | -3/+15 |
* | ssl.h HISTORY up to 0.9.3; researched from OpenSSL gitlibressl-v2.7.0 | schwarze | 2018-03-21 | 3 | -4/+19 |
* | ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git | schwarze | 2018-03-21 | 8 | -11/+49 |
* | ssl.h HISTORY up to SSLeay 0.9.1; researched from OpenSSL git | schwarze | 2018-03-21 | 2 | -4/+12 |
* | ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 11 | -23/+86 |
* | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 77 | -163/+552 |
* | In ssl.h rev. 1.154 2018/03/20 15:28:12, tb@ provided | schwarze | 2018-03-20 | 1 | -9/+37 |
* | In i2d_SSL_SESSION(), on error call CBB_cleanup() with the correct CBB. | jsing | 2018-03-20 | 1 | -2/+2 |
* | bump minors after symbol addition | tb | 2018-03-20 | 1 | -1/+1 |
* | Provide SSL_SESSION_set1_id() | tb | 2018-03-20 | 4 | -3/+21 |
* | In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ provided | schwarze | 2018-03-18 | 1 | -6/+79 |
* | In ssl.h rev. 1.148 2018/03/17 14:26:13, jsing@ provided | schwarze | 2018-03-18 | 1 | -4/+30 |
* | In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@ | schwarze | 2018-03-17 | 2 | -1/+62 |