| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -7/+7 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -13/+13 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -23/+12 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -13/+13 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | jsing | 2017-01-26 | 1 | -40/+1 |
* | sk_pop_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -5/+3 |
* | #if 0 the ecformats_list and eccurves_list - these are currently unused but | jsing | 2017-01-24 | 1 | -2/+5 |
* | Add support for setting the supported EC curves via | jsing | 2017-01-24 | 1 | -13/+96 |
* | Correct bounds checks used when generating the EC curves extension. | jsing | 2017-01-24 | 1 | -3/+3 |
* | Fix typo in brainpool curve name within a comment. | jsing | 2017-01-24 | 1 | -2/+2 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -4/+5 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -3/+3 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -2/+2 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -70/+70 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -5/+6 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -15/+15 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -16/+22 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -39/+39 |
* | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | jsing | 2017-01-22 | 1 | -23/+29 |
* | Move internal parts of ssl_session_st to internal | beck | 2017-01-22 | 1 | -24/+24 |
* | Add support for ECDHE with X25519. | jsing | 2016-12-21 | 1 | -2/+6 |
* | Convert ssl3_get_server_hello() to CBS. | jsing | 2016-12-18 | 1 | -5/+4 |
* | Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() | jsing | 2016-11-05 | 1 | -16/+4 |
* | Remove support for fixed ECDH cipher suites - these is not widely supported | jsing | 2016-10-19 | 1 | -6/+4 |
* | Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate() | guenther | 2016-10-02 | 1 | -5/+11 |
* | Detect zero-length encrypted session data early, instead of when malloc(0) | guenther | 2016-10-02 | 1 | -2/+2 |
* | Avoid unbounded memory growth, which can be triggered by a client | jsing | 2016-09-22 | 1 | -9/+20 |
* | Improve ticket validity checking when tlsext_ticket_key_cb() callback | guenther | 2016-09-22 | 1 | -4/+25 |
* | Be more strict when parsing TLS extensions. | jsing | 2016-08-27 | 1 | -17/+37 |
* | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. | beck | 2016-05-30 | 1 | -2/+2 |
* | http -> https for a few more IETF URLs in comments or man pages | mmcc | 2016-03-10 | 1 | -2/+2 |
* | Remove most of the SSLv3 version checks and a few TLS v1.0. | doug | 2015-09-12 | 1 | -11/+2 |
* | Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are | jsing | 2015-09-01 | 1 | -13/+1 |
* | Properly handle missing TLS extensions in client hello as a non-failure. | bcook | 2015-08-19 | 1 | -1/+3 |
* | Convert tls1_process_ticket to CBS. | doug | 2015-07-24 | 1 | -28/+36 |
* | Convert tls1_process_sigalgs to CBS. | doug | 2015-07-24 | 1 | -5/+14 |
* | Allow *_free() functions in libssl to handle NULL input. | doug | 2015-07-19 | 1 | -1/+4 |
* | Remove compat hack that disabled ECDHE-ECDSA on OS X. | doug | 2015-07-17 | 1 | -85/+1 |
* | Convert tls1_alpn_handle_client_hello() to CBS. | doug | 2015-06-19 | 1 | -20/+14 |
* | Convert ssl_next_proto_validate to CBS. | doug | 2015-06-17 | 1 | -11/+12 |
* | Convert tls1_check_curve to CBS. | doug | 2015-06-17 | 1 | -4/+10 |
* | Fix a minor information leak that was introduced in t1_lib.c r1.71, whereby | jsing | 2015-03-02 | 1 | -2/+2 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 1 | -17/+1 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 1 | -4/+1 |
* | Add support for ALPN. | jsing | 2014-12-10 | 1 | -3/+152 |
* | Use appropriate internal types for EC curves and formats, rather than | jsing | 2014-12-06 | 1 | -103/+115 |
* | Ensure that the client specified EC curve list length is a multiple of two. | jsing | 2014-12-06 | 1 | -2/+3 |
* | Fix two cases where it is possible to read one or two bytes past the end of | jsing | 2014-12-06 | 1 | -3/+15 |
* | Add brainpool curves to eccurves_default[], accidentally missing from 1.32; | miod | 2014-12-02 | 1 | -2/+5 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -3/+36 |