Age | Commit message (Expand) | Author |
2018-06-10 | Now that all of the server-side client key exchange processing functions | Joel Sing |
2018-06-03 | Allocate a dedicated buffer for use when deriving a shared key during | Joel Sing |
2018-06-03 | Check the return value from DH_size() in ssl3_send_client_kex_dhe(). | Joel Sing |
2018-06-02 | Convert ssl3_get_client_kex_ecdhe_ecp() to CBS. | Joel Sing |
2018-06-02 | Remove the three remaining single DES cipher suites. | Joel Sing |
2018-05-19 | Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp(). | Joel Sing |
2018-05-19 | Convert ssl3_get_client_kex_gost() to CBS. | Joel Sing |
2018-05-13 | Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by adding | Joel Sing |
2018-05-13 | More clean up of the RSA key exchange code. | Joel Sing |
2018-05-12 | If we fail to decode an EC point format extension, send a decode_error | Joel Sing |
2018-05-01 | In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3) | Ingo Schwarze |
2018-05-01 | const for BIO_f_ssl(), the last const difference to OpenSSL in our | Theo Buehler |
2018-04-29 | Correct direction of SSL_ERROR_ZERO_RETURN case | Philip Guenther |
2018-04-25 | Avoid talking about the innternal, undocumented data type "struct lhash_st", | Ingo Schwarze |
2018-04-25 | Document the callbacks as taking "SSL *" and "SSL_CTX *" arguments | Ingo Schwarze |
2018-04-25 | In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | Fix capitalization of data. Pointed out by jsing and forgotten in | Theo Buehler |
2018-04-25 | OpenSSL started adding const to functions all over the place. Make all | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2018-04-11 | In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changed | Ingo Schwarze |
2018-04-11 | Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from | Joel Sing |
2018-04-10 | Write documentation for the control string parameter from scratch, | Ingo Schwarze |
2018-04-07 | Remove function pointers for ssl_{read,write,peek}. | Joel Sing |
2018-04-07 | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | Joel Sing |
2018-04-02 | In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ provided | Ingo Schwarze |
2018-03-30 | fix typo; from <Alex dot Gaynor at gmail dot com> | Ingo Schwarze |
2018-03-30 | Add missing $OpenBSD$. | Joel Sing |
2018-03-27 | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | Ingo Schwarze |
2018-03-24 | finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes | Ingo Schwarze |
2018-03-24 | ouch, previous was wrong; revert it and fix HISTORY instead | Ingo Schwarze |
2018-03-23 | delete two functions that do not exist | Ingo Schwarze |
2018-03-23 | ssl.h HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS | Ingo Schwarze |
2018-03-23 | ssl.h HISTORY up to 1.0.1; researched from OpenSSL git | Ingo Schwarze |
2018-03-23 | ssl.h HISTORY up to 1.0.0; researched from OpenSSL git | Ingo Schwarze |
2018-03-23 | ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git | Ingo Schwarze |
2018-03-23 | ssl.h HISTORY up to 0.9.8h; researched from OpenSSL git | Ingo Schwarze |
2018-03-23 | ssl.h HISTORY up to 0.9.8; researched from OpenSSL git | Ingo Schwarze |
2018-03-22 | ssl.h HISTORY up to 0.9.7; researched from OpenSSL git | Ingo Schwarze |
2018-03-22 | ssl.h HISTORY up to 0.9.6c; researched from OpenSSL git | Ingo Schwarze |
2018-03-22 | ssl.h HISTORY up to 0.9.5; researched from OpenSSL git | Ingo Schwarze |
2018-03-21 | ssl.h HISTORY up to 0.9.4; researched from OpenSSL git | Ingo Schwarze |
2018-03-21 | ssl.h HISTORY up to 0.9.3; researched from OpenSSL git | Ingo Schwarze |
2018-03-21 | ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git | Ingo Schwarze |
2018-03-21 | ssl.h HISTORY up to SSLeay 0.9.1; researched from OpenSSL git | Ingo Schwarze |
2018-03-21 | ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | Ingo Schwarze |
2018-03-21 | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | Ingo Schwarze |
2018-03-20 | In ssl.h rev. 1.154 2018/03/20 15:28:12, tb@ provided | Ingo Schwarze |
2018-03-20 | In i2d_SSL_SESSION(), on error call CBB_cleanup() with the correct CBB. | Joel Sing |
2018-03-20 | bump minors after symbol addition | Theo Buehler |
2018-03-20 | Provide SSL_SESSION_set1_id() | Theo Buehler |