summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell2015-03-265-8/+26
* Create RECORD_LAYER_clear function.Matt Caswell2015-03-263-21/+29
* Tidy up rec_layer.h. Add some comments regarding which functions should beMatt Caswell2015-03-261-4/+29
* Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.Matt Caswell2015-03-266-42/+46
* Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell2015-03-266-204/+438
* Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-266-700/+716
* Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-265-715/+729
* Move SSL3_BUFFER set up and release code into ssl3_buffer.cMatt Caswell2015-03-264-122/+121
* Move s->s3->wrec to s>rlayer>wrecMatt Caswell2015-03-264-3/+4
* Encapsulate s->s3->wrecMatt Caswell2015-03-266-8/+9
* Move s->s3->rrec to s->rlayer->rrecMatt Caswell2015-03-264-4/+5
* 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