aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch2005-04-296-11/+24
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-276-48/+48
* Fix various incorrect error function codes.Bodo Möller2005-04-267-10/+11
* remove some functions from exported headersBodo Möller2005-04-263-57/+27
* make updateBodo Möller2005-04-261-299/+471
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-2610-159/+221
* Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson2005-04-262-9/+9
* Add DTLS support.Ben Laurie2005-04-2625-90/+6409
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-232-4/+8
* Make kerberos ciphersuite code compile again.Dr. Stephen Henson2005-04-203-10/+11
* More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...Andy Polyakov2005-04-132-2/+2
* Rebuild error codes.Dr. Stephen Henson2005-04-121-383/+387
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson2005-04-093-8/+20
* Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-091-1/+16
* add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch2005-04-081-0/+10
* get rid of very buggy and very imcomplete DH cert supportNils Larsch2005-04-072-93/+19
* really clear the error queue hereNils Larsch2005-04-011-1/+1
* use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.Nils Larsch2005-04-011-3/+3
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-3110-48/+52
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Constification.Ben Laurie2005-03-3012-120/+130
* Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson2005-03-222-2/+2
* some const fixesNils Larsch2005-03-202-5/+5
* Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte2005-01-191-3/+4
* Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte2005-01-181-0/+2
* Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-171-21/+468
* Small typo, `mask' got the same value ORed to it twice instead ofRichard Levitte2005-01-121-1/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Fix race condition when SSL ciphers are initialized.Dr. Stephen Henson2004-10-251-1/+1
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-063-18/+47
* make updateRichard Levitte2004-07-101-20/+20
* Use the new directory reading functions.Richard Levitte2004-07-101-109/+18
* Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte2004-05-201-6/+7
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-572/+556
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-176-8/+11
* Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson2004-05-151-4/+4
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-261-2/+5
* make updateGeoff Thorpe2004-04-191-461/+441
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-198-1/+10
* SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte2004-03-252-8/+2
* Avoid warnings.Dr. Stephen Henson2004-03-161-2/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-157-22/+27
* make updateRichard Levitte2004-01-281-199/+193
* unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke2004-01-041-2/+1
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-2713-11/+14
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Restructure make targets to allow parallel make.Lutz Jänicke2003-12-031-2/+2
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-293-41/+42
* RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte2003-11-281-2/+2