summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move not_resumable and sess_cert from SSL_SESSION to internal.jsing2017-01-231-9/+4
* Remove heartbeat related fields from the SSL_CTX, which are unusedjsing2017-01-231-9/+1
* Move the stats struct from SSL_CTX to internal.jsing2017-01-231-20/+1
* Move ALPN and NPN fields from SSL/SSL_CTX to internal.jsing2017-01-221-57/+1
* Move internal parts of ssl_session_st to internalbeck2017-01-221-5/+1
* Move recently added min_version/max_version from SSL and SSL_CTX to theirjsing2017-01-221-7/+1
* Convert publically visible structs to translucent structs.jsing2017-01-221-3/+13
* Add support for SSL_get_server_tmp_key().jsing2016-12-301-2/+7
* Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHODjsing2016-12-211-1/+10
* Fix some linewrapping glitchesguenther2016-11-041-7/+5
* Expand another LHASH_OF macro.jsing2016-11-021-2/+2
* Expand DECLARE_LHASH_OF and LHASH_OF macros.jsing2016-11-021-3/+5
* Expand DECLARE_PEM_rw macro.jsing2016-11-021-2/+7
* Sort the obsolete flags.doug2015-10-251-6/+6
* Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.doug2015-10-251-5/+4
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-101-4/+2
* Remove SSLv3 support from LibreSSL.doug2015-08-271-5/+1
* Add TLS_method, TLS_client_method and TLS_server_method.doug2015-07-191-1/+4
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.doug2015-07-181-3/+2
* Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.doug2015-07-181-3/+2
* Remove compat hack that disabled ECDHE-ECDSA on OS X.doug2015-07-171-3/+2
* Remove workaround for TLS padding bug from SSLeay days.doug2015-07-171-3/+2
* Make SSL_OP_ALL readable.jsing2015-06-201-2/+9
* Keep alerts sorted by alert code.jsing2015-06-171-2/+2
* Remove pointless comments.jsing2015-06-171-7/+3
* Cleanup SSL_OP_* compat flags in ssl.h.doug2015-06-171-31/+24
* Reluctantly add server-side support for TLS_FALLBACK_SCSV.jsing2015-02-221-2/+5
* unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,jsing2015-02-121-7/+1
* Provide a SSL_CIPHER_get_by_value() function that allows a cipher to bejsing2015-02-071-1/+4
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-1/+3
* Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk2015-02-061-2/+2
* Add AEAD as a "MAC alias" so that it is possible to identify/select ciphersjsing2015-01-261-1/+2
* Support CA verification in chroot'ed processes without direct filereyk2015-01-221-1/+2
* Remove trailing whitespace.jsing2014-12-141-34/+34
* Add support for ALPN.jsing2014-12-101-2/+39
* add stdint.h to ssl.h.bcook2014-12-101-1/+3
* Use appropriate internal types for EC curves and formats, rather thanjsing2014-12-061-5/+6
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-181-1/+3
* Sort and group includes.jsing2014-11-161-8/+9
* Remove now unused remnants from public structs.jsing2014-10-311-4/+1
* Add support for automatic DH ephemeral keys.jsing2014-10-311-1/+7
* Add cipher aliases for DHE (the correct name for EDH) and ECDHE (thejsing2014-10-151-3/+5
* Add support for automatic ephemeral EC keys.jsing2014-10-031-1/+7
* Add a new API function SSL_CTX_use_certificate_chain() that allows toreyk2014-09-281-1/+2
* Check that the specified curve is one of the client preferences.jsing2014-09-271-1/+2
* Move the TLS padding extension under an SSL_OP_TLSEXT_PADDING option, whichjsing2014-09-211-2/+5
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-1/+2
* Provide ssl_version_string() function, which uses one of those modern Cjsing2014-07-121-1/+3
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-44/+1
* Remove more compression tendrils.jsing2014-07-101-3/+1