aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Add some PACKET functions for size_tMatt Caswell2-3/+55
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell2-72/+61
2016-11-04Fix some missed size_t updatesMatt Caswell13-49/+38
2016-11-04Resolve some outstanding size_t related TODOsMatt Caswell3-15/+4
2016-11-04Update misc function params in libssl for size_tMatt Caswell4-11/+12
2016-11-04Convert some libssl local functions to size_tMatt Caswell5-18/+18
2016-11-04Update cookie_len for size_tMatt Caswell3-7/+9
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell6-46/+52
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell6-24/+31
2016-11-04Convert master_secret_size code to size_tMatt Caswell8-67/+93
2016-11-04Convert various mac_secret_size usage to size_tMatt Caswell2-5/+6
2016-11-04Convert ssl3_cbc_digest_record for size_tMatt Caswell2-7/+9
2016-11-04Convert some misc record layer functions for size_tMatt Caswell5-47/+80
2016-11-04Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell2-6/+6
2016-11-04Convert libssl writing for size_tMatt Caswell15-216/+267
2016-11-04Further libssl size_t-ify of readingMatt Caswell16-175/+246
2016-11-04Convert record layer to use size_tMatt Caswell4-42/+55
2016-11-02Fail if an unrecognised record type is receivedMatt Caswell1-7/+5
2016-11-02Fix read_aheadMatt Caswell1-12/+12
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse3-0/+91
2016-11-02Convert a big "if" into a "switch"Matt Caswell1-10/+21
2016-11-02Use ciphersuite id when matching if we've got oneMatt Caswell1-0/+2
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell9-3/+76
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short1-0/+7
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-14/+14
2016-10-28Fix a shadowed variable declaration warningMatt Caswell1-3/+3
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-12/+16
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-3/+13
2016-10-28A zero return from BIO_read()/BIO_write() could be retryableMatt Caswell1-3/+15
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse1-5/+9
2016-10-17Fix encrypt-then-mac implementation for DTLSDavid Woodhouse2-2/+30
2016-10-10Remove trailing whitespace from some files.David Benjamin2-2/+2
2016-10-03Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell1-2/+2
2016-10-03Add a typedef for the construction functionMatt Caswell3-8/+6
2016-10-03Move setting of the handshake header up one more levelMatt Caswell4-66/+65
2016-10-03Remove the special case processing for finished constructionMatt Caswell4-37/+22
2016-10-03Harmonise setting the header and closing constructionMatt Caswell6-191/+165
2016-10-03Don't set the handshake header in every messageMatt Caswell5-170/+146
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell7-306/+205
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell8-43/+30
2016-10-02Remove ssl_set_handshake_header()Matt Caswell4-36/+0
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell2-25/+0
2016-10-02fix memory leakDr. Stephen Henson1-0/+2
2016-09-29Convert NewSessionTicket construction to WPACKETMatt Caswell1-58/+51
2016-09-29Fix an error in packet_locl.hMatt Caswell1-1/+1
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell2-27/+15
2016-09-29Fix mis-named macro in packet_locl.hMatt Caswell1-2/+2
2016-09-29Convert SeverDone construction to WPACKETMatt Caswell1-7/+14
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell2-1/+7
2016-09-29Fix an mis-matched function code so that "make update" doesn't failMatt Caswell1-1/+1