aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell1-12/+12
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell1-25/+32
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell1-59/+56
2016-11-04Fix some missed size_t updatesMatt Caswell1-3/+7
2016-11-04Convert some libssl local functions to size_tMatt Caswell1-1/+1
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell1-1/+1
2016-11-04Convert master_secret_size code to size_tMatt Caswell1-15/+16
2016-11-04Convert some misc record layer functions for size_tMatt Caswell1-1/+1
2016-11-04Convert libssl writing for size_tMatt Caswell1-11/+36
2016-11-04Further libssl size_t-ify of readingMatt Caswell1-8/+58
2016-11-02Convert a big "if" into a "switch"Matt Caswell1-10/+21
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell1-1/+3
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short1-0/+7
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz1-1/+1
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY1-1/+1
2016-08-24Fix comment about return value of ct_extract_tls_extension_sctsRob Percival1-1/+1
2016-08-18Indent ssl/Emilia Kasper1-104/+105
2016-08-15Improves CTLOG_STORE settersRob Percival1-3/+3
2016-08-04Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse1-1/+1
2016-07-29Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell1-15/+50
2016-07-29Don't double free the write bioMatt Caswell1-1/+1
2016-07-20Never expose ssl->bbio in the public API.Matt Caswell1-57/+55
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-7/+7
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni1-0/+37
2016-06-22Spelling... and more spellingFdaSilvaYY1-2/+2
2016-06-11Don't compare a just free()d pointerKurt Roeckx1-1/+1
2016-06-08Add some accessor API'sRich Salz1-0/+5
2016-06-08Always use session_ctx when removing a sessionTodd Short1-3/+3
2016-05-31return error in ct_move_scts()Dr. Stephen Henson1-1/+1
2016-05-20Simplify SSL BIO buffering logicMatt Caswell1-15/+8
2016-05-19When strict SCT fails record verification failureViktor Dukhovni1-0/+17
2016-05-17Copyright consolidation 01/10Rich Salz1-109/+6
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders1-4/+4
2016-05-16Add SSL_client_version() getter functionAlessandro Ghedini1-3/+8
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus1-1/+3
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY1-4/+16
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-4/+4
2016-05-05Handle no async jobs in libsslMatt Caswell1-47/+55
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY1-2/+4
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-28Don't leak memory on error path in dane_ctx_enable()Matt Caswell1-0/+1
2016-04-27split_send_fragment should always be less than or equal to max_send_fragmentMatt Caswell1-1/+1
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni1-2/+14
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi1-0/+9
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz1-8/+8
2016-04-07Clean-up *_DEBUG options.Andy Polyakov1-9/+1
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-31/+107
2016-04-06Fix no-ocspMatt Caswell1-0/+7
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1