summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.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-875/+0
* Convert tls1_process_ticket to CBS.doug2015-07-241-3/+2
* Fix symbol collision with libtls.doug2015-07-191-3/+3
* Add TLS_method, TLS_client_method and TLS_server_method.doug2015-07-191-1/+3
* Convert dtls1_get_message_header to CBS and change to int.doug2015-07-181-2/+2
* Convert ssl_parse_serverhello_use_srtp_ext to CBS.doug2015-07-171-2/+2
* Convert ssl_parse_clienthello_use_srtp_ext to CBS.doug2015-07-141-2/+2
* Convert ssl_bytes_to_cipher_list to CBS.doug2015-06-281-2/+2
* Convert ssl_parse_serverhello_renegotiate_ext to CBS.doug2015-06-201-2/+2
* Convert ssl_parse_clienthello_renegotiate_ext to CBS.doug2015-06-201-2/+2
* Remove Microsoft Server Gated Crypto.doug2015-06-181-2/+1
* Clean up the ssl_bytes_to_cipher_list() API - rather than having thejsing2015-04-151-2/+2
* Factor out the init_buf initialisation code, rather than duplicating itjsing2015-03-271-1/+2
* Reluctantly add server-side support for TLS_FALLBACK_SCSV.jsing2015-02-221-1/+2
* unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,jsing2015-02-121-5/+1
* Provide a SSL_CIPHER_get_by_value() function that allows a cipher to bejsing2015-02-071-1/+2
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-1/+3
* Add error handling for EVP_DigestInit_ex().doug2014-12-151-2/+2
* Convert all of the straight forward client handshake handling code to usejsing2014-12-141-1/+5
* Remove trailing whitespace.jsing2014-12-141-13/+13
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-101-2/+2
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-101-5/+3
* Remove client handling of RSA in ServerKeyExchange messages, along withjsing2014-12-061-2/+1
* Use appropriate internal types for EC curves and formats, rather thanjsing2014-12-061-3/+3
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-181-2/+7
* Sort and group includes.jsing2014-11-161-6/+6
* Clean up more SSLv2 remnants.jsing2014-11-081-2/+1
* Remove remnants from RC2 and SEED - there are no longer any cipher suitesjsing2014-11-021-13/+11
* Add support for automatic DH ephemeral keys.jsing2014-10-311-1/+3
* Remove support for ephemeral/temporary RSA private keys.jsing2014-10-311-4/+1
* Add support for automatic ephemeral EC keys.jsing2014-10-031-2/+6
* Clean up EC cipher handling in ssl3_choose_cipher().jsing2014-09-301-1/+4
* Check that the specified curve is one of the client preferences.jsing2014-09-271-1/+2
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-071-6/+3
* Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing2014-08-241-2/+3
* Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andjsing2014-08-231-2/+3
* Provide a ssl3_get_cipher_by_id() function that allows ciphers to be lookedjsing2014-08-111-1/+2
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-8/+2
* The RSA, DH, and ECDH temporary key callbacks expect the number of keybitsguenther2014-07-281-1/+7
* The correct name for EDH is DHE, likewise EECDH should be ECDHE.jsing2014-07-121-4/+4
* Provide ssl_version_string() function, which uses one of those modern Cjsing2014-07-121-1/+2
* Remove remnants from PSK, KRB5 and SRP.jsing2014-07-121-7/+2
* No need to keep ssl23_foo() flavours mapping to ssl3_foo().miod2014-07-111-4/+1
* Remove more compression related code.jsing2014-07-101-2/+1
* decompress libssl. ok beck jsingtedu2014-07-101-15/+1
* tedu the SSL export cipher handling - since we do not have enabled exportjsing2014-07-091-53/+2
* Remove SSL_FIPS.jsing2014-07-081-2/+1
* Nuke SSL_NOT_EXP since it does nothing.jsing2014-07-081-2/+1
* Pull the code that builds a DTLS sequence number out into its own functionjsing2014-06-211-2/+5
* Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(),jsing2014-06-151-5/+5