aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-1/+1
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-1/+1
* Fix comment about return value of ct_extract_tls_extension_sctsRob Percival2016-08-241-1/+1
* Indent ssl/Emilia Kasper2016-08-181-104/+105
* Improves CTLOG_STORE settersRob Percival2016-08-151-3/+3
* Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse2016-08-041-1/+1
* Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell2016-07-291-15/+50
* Don't double free the write bioMatt Caswell2016-07-291-1/+1
* Never expose ssl->bbio in the public API.Matt Caswell2016-07-201-57/+55
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-7/+7
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-0/+37
* Spelling... and more spellingFdaSilvaYY2016-06-221-2/+2
* Don't compare a just free()d pointerKurt Roeckx2016-06-111-1/+1
* Add some accessor API'sRich Salz2016-06-081-0/+5
* Always use session_ctx when removing a sessionTodd Short2016-06-081-3/+3
* return error in ct_move_scts()Dr. Stephen Henson2016-05-311-1/+1
* Simplify SSL BIO buffering logicMatt Caswell2016-05-201-15/+8
* When strict SCT fails record verification failureViktor Dukhovni2016-05-191-0/+17
* Copyright consolidation 01/10Rich Salz2016-05-171-109/+6
* session tickets: Use sizeof() for the various fieldsTJ Saunders2016-05-161-4/+4
* Add SSL_client_version() getter functionAlessandro Ghedini2016-05-161-3/+8
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-161-1/+3
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-161-4/+16
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-4/+4
* Handle no async jobs in libsslMatt Caswell2016-05-051-47/+55
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-2/+4
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Don't leak memory on error path in dane_ctx_enable()Matt Caswell2016-04-281-0/+1
* split_send_fragment should always be less than or equal to max_send_fragmentMatt Caswell2016-04-271-1/+1
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-2/+14
* Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-04-111-0/+9
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-081-8/+8
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-9/+1
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-31/+107
* Fix no-ocspMatt Caswell2016-04-061-0/+7
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Make BIO opaqueMatt Caswell2016-03-291-2/+2
* Remove #error from include files.Rich Salz2016-03-201-9/+3
* Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni2016-03-171-1/+1
* check reviewer --reviewer=emiliaRob Percival2016-03-101-0/+11
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-1/+1
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-2/+2
* Make function to convert version to stringKurt Roeckx2016-03-091-16/+21
* Constify security callbacksKurt Roeckx2016-03-091-5/+5
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-5/+1
* Counter mixed signedness with a castRichard Levitte2016-03-091-2/+2
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-21/+41
* GH787: Fix ALPNTodd Short2016-03-081-7/+5
* Fix erroneous fall thgrough in switch statementMatt Caswell2016-03-071-0/+2