aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't set the handshake header in every messageMatt Caswell2016-10-036-170/+148
* Move init of the WPACKET into write_state_machine()Matt Caswell2016-10-037-306/+205
* Remove untrue comment.Ben Laurie2016-10-021-2/+0
* Make dependencies if Makefile is new.Ben Laurie2016-10-021-1/+1
* 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
* Don't use DES when disabled.Ben Laurie2016-10-021-3/+4
* fix memory leakDr. Stephen Henson2016-10-011-0/+1
* Add SRP test vectors from RFC5054Dr. Stephen Henson2016-10-011-0/+150
* SRP code tidy.Dr. Stephen Henson2016-10-011-69/+17
* 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-293-27/+16
* Fix mis-named macro in packet_locl.hMatt Caswell2016-09-291-2/+2
* Convert SeverDone construction to WPACKETMatt Caswell2016-09-291-7/+14
* make updateDr. Stephen Henson2016-09-291-0/+2
* Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson2016-09-291-1/+2
* add item list support to d2i_testDr. Stephen Henson2016-09-291-15/+7
* ASN1_ITEM should use type name not structure name.Dr. Stephen Henson2016-09-291-2/+2
* Add -item option to asn1parseDr. Stephen Henson2016-09-292-6/+45
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-295-1/+246
* Fix missing NULL checks in NewSessionTicket constructionMatt Caswell2016-09-293-1/+8
* 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 no-dtlsMatt Caswell2016-09-291-0/+4
* apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte2016-09-281-1/+4
* Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz2016-09-281-1/+1
* Call ENGINE_init() before trying to use keys from engineDavid Woodhouse2016-09-281-1/+1
* Restore '-keyform engine' support for s_clientDavid Woodhouse2016-09-281-3/+3
* Add DTLS renegotiation testsMatt Caswell2016-09-283-1/+151
* Extend the renegotiation testsMatt Caswell2016-09-286-39/+197
* Update README.ssltest.mdMatt Caswell2016-09-281-8/+5
* Add support for testing renegotiationMatt Caswell2016-09-285-7/+132
* Fix a bug in Renegotiation extension constructionMatt Caswell2016-09-281-2/+4
* Convert HelloRequest construction to WPACKETMatt Caswell2016-09-281-1/+6
* Add missing parameter.David Benjamin2016-09-261-0/+1