summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-2/+5
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-1/+3
* Limit the number of sequential empty records that we will processbeck2017-01-261-1/+5
* Remove most of SSL3_ENC_METHOD - we can just inline the function callsjsing2017-01-261-21/+1
* Merge the client/server version negotiation into the existing (currentlyjsing2017-01-261-1/+8
* Remove ssl3_undef_enc_method - if we have internal bugs we want to segfaultjsing2017-01-261-2/+1
* Limit enabled version range by the versions configured on the SSL_CTX/SSL,jsing2017-01-251-1/+2
* Change the SSL_IS_DTLS() macro to check the version, rather than using ajsing2017-01-251-5/+2
* Provide ssl3_packet_read() and ssl3_packet_extend() functions that improvejsing2017-01-251-2/+3
* Add support for setting the supported EC curves viajsing2017-01-241-5/+16
* move default_passwd_cb and default_passwd_cb_userdata back intobeck2017-01-231-7/+1
* Move options and mode from SSL_CTX and SSL to internal, since these can bejsing2017-01-231-1/+7
* Split most of SSL_METHOD out into an internal variant, which is opaque.jsing2017-01-231-5/+41
* send state and rstate from ssl_st into internal. There are accessorsbeck2017-01-231-1/+5
* move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant andbeck2017-01-231-4/+1
* Move a large part of ssl_st into internal, so we can see what squeals.beck2017-01-231-1/+107
* Move ex_data, next and prev from SSL_SESSION to internal.jsing2017-01-231-1/+7
* Move most of the fields in SSL_CTX to internal - the ones that remain arejsing2017-01-231-1/+57
* move the callbacks from ssl_st to internalbeck2017-01-231-1/+32
* Move callback function pointers and argument pointers from SSL_CTX tojsing2017-01-231-1/+60
* Move not_resumable and sess_cert from SSL_SESSION to internal.jsing2017-01-231-1/+9
* Move the stats struct from SSL_CTX to internal.jsing2017-01-231-2/+20
* Move most of the SSL3_STATE fields to internal - the ones that remain arejsing2017-01-221-2/+118
* Move most of DTLS1_STATE to internal.beck2017-01-221-1/+62
* Move ALPN and NPN fields from SSL/SSL_CTX to internal.jsing2017-01-221-1/+55
* Move internal parts of ssl_session_st to internalbeck2017-01-221-2/+6
* Move recently added min_version/max_version from SSL and SSL_CTX to theirjsing2017-01-221-3/+5
* Convert publically visible structs to translucent structs.jsing2017-01-221-1/+21
* Expand DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN macro.jsing2017-01-211-2/+2
* Pull out, rework and dedup the code that determines the highest sharedjsing2017-01-031-1/+2
* Pull out (and largely rewrite) the code that determines the enabledjsing2016-12-301-1/+2
* Remove now unused c2l, c2ln, l2c, n2l, l2cn and n2l3 macros.jsing2016-12-301-51/+1
* Add support for ECDHE with X25519.jsing2016-12-211-1/+2
* Convert ssl3_get_server_hello() to CBS.jsing2016-12-181-2/+2
* Now that ssl3_send_{client,server}_certificate() are using the commonjsing2016-12-061-5/+1
* Convert certificate handshake message generation to CBB, with some cleanjsing2016-12-061-2/+7
* Convert ssl_cipher_list_to_bytes() to CBB, changing the function to returnjsing2016-12-041-2/+2
* Remove unused SSLv3 from ssl3_cbc_record_digest_supported().jsing2016-11-061-2/+2
* Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve()jsing2016-11-051-4/+4
* Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), sincejsing2016-11-041-2/+2
* Add an explict list of exported symbols with just the functionsguenther2016-11-041-1/+5
* Make do_dtls1_write() static to d1_pkt.c and delete declarations forguenther2016-11-041-7/+1
* Clean up the TLS handshake digest handling - this refactors some of thejsing2016-11-031-2/+2
* Remove support for fixed ECDH cipher suites - these is not widely supportedjsing2016-10-191-5/+1
* Implement the IETF ChaCha20-Poly1305 cipher suites.jsing2016-04-281-2/+4
* Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines ofjsing2015-09-121-2/+1
* Move handshake message header length determination into a separatejsing2015-09-121-1/+2
* Uncopy and unpaste dtls1_send_certificate_request() - removes another 80jsing2015-09-121-2/+1
* Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329jsing2015-09-121-2/+1
* Uncopy and unpaste dtls1_send_server_done().jsing2015-09-121-2/+1