summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
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
2016-03-09Constify security callbacksKurt Roeckx
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-09Counter mixed signedness with a castRichard Levitte
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Fix erroneous fall thgrough in switch statementMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-03-07Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival
2016-03-07CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-25GH715: ENGINE_finish can take NULLRich Salz