| Commit message (Expand) | Author | Age | Files | Lines |
* | More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more... | Andy Polyakov | 2005-04-13 | 2 | -2/+2 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -383/+387 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Make kerberos ciphersuite code work with newer header files | Dr. Stephen Henson | 2005-04-10 | 3 | -8/+20 |
* | Added restrictions on the use of proxy certificates, as they may pose | Richard Levitte | 2005-04-09 | 1 | -1/+16 |
* | add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file() | Nils Larsch | 2005-04-09 | 1 | -0/+10 |
* | get rid of very buggy and very imcomplete DH cert support | Nils Larsch | 2005-04-08 | 2 | -93/+19 |
* | really clear the error queue here | Nils Larsch | 2005-04-01 | 1 | -1/+1 |
* | use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc. | Nils Larsch | 2005-04-01 | 1 | -3/+3 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 10 | -48/+52 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | Constification. | Ben Laurie | 2005-03-30 | 12 | -120/+130 |
* | Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server and | Dr. Stephen Henson | 2005-03-22 | 2 | -2/+2 |
* | some const fixes | Nils Larsch | 2005-03-20 | 2 | -5/+5 |
* | Apparently, at least with my VMS C environment, defining _XOPEN_SOURCE | Richard Levitte | 2005-01-19 | 1 | -3/+4 |
* | Small thing. It seems like we have to defined _XOPEN_SOURCE to get | Richard Levitte | 2005-01-18 | 1 | -0/+2 |
* | Changes concering RFC 3820 (proxy certificates) integration: | Richard Levitte | 2005-01-17 | 1 | -21/+468 |
* | Small typo, `mask' got the same value ORed to it twice instead of | Richard Levitte | 2005-01-12 | 1 | -1/+1 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | Fix race condition when SSL ciphers are initialized. | Dr. Stephen Henson | 2004-10-25 | 1 | -1/+1 |
* | New X509_VERIFY_PARAM structure and associated functionality. | Dr. Stephen Henson | 2004-09-06 | 3 | -18/+47 |
* | make update | Richard Levitte | 2004-07-10 | 1 | -20/+20 |
* | Use the new directory reading functions. | Richard Levitte | 2004-07-10 | 1 | -109/+18 |
* | Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMP | Richard Levitte | 2004-05-21 | 1 | -6/+7 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -572/+556 |
* | Deprecate quite a few recursive includes from the ssl.h API header and | Geoff Thorpe | 2004-05-17 | 6 | -8/+11 |
* | Fixes so alerts are sent properly in s3_pkt.c | Dr. Stephen Henson | 2004-05-15 | 1 | -4/+4 |
* | Allow RSA key-generation to specify an arbitrary public exponent. Jelte | Geoff Thorpe | 2004-04-26 | 1 | -2/+5 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -461/+441 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 8 | -1/+10 |
* | SSL_COMP_get_compression_method is a typo (a missing 's' at the end of | Richard Levitte | 2004-03-25 | 2 | -8/+2 |
* | Avoid warnings. | Dr. Stephen Henson | 2004-03-16 | 1 | -2/+2 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 7 | -22/+27 |
* | make update | Richard Levitte | 2004-01-28 | 1 | -199/+193 |
* | unintptr_t and <inttypes.h> are not strictly portable with respect to | Lutz Jänicke | 2004-01-04 | 1 | -2/+1 |
* | Avoid including cryptlib.h, it's not really needed. | Richard Levitte | 2003-12-27 | 13 | -11/+14 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Restructure make targets to allow parallel make. | Lutz Jänicke | 2003-12-03 | 1 | -2/+2 |
* | We're getting a clash with C++ because it has a type called 'list'. | Richard Levitte | 2003-11-29 | 3 | -41/+42 |
* | RSA_size() and DH_size() return the amount of bytes in a key, and we | Richard Levitte | 2003-11-29 | 1 | -2/+2 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -0/+3 |
* | Avoid some shadowed variable names. | Geoff Thorpe | 2003-11-04 | 2 | -9/+9 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 10 | -23/+25 |
* | Avoid warnings: add missing prototype, don't shadow. | Dr. Stephen Henson | 2003-10-11 | 2 | -3/+4 |
* | Add functionality to get information on compression methods (not quite comple... | Richard Levitte | 2003-10-06 | 4 | -0/+32 |
* | Make sure int SSL_COMP_add_compression_method() checks if a certain | Richard Levitte | 2003-10-06 | 4 | -5/+31 |
* | Check for errors from SSL_COMP_add_compression_method(). | Richard Levitte | 2003-10-02 | 1 | -1/+8 |
* | Correct a mixup of return values | Richard Levitte | 2003-10-02 | 1 | -2/+2 |
* | Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B. | Richard Levitte | 2003-09-27 | 1 | -0/+1 |
* | Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B. | Richard Levitte | 2003-09-27 | 1 | -0/+1 |