| 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/+3 |
* | Indent ssl/ | Emilia Kasper | 2016-08-18 | 1 | -21/+18 |
* | Add missing session id and tlsext_status accessors | Remi Gacogne | 2016-08-17 | 1 | -0/+20 |
* | Convert SSL_SESSION* functions to use const getters | Matt Caswell | 2016-08-17 | 1 | -1/+1 |
* | GH1446: Add SSL_SESSION_get0_cipher | Rich Salz | 2016-08-12 | 1 | -0/+5 |
* | Fix a few if(, for(, while( inside code. | FdaSilvaYY | 2016-07-20 | 1 | -2/+2 |
* | Remove sessions from external cache, even if internal cache not used. | Matt Caswell | 2016-07-19 | 1 | -5/+5 |
* | Initialize the session_id | Kurt Roeckx | 2016-06-14 | 1 | -0/+2 |
* | Ensure SSL_set_session clears the old session from cache if it is bad | Matt Caswell | 2016-06-13 | 1 | -19/+11 |
* | Always use session_ctx when removing a session | Todd Short | 2016-06-08 | 1 | -1/+1 |
* | Remove null check, per review feedback. Note this in the docs. | TJ Saunders | 2016-05-31 | 1 | -2/+0 |
* | Add an SSL_SESSION accessor for obtaining the protocol version number, with | TJ Saunders | 2016-05-31 | 1 | -0/+7 |
* | Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx | Rich Salz | 2016-05-20 | 1 | -3/+3 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -107/+7 |
* | Fix some out of date comments | Matt Caswell | 2016-05-17 | 1 | -3/+3 |
* | Add checks on CRYPTO_new_ex_data return value | FdaSilvaYY | 2016-04-28 | 1 | -2/+5 |
* | Add SSL_SESSION_get0_hostname() | Lyon Chen | 2016-04-14 | 1 | -0/+5 |
* | Allow different protocol version when trying to reuse a session | Fedor Indutny | 2016-03-27 | 1 | -15/+4 |
* | Remove #error from include files. | Rich Salz | 2016-03-21 | 1 | -3/+1 |
* | Convert CRYPTO_LOCK_SSL_* to new multi-threading API | Alessandro Ghedini | 2016-03-09 | 1 | -24/+49 |
* | Move to REF_DEBUG, for consistency. | Rich Salz | 2016-02-11 | 1 | -9/+2 |
* | constify PACKET | Emilia Kasper | 2016-02-01 | 1 | -10/+6 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Validate ClientHello session_id field length and send alert on failure | Alessandro Ghedini | 2016-01-19 | 1 | -5/+1 |
* | Add lh_doall_arg inlining | Dr. Stephen Henson | 2016-01-11 | 1 | -4/+3 |
* | Fix declarations and constification for inline stack. | Dr. Stephen Henson | 2016-01-07 | 1 | -1/+1 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -8/+8 |
* | Extended master secret fixes and checks. | Dr. Stephen Henson | 2015-12-08 | 1 | -2/+20 |
* | ex_data part 2: doc fixes and CRYPTO_free_ex_index. | Rich Salz | 2015-12-01 | 1 | -9/+0 |
* | Fix a few missed "if (!ptr)" cleanups | Rich Salz | 2015-11-23 | 1 | -1/+1 |
* | Standardise our style for checking malloc failures | Matt Caswell | 2015-11-09 | 1 | -1/+1 |
* | DTLS: remove unused cookie field | Emilia Kasper | 2015-10-09 | 1 | -1/+1 |
* | Add PACKET_copy_all | Emilia Kasper | 2015-10-05 | 1 | -4/+7 |
* | ssl_sess.c: grab a copy of the session ID | Emilia Kasper | 2015-10-05 | 1 | -6/+8 |
* | ssl3_get_client_hello: rearrange logic | Emilia Kasper | 2015-10-05 | 1 | -11/+13 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -18/+1 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-03 | 1 | -2/+1 |
* | Add X509_up_ref function. | Dr. Stephen Henson | 2015-09-01 | 1 | -1/+1 |
* | PACKETise ClientHello processing | Matt Caswell | 2015-08-03 | 1 | -8/+3 |
* | Dup peer_chain properly in SSL_SESSION | Dr. Stephen Henson | 2015-06-30 | 1 | -0/+6 |
* | Remove SESS_CERT entirely. | Dr. Stephen Henson | 2015-06-22 | 1 | -4/+0 |
* | Move peer chain to SSL_SESSION structure. | Dr. Stephen Henson | 2015-06-22 | 1 | -0/+1 |
* | More ssl_session_dup fixes | Matt Caswell | 2015-06-11 | 1 | -34/+38 |
* | Fix race condition in NewSessionTicket | Matt Caswell | 2015-06-02 | 1 | -0/+116 |
* | Remove support for OPENSSL_NO_TLSEXT | Matt Caswell | 2015-05-23 | 1 | -19/+7 |
* | Remove Kerberos support from libssl | Matt Caswell | 2015-05-13 | 1 | -14/+0 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -1/+1 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 1 | -16/+8 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -5/+2 |