| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | unifdef OPENSSL_NO_BIO - we do not support this in any form. | jsing | 2017-01-24 | 1 | -15/+1 |
* | move default_passwd_cb and default_passwd_cb_userdata back into | beck | 2017-01-23 | 1 | -1/+12 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -6/+3 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -27/+7 |
* | Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl | jsing | 2017-01-23 | 1 | -5/+1 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -4/+1 |
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -1/+9 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -103/+1 |
* | Move ex_data, next and prev from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -6/+1 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -53/+2 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -29/+3 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -58/+1 |
* | Move not_resumable and sess_cert from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -9/+4 |
* | Remove heartbeat related fields from the SSL_CTX, which are unused | jsing | 2017-01-23 | 1 | -9/+1 |
* | Move the stats struct from SSL_CTX to internal. | jsing | 2017-01-23 | 1 | -20/+1 |
* | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | jsing | 2017-01-22 | 1 | -57/+1 |
* | Move internal parts of ssl_session_st to internal | beck | 2017-01-22 | 1 | -5/+1 |
* | Move recently added min_version/max_version from SSL and SSL_CTX to their | jsing | 2017-01-22 | 1 | -7/+1 |
* | Convert publically visible structs to translucent structs. | jsing | 2017-01-22 | 1 | -3/+13 |
* | Add support for SSL_get_server_tmp_key(). | jsing | 2016-12-30 | 1 | -2/+7 |
* | Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHOD | jsing | 2016-12-21 | 1 | -1/+10 |
* | Fix some linewrapping glitches | guenther | 2016-11-04 | 1 | -7/+5 |
* | Expand another LHASH_OF macro. | jsing | 2016-11-02 | 1 | -2/+2 |
* | Expand DECLARE_LHASH_OF and LHASH_OF macros. | jsing | 2016-11-02 | 1 | -3/+5 |
* | Expand DECLARE_PEM_rw macro. | jsing | 2016-11-02 | 1 | -2/+7 |
* | Sort the obsolete flags. | doug | 2015-10-25 | 1 | -6/+6 |
* | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. | doug | 2015-10-25 | 1 | -5/+4 |
* | Remove support for DTLS_BAD_VER. We do not support non-standard and | jsing | 2015-09-10 | 1 | -4/+2 |
* | Remove SSLv3 support from LibreSSL. | doug | 2015-08-27 | 1 | -5/+1 |
* | Add TLS_method, TLS_client_method and TLS_server_method. | doug | 2015-07-19 | 1 | -1/+4 |
* | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | doug | 2015-07-18 | 1 | -3/+2 |
* | Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. | doug | 2015-07-18 | 1 | -3/+2 |
* | Remove compat hack that disabled ECDHE-ECDSA on OS X. | doug | 2015-07-17 | 1 | -3/+2 |
* | Remove workaround for TLS padding bug from SSLeay days. | doug | 2015-07-17 | 1 | -3/+2 |
* | Make SSL_OP_ALL readable. | jsing | 2015-06-20 | 1 | -2/+9 |
* | Keep alerts sorted by alert code. | jsing | 2015-06-17 | 1 | -2/+2 |
* | Remove pointless comments. | jsing | 2015-06-17 | 1 | -7/+3 |
* | Cleanup SSL_OP_* compat flags in ssl.h. | doug | 2015-06-17 | 1 | -31/+24 |
* | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | jsing | 2015-02-22 | 1 | -2/+5 |
* | unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN, | jsing | 2015-02-12 | 1 | -7/+1 |
* | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | jsing | 2015-02-07 | 1 | -1/+4 |
* | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 2015-02-06 | 1 | -1/+3 |
* | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | reyk | 2015-02-06 | 1 | -2/+2 |
* | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | jsing | 2015-01-26 | 1 | -1/+2 |
* | Support CA verification in chroot'ed processes without direct file | reyk | 2015-01-22 | 1 | -1/+2 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -34/+34 |
* | Add support for ALPN. | jsing | 2014-12-10 | 1 | -2/+39 |
* | add stdint.h to ssl.h. | bcook | 2014-12-10 | 1 | -1/+3 |
* | Use appropriate internal types for EC curves and formats, rather than | jsing | 2014-12-06 | 1 | -5/+6 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -1/+3 |