summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-11-04Update misc function params in libssl for size_tMatt Caswell
2016-11-04Convert some libssl local functions to size_tMatt Caswell
2016-11-04Update cookie_len for size_tMatt Caswell
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-04Convert various mac_secret_size usage to size_tMatt Caswell
2016-11-04Convert ssl3_cbc_digest_record for size_tMatt Caswell
2016-11-04Convert some misc record layer functions for size_tMatt Caswell
2016-11-04Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-04Convert record layer to use size_tMatt Caswell
2016-11-02Fail if an unrecognised record type is receivedMatt Caswell
2016-11-02Fix read_aheadMatt Caswell
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse
2016-11-02Convert a big "if" into a "switch"Matt Caswell
2016-11-02Use ciphersuite id when matching if we've got oneMatt 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-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Fix a shadowed variable declaration warningMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-10-28A zero return from BIO_read()/BIO_write() could be retryableMatt Caswell
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2016-10-17Fix encrypt-then-mac implementation for DTLSDavid Woodhouse
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-03Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell
2016-10-03Add a typedef for the construction functionMatt Caswell
2016-10-03Move setting of the handshake header up one more levelMatt Caswell
2016-10-03Remove the special case processing for finished constructionMatt Caswell
2016-10-03Harmonise setting the header and closing constructionMatt Caswell
2016-10-03Don't set the handshake header in every messageMatt Caswell
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-10-02Remove ssl_set_handshake_header()Matt Caswell
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell
2016-10-02fix memory leakDr. Stephen Henson
2016-09-29Convert NewSessionTicket construction to WPACKETMatt Caswell
2016-09-29Fix an error in packet_locl.hMatt Caswell
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell
2016-09-29Fix mis-named macro in packet_locl.hMatt Caswell
2016-09-29Convert SeverDone construction to WPACKETMatt Caswell
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell
2016-09-29Fix an mis-matched function code so that "make update" doesn't failMatt Caswell
2016-09-29Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell
2016-09-29Address style feedback commentsMatt Caswell
2016-09-29Fix a bug in CKE construction for PSKMatt Caswell
2016-09-29Convert ServerKeyExchange construction to WPACKETMatt Caswell