aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some ssl3_record code witch converstion to/from size_tMatt Caswell2016-11-041-15/+17
* Add some PACKET functions for size_tMatt Caswell2016-11-042-3/+55
* Convert SSL BIO to use SSL_write_ex().Matt Caswell2016-11-042-72/+61
* Fix some missed size_t updatesMatt Caswell2016-11-0413-49/+38
* Resolve some outstanding size_t related TODOsMatt Caswell2016-11-043-15/+4
* Update misc function params in libssl for size_tMatt Caswell2016-11-044-11/+12
* Convert some libssl local functions to size_tMatt Caswell2016-11-045-18/+18
* Update cookie_len for size_tMatt Caswell2016-11-043-7/+9
* Update numerous misc libssl fields to be size_tMatt Caswell2016-11-046-46/+52
* Convert session_id_length and sid_ctx_len to size_tMatt Caswell2016-11-046-24/+31
* Convert master_secret_size code to size_tMatt Caswell2016-11-048-67/+93
* Convert various mac_secret_size usage to size_tMatt Caswell2016-11-042-5/+6
* Convert ssl3_cbc_digest_record for size_tMatt Caswell2016-11-042-7/+9
* Convert some misc record layer functions for size_tMatt Caswell2016-11-045-47/+80
* Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell2016-11-042-6/+6
* Convert libssl writing for size_tMatt Caswell2016-11-0415-216/+267
* Further libssl size_t-ify of readingMatt Caswell2016-11-0416-175/+246
* Convert record layer to use size_tMatt Caswell2016-11-044-42/+55
* Fail if an unrecognised record type is receivedMatt Caswell2016-11-021-7/+5
* Fix read_aheadMatt Caswell2016-11-021-12/+12
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-023-0/+91
* Convert a big "if" into a "switch"Matt Caswell2016-11-021-10/+21
* Use ciphersuite id when matching if we've got oneMatt Caswell2016-11-021-0/+2
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-029-3/+76
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-011-0/+7
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-14/+14
* Fix a shadowed variable declaration warningMatt Caswell2016-10-281-3/+3
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-12/+16
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-3/+13
* A zero return from BIO_read()/BIO_write() could be retryableMatt Caswell2016-10-281-3/+15
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-171-5/+9
* Fix encrypt-then-mac implementation for DTLSDavid Woodhouse2016-10-172-2/+30
* Remove trailing whitespace from some files.David Benjamin2016-10-102-2/+2
* Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell2016-10-031-2/+2
* Add a typedef for the construction functionMatt Caswell2016-10-033-8/+6
* Move setting of the handshake header up one more levelMatt Caswell2016-10-034-66/+65
* Remove the special case processing for finished constructionMatt Caswell2016-10-034-37/+22
* Harmonise setting the header and closing constructionMatt Caswell2016-10-036-191/+165
* Don't set the handshake header in every messageMatt Caswell2016-10-035-170/+146
* Move init of the WPACKET into write_state_machine()Matt Caswell2016-10-037-306/+205
* Rename ssl_set_handshake_header2()Matt Caswell2016-10-028-43/+30
* Remove ssl_set_handshake_header()Matt Caswell2016-10-024-36/+0
* Remove the tls12_get_sigandhash_old() functionMatt Caswell2016-10-022-25/+0
* fix memory leakDr. Stephen Henson2016-10-021-0/+2
* Convert NewSessionTicket construction to WPACKETMatt Caswell2016-09-291-58/+51
* Fix an error in packet_locl.hMatt Caswell2016-09-291-1/+1
* Convert CertStatus message construction to WPACKETMatt Caswell2016-09-292-27/+15
* Fix mis-named macro in packet_locl.hMatt Caswell2016-09-291-2/+2
* Convert SeverDone construction to WPACKETMatt Caswell2016-09-291-7/+14
* Fix missing NULL checks in NewSessionTicket constructionMatt Caswell2016-09-292-1/+7