summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2005-06-23DCC doesn't like argument names in returned function pointers.Richard Levitte
2005-06-20Fix typo in ssl/d1_pkt.c.Andy Polyakov
2005-06-20Handle wrap-arounds and revive missing assignment.Andy Polyakov
2005-06-16Do not undefine _XOPEN_SOURCE. This is currently experimental, andRichard Levitte
2005-06-10- let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch
2005-06-08use "=" instead of "|=", fix typoNils Larsch
2005-06-08ssl_create_cipher_list should return an error if no cipher could beNils Larsch
2005-06-07"Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov
2005-06-06Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte
2005-06-04From 0.9.8-stable:Richard Levitte
2005-06-01clear error queue on success and return NULL if no cert could be readNils Larsch
2005-05-31Synchronise more with the Unix build.Richard Levitte
2005-05-30pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte
2005-05-29We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
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