summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-2389/+0
* 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
* Put back some parts of the public SSL API that should not have beenjsing2014-07-101-1/+8
* decompress libssl. ok beck jsingtedu2014-07-101-36/+1
* tedu the SSL export cipher handling - since we do not have enabled exportjsing2014-07-091-4/+1
* Add ChaCha20-Poly1305 based ciphersuites.jsing2014-06-131-1/+2
* Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which arejsing2014-06-131-2/+4
* Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher.jsing2014-06-131-1/+11
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-14/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Factor out the part of tls1_change_cipher_state() that is specific tojsing2014-06-081-0/+1
* http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec...deraadt2014-06-071-6/+0
* ECDH and ECDSA will not work overly well if there is no EC, so unifdefjsing2014-05-311-4/+0
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-12/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-10/+0
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
* remove back compat that was already disabled back in 1998.tedu2014-05-291-8/+0
* Any sane platform has stdio. Stop pretending we will ever use a platformbeck2014-05-291-2/+0