summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-12Fix from stable branch.Dr. Stephen Henson
2005-05-12fix msg_callback() arguments for SSL 2.0 compatible client helloBodo Möller
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller
2005-05-10use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-05-03backport fix from the stable branchNils Larsch
2005-04-29check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26remove some functions from exported headersBodo Möller
2005-04-26make updateBodo Möller
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch
2005-04-20Make kerberos ciphersuite code compile again.Dr. Stephen Henson
2005-04-13More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...Andy Polyakov
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-09Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
2005-04-08add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch
2005-04-07get rid of very buggy and very imcomplete DH cert supportNils Larsch
2005-04-01really clear the error queue hereNils Larsch
2005-04-01use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.Nils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-30Constification.Ben Laurie
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson
2005-03-20some const fixesNils Larsch
2005-01-19Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte
2005-01-18Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
2005-01-12Small typo, `mask' got the same value ORed to it twice instead ofRichard Levitte
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-10-25Fix race condition when SSL ciphers are initialized.Dr. Stephen Henson
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-07-10make updateRichard Levitte
2004-07-10Use the new directory reading functions.Richard Levitte
2004-05-20Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-05-15Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2004-04-19make updateGeoff Thorpe