aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* RT3895: Remove fprintf's from SSL library.Rich Salz2016-06-041-5/+3
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-033-6/+18
* Ensure async IO works with new state machineMatt Caswell2016-05-201-1/+4
* Tighten up logic around ChangeCipherSpec.David Benjamin2016-05-201-0/+10
* Simplify SSL BIO buffering logicMatt Caswell2016-05-202-23/+12
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-181-0/+10
* Copyright consolidation 01/10Rich Salz2016-05-177-586/+43
* Fix some out of date commentsMatt Caswell2016-05-172-3/+3
* session tickets: use more sizeofKurt Roeckx2016-05-161-12/+18
* Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders2016-05-161-1/+1
* session tickets: Use sizeof() for the various fieldsTJ Saunders2016-05-161-2/+4
* Increment size limit for ClientHello messagesAlessandro Ghedini2016-05-141-1/+18
* The NewSessionTicket message is not optional.David Benjamin2016-05-131-3/+5
* Make null_compression constMatt Caswell2016-05-111-1/+1
* Fix V2ClientHello handling.David Benjamin2016-05-111-3/+5
* GH356: Change assert to normal errorSergio Garcia Murillo2016-05-051-2/+3
* Client side CKE processing can double free on errorMatt Caswell2016-04-291-2/+8
* Fix an error code spelling.FdaSilvaYY2016-04-281-1/+1
* various spelling fixesFdaSilvaYY2016-04-282-2/+2
* Fix no-gost no-srp no-ec no-dh.Ben Laurie2016-04-271-1/+4
* Don't set peer_tmp until we have finished constructing itMatt Caswell2016-04-221-27/+36
* Make DH opaqueMatt Caswell2016-04-092-16/+41
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-1/+2
* Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni2016-04-071-1/+1
* Fix memory leak on invalid CertificateRequest.David Benjamin2016-04-071-0/+2
* Revert "various spelling fixes"Rich Salz2016-04-042-2/+2
* Revert "Fix an error code spelling."Rich Salz2016-04-041-1/+1
* Fix an error code spelling.FdaSilvaYY2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-042-2/+2
* Resolve DTLS cookie and version before session resumption.David Benjamin2016-03-271-33/+32
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-272-3/+51
* Move declaration of i into blocks where it is used.Ben Laurie2016-03-221-3/+7
* Remove #error from include files.Rich Salz2016-03-202-9/+3
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-6/+6
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-092-13/+11
* Add ssl_get_client_min_max_version() functionKurt Roeckx2016-03-091-18/+43
* Lowercase name of SSL_validate_ct as it is an internal functionRob Percival2016-03-071-1/+1
* Adds CT validation to SSL connectionsRob Percival2016-03-041-0/+9
* GH742: keep gost specific variable under macroJ Mohan Rao Arisankala2016-02-251-0/+4
* Remove unused parameters from internal functionsRich Salz2016-02-222-8/+7
* Remove outdated DEBUG flags.Rich Salz2016-02-182-15/+0
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-171-1/+1
* Free and zero DH/ECDH temporary key after use.Dr. Stephen Henson2016-02-131-0/+4
* Move brace outside #ifdefViktor Dukhovni2016-02-121-1/+1
* Remove static ECDH support.Dr. Stephen Henson2016-02-112-27/+7
* Simplify ssl_cert_type() by taking advantage of X509_get0_pubkeyViktor Dukhovni2016-02-111-31/+20
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* constify PACKETEmilia Kasper2016-02-012-13/+23
* Remove /* foo.c */ commentsRich Salz2016-01-267-7/+0
* Move pqueue into sslRich Salz2016-01-241-1/+1