summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-10-31Simplify NO_KTLS path in SSL_sendfile.John Baldwin
2019-10-21Fix leak with no-ec configraja-ashok
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-18Fix a race condition in ciphers handlingMatt Caswell
2019-06-18Fix a race condition in supported groups handlingMatt Caswell
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-11Change cipher default strings to a functionTodd Short
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-04-19Check if num is 0 before trying to malloc memory. Otherwise for client hellos...dyrock
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte
2019-02-14Ignore cipher suites when setting cipher listSam Roberts
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-12Separate ca_names handling for client and serverMatt Caswell
2018-11-06Fix return formatting.Pauli
2018-11-06Cleanse the key log buffer.Pauli
2018-10-03Remove SSL_version_strRichard Levitte
2018-09-19Reset TLS 1.3 ciphers in SSL_CTX_set_ssl_version()Benjamin Kaduk
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell
2018-09-07Simplify SSL_get_servername() to avoid session referencesBen Kaduk
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-07ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-07-26Improve backwards compat for SSL_get_servername()Benjamin Kaduk
2018-07-20Normalize SNI hostname handling for SSL and SSL_SESSIONBenjamin Kaduk
2018-07-06Introduce the recv_max_early_data settingMatt Caswell
2018-07-02Add setters to set the early_data callbackMatt Caswell
2018-07-02Make the anti-replay feature optionalMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-05-11Flush server side unauthenticated writesMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2018-05-01Fix regression with session cache use by clientsBenjamin Kaduk