summaryrefslogtreecommitdiff
path: root/ssl/s2_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* Use new common flags and fix resulting warnings.ben2009-02-151-1/+1
* Put back a variable deleted by the previous revision,bodo2009-02-011-1/+1
* Hopefully resolve signed vs unsigned issue.levitte2009-01-281-1/+2
* Fix warnings properly this time ;-)steve2009-01-111-2/+2
* Fix sign-compare warnings.steve2009-01-111-1/+1
* If we're going to return errors (no matter how stupid), then we shouldben2008-12-291-4/+10
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.steve2007-06-041-2/+2
* Avoid including cryptlib.h, it's not really needed.levitte2003-12-271-1/+0
* Security fixes brought forward from 0.9.7.ben2002-11-131-0/+2
* Implement msg_callback for SSL 2.0.bodo2001-11-101-13/+26
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tbodo2001-09-201-7/+13
* Consistently use 'void *' for SSL read, peek and write functions.bodo2001-03-091-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-2/+2
* Finish SSL_peek/SSL_pending fixes.bodo2000-12-261-6/+0
* Fix SSL_peek and SSL_pending.bodo2000-12-251-29/+29
* Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.bodo2000-12-181-4/+21
* First step towards SSL_peek fix.bodo2000-12-141-22/+75
* Disable SSL_peek until it is fixed.bodo2000-11-281-1/+5
* tag SSL_peek bugsbodo2000-11-171-0/+1
* Add missing #ifndefs that caused missing symbols when building libsslulf2000-01-161-1/+9
* typobodo1999-07-021-1/+1
* typobodo1999-07-021-1/+1
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isbodo1999-07-021-3/+9
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-15/+0
* Work with -pedantic!ben1999-04-231-8/+8
* Don't return 0 from ssl2_read when a packet with empty payload is received.bodo1999-04-221-0/+21
* Change functions to ANSI C.ulf1999-04-191-33/+10
* Massive constification.ben1999-04-171-1/+1
* More prototypes.ben1999-01-161-9/+9
* Initial revisionrse1998-12-211-0/+651