summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fail if an unrecognised record type is receivedMatt Caswell2016-11-031-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-181-5/+9
* Fix encrypt-then-mac implementation for DTLSDavid Woodhouse2016-10-182-2/+30
* Remove trailing whitespace from some files.David Benjamin2016-10-112-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
* Fix an mis-matched function code so that "make update" doesn't failMatt Caswell2016-09-291-1/+1
* Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell2016-09-291-0/+10
* Address style feedback commentsMatt Caswell2016-09-292-1/+2
* Fix a bug in CKE construction for PSKMatt Caswell2016-09-291-1/+1
* Convert ServerKeyExchange construction to WPACKETMatt Caswell2016-09-291-120/+97
* Add the WPACKET_reserve_bytes() functionMatt Caswell2016-09-292-8/+55
* Remove tls12_copy_sigalgs_old()Matt Caswell2016-09-292-22/+0
* Convert CertificateRequest construction to WPACKETMatt Caswell2016-09-293-59/+61
* Address style feedback commentsMatt Caswell2016-09-291-3/+1
* Fix a bug in the construction of the ClienHello SRTP extensionMatt Caswell2016-09-291-2/+5
* Fix heartbeat compilation errorMatt Caswell2016-09-291-0/+1
* Delete some unneeded codeMatt Caswell2016-09-293-88/+0
* Convert ServerHello construction to WPACKETMatt Caswell2016-09-295-219/+134
* Fix an Uninit read in DTLSMatt Caswell2016-09-291-1/+3
* Fix a bug in Renegotiation extension constructionMatt Caswell2016-09-281-2/+4
* Convert HelloRequest construction to WPACKETMatt Caswell2016-09-281-1/+6
* Fix HelloVerifyRequest constructionMatt Caswell2016-09-261-0/+2
* Fix Use After Free for large message sizesMatt Caswell2016-09-261-3/+17