summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2017-01-10Add a TODO(TLS1.3) around certificate selectionMatt Caswell
2017-01-09Use typedefs for PSK, NPN, ALPN callback functionsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2016-12-08Introduce TLSEXT_STATUSTYPE_nothing constantMatt Caswell
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Convert some libssl local functions to size_tMatt Caswell
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-04Convert some misc record layer functions for size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-02Convert a big "if" into a "switch"Matt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY
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