aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganise state machine filesMatt Caswell2015-10-301-2878/+0
* Move PACKET creation into the state machineMatt Caswell2015-10-301-94/+63
* Remove redundant codeMatt Caswell2015-10-301-916/+0
* Move server side DTLS to new state machineMatt Caswell2015-10-301-18/+38
* Move server side TLS to new state machineMatt Caswell2015-10-301-0/+93
* Split TLS server functionsMatt Caswell2015-10-301-899/+1077
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Appease gcc's Wmaybe-uninitializedEmilia Kasper2015-10-151-2/+1
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-32/+7
* SSLv2 compat ciphers: clarify commentEmilia Kasper2015-10-061-4/+3
* Add PACKET_copy_allEmilia Kasper2015-10-051-9/+0
* PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper2015-10-051-59/+63
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-051-248/+195
* Remove ssl_put_cipher_by_charEmilia Kasper2015-09-221-1/+1
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-171-12/+2
* Disentangle RSA premaster secret parsingEmilia Kasper2015-09-171-52/+46
* Fix PSK identity hint handling.Dr. Stephen Henson2015-09-141-8/+8
* Restore SSLerr on PACKET_strndup failure.Emilia Kasper2015-09-101-0/+1
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-091-28/+13
* PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper2015-08-261-53/+48
* Fix SSLv2-compatible ClientHello processing.Emilia Kasper2015-08-261-1/+3
* PACKETise ClientKeyExchange processingMatt Caswell2015-08-141-64/+119
* Enhance PACKET readabilityMatt Caswell2015-08-131-1/+1
* Add missing return check for PACKET_buf_initMatt Caswell2015-08-131-1/+5
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-7/+3
* Change error reason to match previous behaviour.Adam Eijdenberg2015-08-041-1/+1
* Fix unhandled error condition in sslv2 client hello parsing.Adam Eijdenberg2015-08-041-0/+3
* PACKETise NextProtoMatt Caswell2015-08-041-19/+24
* PACKETise CertificateVerify processingMatt Caswell2015-08-041-17/+30
* PACKETise ClientCertificate processingMatt Caswell2015-08-041-13/+20
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-47/+22
* PACKETise ClientHello processingMatt Caswell2015-08-031-83/+86
* Remove erroneous server_random fillingMatt Caswell2015-07-311-7/+4
* Don't request certificates for any PSK ciphersuiteDr. Stephen Henson2015-07-301-1/+1
* Extended PSK server support.Dr. Stephen Henson2015-07-301-120/+134
* Use single master secret generation function.Dr. Stephen Henson2015-06-291-45/+11
* Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson2015-06-231-20/+12
* Remove SESS_CERT entirely.Dr. Stephen Henson2015-06-221-11/+0
* Move peer chain to SSL_SESSION structure.Dr. Stephen Henson2015-06-221-2/+2
* Clean premaster_secret for GOSTMatt Caswell2015-06-041-0/+1
* clear/cleanse cleanupRich Salz2015-05-301-2/+1
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-33/+13
* CERT tidyDr. Stephen Henson2015-05-181-4/+4
* Further version negotiation updatesMatt Caswell2015-05-161-25/+21
* Move SSLv3_*method() functionsMatt Caswell2015-05-161-14/+0
* Updates following review commentsMatt Caswell2015-05-161-8/+122
* Server side version negotiation rewriteMatt Caswell2015-05-161-223/+384
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-209/+9
* Don't allow a CCS when expecting a CertificateVerifyMatt Caswell2015-05-131-50/+24