aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent KSSL server from requesting a client certificate.Richard Levitte2001-07-121-2/+2
| | | | Submitted by Jeffrey Altman <jaltman@columbia.edu>
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-3/+4
| | | | | | | | | | applications to use EVP. Add missing calls to HMAC_cleanup() and don't assume HMAC_CTX can be copied using memcpy(). Note: this is almost identical to the patch submitted to openssl-dev by Verdon Walker <VWalker@novell.com> except some redundant EVP_add_digest_()/EVP_cleanup() calls were removed and some changes made to avoid compiler warnings.
* pay attention to blocksize before attempting decryptionBodo Möller2001-06-151-1/+13
|
* Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte2001-06-071-1/+1
| | | | Spotted by Nalin Dahyabhai <nalin@redhat.com>
* This change should be suitable as a workaround for the Solaris x86Bodo Möller2001-04-031-1/+4
| | | | | | compiler bug reported in <01032110293775.22278@weba3.iname.net> (the '++seq[i]' condition is evaluated as 256 rather than 0 when the previous value is 255).
* Fix ERR_R_... problems.Bodo Möller2001-03-071-1/+1
|
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵Richard Levitte2000-11-301-0/+78
| | | | Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
| | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2
|
* Use prototypes.Bodo Möller2000-01-051-1/+1
|
* Message digest stuff.Ulf Möller1999-04-271-0/+2
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Work with -pedantic!Ben Laurie1999-04-231-9/+10
|
* const correctness.Ben Laurie1999-04-191-7/+9
|
* Change functions to ANSI C.Ulf Möller1999-04-191-51/+17
|
* Massive constification.Ben Laurie1999-04-171-7/+7
|
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-211-8/+7
|
* Updates to the new SSL compression codeMark J. Cox1999-02-161-9/+12
| | | | | | | | | | | | | | [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version number in the master secret, when passed via RSA, checks that if TLS was proposed, but we roll back to SSLv3 (because the server will not accept higher), that the version number is 0x03,0x01, not 0x03,0x00 [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Submitted by: Reviewed by: PR:
* In the absence of feedback either way, commit the fix that looks right forBen Laurie1999-02-131-2/+4
| | | | wrong keylength with export null ciphers.
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-20/+43
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+635