summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2017-05-19Make SSL_is_server() accept a const SSLMatt Caswell
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-04-26CT_POLICY_EVAL_CTX_set_time expects milliseconds, but given secondsRob Percival
2017-03-30More typo fixesFdaSilvaYY
2017-03-07Provide a function to test whether we have unread records pendingMatt Caswell
2017-02-09Don't read uninitialised data for short session IDs.David Benjamin
2017-02-05Majority rules, use session_ctx vs initial_ctxTodd Short
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-08-24Fix comment about return value of ct_extract_tls_extension_sctsRob Percival
2016-08-18Indent ssl/Emilia Kasper
2016-08-15Improves CTLOG_STORE settersRob Percival
2016-08-04Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse
2016-07-29Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell
2016-07-29Don't double free the write bioMatt Caswell
2016-07-20Never expose ssl->bbio in the public API.Matt Caswell
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-11Don't compare a just free()d pointerKurt Roeckx
2016-06-08Add some accessor API'sRich Salz
2016-06-08Always use session_ctx when removing a sessionTodd Short
2016-05-31return error in ct_move_scts()Dr. Stephen Henson
2016-05-20Simplify SSL BIO buffering logicMatt Caswell
2016-05-19When strict SCT fails record verification failureViktor Dukhovni
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders
2016-05-16Add SSL_client_version() getter functionAlessandro Ghedini
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-28Don't leak memory on error path in dane_ctx_enable()Matt Caswell
2016-04-27split_send_fragment should always be less than or equal to max_send_fragmentMatt Caswell
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06Fix no-ocspMatt Caswell
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-29Make BIO opaqueMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Make function to convert version to stringKurt Roeckx