aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate s->s3->rrecMatt Caswell2015-03-2612-90/+352
* Move s->s3->wbuf to s->rlayer->wbufMatt Caswell2015-03-264-12/+11
* Encapsulate access to s->s3->wbufMatt Caswell2015-03-266-19/+32
* Move s->s3->rrec into s->rlayerMatt Caswell2015-03-264-11/+28
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-2612-59/+334
* Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell2015-03-264-10/+134
* free NULL cleanup.Rich Salz2015-03-254-27/+13
* Resolve swallowed returns codesMatt Caswell2015-03-256-19/+19
* free NULL cleanupRich Salz2015-03-259-74/+38
* Support key loading from certificate fileDr. Stephen Henson2015-03-252-2/+46
* SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled in 0.9.8q and 1.0.0c.Matt Caswell2015-03-251-1/+2
* RAND_bytes updatesMatt Caswell2015-03-257-18/+40
* Add ticket length before buffering DTLS messageMatt Caswell2015-03-251-2/+2
* Ensure last_write_sequence is saved in DTLS1.2Matt Caswell2015-03-251-4/+4
* free NULL cleanupRich Salz2015-03-245-40/+20
* make dependDr. Stephen Henson2015-03-241-11/+13
* return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx2015-03-233-8/+0
* Don't send a for ServerKeyExchange for kDHr and kDHdKurt Roeckx2015-03-231-1/+1
* Make sure that cert is never NULLKurt Roeckx2015-03-233-36/+19
* Fix SSL_clear unused returnMatt Caswell2015-03-231-1/+2
* ssl3_set_handshake_header returnsMatt Caswell2015-03-238-21/+65
* Fix missing return value checksMatt Caswell2015-03-2324-136/+237
* Check libssl function returnsMatt Caswell2015-03-234-451/+451
* Don't check curves that haven't been sentMatt Caswell2015-03-231-0/+10
* Add DTLS support to ssltestDavid Woodhouse2015-03-201-5/+26
* Add DTLS to SSL_get_versionDavid Woodhouse2015-03-201-0/+6
* Fix DHE Null CKE vulnerabilityMatt Caswell2015-03-191-2/+9
* Fix for CVE-2015-0291Dr. Stephen Henson2015-03-191-6/+10
* Fix Seg fault in DTLSv1_listenMatt Caswell2015-03-191-0/+3
* Multiblock corrupted pointer fixMatt Caswell2015-03-191-1/+1
* Add sanity check to PRFMatt Caswell2015-03-171-0/+5
* OPENSSL_NO_EC* merge; missed one fileRich Salz2015-03-151-5/+5
* Remove ssl_cert_inst()Kurt Roeckx2015-03-156-103/+12
* SSL_check_chain fixMatt Caswell2015-03-121-2/+2
* ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov2015-03-122-2/+4
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-1112-88/+67
* Cleanse buffersMatt Caswell2015-03-112-0/+6
* Harmonize return values in dtls1_buffer_recordEmilia Kasper2015-03-101-1/+1
* Prevent handshake with unseeded PRNGMatt Caswell2015-03-101-2/+3
* Wrong SSL version in DTLS1_BAD_VER ClientHelloDavid Woodhouse2015-03-091-1/+1
* Fix DTLS1_BAD_VER regressionMatt Caswell2015-03-091-1/+3
* Use constants not numbersKurt Cancemi2015-03-052-4/+4
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+4
* Remove experimental 56bit export ciphersRich Salz2015-03-012-101/+0
* Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell2015-02-272-1/+4
* Fixed missing return value checks.Matt Caswell2015-02-271-9/+17
* Fix missing return value checks.Matt Caswell2015-02-271-30/+49
* Remove NETSCAPE_HANG_BUGMatt Caswell2015-02-262-33/+0
* Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell2015-02-262-25/+3
* Don't set no_protocol if -tls1 selected.Dr. Stephen Henson2015-02-241-1/+0