summaryrefslogtreecommitdiff
path: root/ssl/s2_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* Add and use a constant-time memcmp.Ben Laurie2013-02-061-2/+1
* Use new common flags and fix resulting warnings.Ben Laurie2009-02-151-1/+1
* Put back a variable deleted by the previous revision,Bodo Möller2009-02-011-1/+1
* Hopefully resolve signed vs unsigned issue.Richard Levitte2009-01-281-1/+2
* Fix warnings properly this time ;-)Dr. Stephen Henson2009-01-111-2/+2
* Fix sign-compare warnings.Dr. Stephen Henson2009-01-111-1/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-4/+10
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-2/+2
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+0
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+2
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-101-13/+26
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-201-7/+13
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-091-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Finish SSL_peek/SSL_pending fixes.Bodo Möller2000-12-261-6/+0
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-251-29/+29
* Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller2000-12-181-4/+21
* First step towards SSL_peek fix.Bodo Möller2000-12-141-22/+75
* Disable SSL_peek until it is fixed.Bodo Möller2000-11-281-1/+5
* tag SSL_peek bugsBodo Möller2000-11-171-0/+1
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-1/+9
* typoBodo Möller1999-07-021-1/+1
* typoBodo Möller1999-07-021-1/+1
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller1999-07-021-3/+9
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-15/+0
* Work with -pedantic!Ben Laurie1999-04-231-8/+8
* Don't return 0 from ssl2_read when a packet with empty payload is received.Bodo Möller1999-04-221-0/+21
* Change functions to ANSI C.Ulf Möller1999-04-191-33/+10
* Massive constification.Ben Laurie1999-04-171-1/+1
* More prototypes.Ben Laurie1999-01-161-5/+5
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-14/+14
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+651