| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid assert() in the library. | Bodo Möller | 2001-04-08 | 4 | -8/+15 |
* | Resize a local buffer to accomodate the size requirements of AES. | Richard Levitte | 2001-04-08 | 1 | -1/+5 |
* | This change should be suitable as a workaround for the Solaris x86 | Bodo Möller | 2001-04-03 | 2 | -2/+8 |
* | Forcibly enable memory leak checking during "make test" | Bodo Möller | 2001-03-11 | 1 | -0/+6 |
* | Instead of telling both 'make' and the user that ranlib | Bodo Möller | 2001-03-09 | 1 | -2/+1 |
* | Consistently use 'void *' for SSL read, peek and write functions. | Bodo Möller | 2001-03-09 | 5 | -11/+11 |
* | add ssl23_peek | Bodo Möller | 2001-03-08 | 4 | -15/+33 |
* | Fix ERR_R_... problems. | Bodo Möller | 2001-03-07 | 9 | -24/+22 |
* | Move ec.h to ec2.h because it is not compatible with what we will use. | Bodo Möller | 2001-03-05 | 2 | -2/+2 |
* | For SSLv2, return the SSLv2 method, not the SSLv23 method. This way, | Richard Levitte | 2001-03-02 | 1 | -1/+1 |
* | make update | Richard Levitte | 2001-02-26 | 1 | -3/+3 |
* | Fix an oversight - when checking a potential session ID for conflicts with | Geoff Thorpe | 2001-02-23 | 3 | -8/+8 |
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 6 | -704/+684 |
* | Include e_os2.h instead of opensslconf.h. | Richard Levitte | 2001-02-22 | 1 | -7/+8 |
* | If a callback is generating a new session ID for SSLv2, then upon exiting, | Geoff Thorpe | 2001-02-21 | 1 | -0/+11 |
* | This change allows a callback to be used to override the generation of | Geoff Thorpe | 2001-02-21 | 4 | -18/+147 |
* | 'make update' | Geoff Thorpe | 2001-02-21 | 1 | -25/+3 |
* | Let VMS catch up. | Richard Levitte | 2001-02-20 | 1 | -26/+1 |
* | DEC C on VMS is pedantic by definition. | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 26 | -204/+204 |
* | Temporary fix for build break. | Ulf Möller | 2001-02-20 | 1 | -0/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 5 | -242/+209 |
* | New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override | Lutz Jänicke | 2001-02-09 | 6 | -28/+90 |
* | Fix AES code. | Dr. Stephen Henson | 2001-02-07 | 6 | -38/+209 |
* | Rijdael CBC mode and partial undebugged SSL support. | Ben Laurie | 2001-02-06 | 6 | -4/+55 |
* | Make depend. | Ben Laurie | 2001-02-04 | 1 | -633/+646 |
* | Zero the premaster secret after deriving the master secret in DH | Dr. Stephen Henson | 2001-01-25 | 1 | -0/+1 |
* | For improved compatibility with 'strange' certificates, add some | Bodo Möller | 2001-01-23 | 1 | -0/+4 |
* | Definition of NO_KRB5 in ssl.h for external applications. | Ulf Möller | 2001-01-22 | 1 | -0/+8 |
* | Move all the existing function pointer casts associated with LHASH's two | Geoff Thorpe | 2001-01-09 | 1 | -1/+3 |
* | If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto | Richard Levitte | 2000-12-31 | 1 | -0/+5 |
* | Uhmm, the keyword TRUE does not exist of course... | Richard Levitte | 2000-12-31 | 1 | -1/+1 |
* | Check for deselection of KRB5. In fact, skip it completely on VMS for now... | Richard Levitte | 2000-12-29 | 1 | -0/+1 |
* | "make update" plus a rewrite of both .num files. | Richard Levitte | 2000-12-29 | 1 | -558/+579 |
* | Update VMS build procedures to match the current status. | Richard Levitte | 2000-12-28 | 2 | -2/+2 |
* | Get rid of unused error code. | Bodo Möller | 2000-12-28 | 2 | -2/+0 |
* | Finish SSL_peek/SSL_pending fixes. | Bodo Möller | 2000-12-26 | 2 | -7/+1 |
* | Fix SSL_peek and SSL_pending. | Bodo Möller | 2000-12-25 | 4 | -48/+44 |
* | Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch. | Bodo Möller | 2000-12-18 | 3 | -8/+31 |
* | Locking issues. | Bodo Möller | 2000-12-15 | 2 | -9/+137 |
* | typo | Bodo Möller | 2000-12-14 | 1 | -1/+1 |
* | First step towards SSL_peek fix. | Bodo Möller | 2000-12-14 | 7 | -53/+203 |
* | SSL_new() may potentially add a certfificate. Therefore, wen | Richard Levitte | 2000-12-12 | 1 | -0/+4 |
* | Next step in tidying up the LHASH code. | Geoff Thorpe | 2000-12-08 | 1 | -0/+4 |
* | It's completely unnecessary to add a compression algorithm that is | Richard Levitte | 2000-12-04 | 1 | -0/+3 |
* | Make the remaining LHASH macro changes. This should leave no remaining | Geoff Thorpe | 2000-12-04 | 1 | -2/+5 |
* | Fix warnings. | Ben Laurie | 2000-12-03 | 1 | -1/+7 |
* | remove unused static function | Ulf Möller | 2000-12-02 | 1 | -0/+2 |
* | First step in tidying up the LHASH code. The callback prototypes (and | Geoff Thorpe | 2000-12-01 | 2 | -2/+3 |
* | Typo corrected. | Richard Levitte | 2000-12-01 | 1 | -1/+1 |