aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* From 0.9.8-stable:Richard Levitte2005-06-041-1/+1
* clear error queue on success and return NULL if no cert could be readNils Larsch2005-06-011-3/+13
* Synchronise more with the Unix build.Richard Levitte2005-05-312-1/+3
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-306-75/+169
* We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte2005-05-291-1/+1
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-212-2/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+5
* ecc api cleanup; summary:Nils Larsch2005-05-163-89/+105
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix from stable branch.Dr. Stephen Henson2005-05-121-1/+1
* fix msg_callback() arguments for SSL 2.0 compatible client helloBodo Möller2005-05-121-1/+1
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-117-64/+174
* use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch2005-05-101-2/+2
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-102-3/+3
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-1/+1
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* backport fix from the stable branchNils Larsch2005-05-032-0/+24
* 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