summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-27Fix warnings.Ben Laurie
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch
2005-08-21initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch
2005-08-08a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch
2005-08-08fix typoNils Larsch
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson
2005-08-03WCE update, mostly typos [from HEAD].Andy Polyakov
2005-07-26improved error checking and some fixesNils Larsch
2005-07-16makeNils Larsch
2005-06-28Did you know it was wrong to use a char as an array index?Ben Laurie
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov
2005-06-23DCC doesn't like argument names in returned function pointers.Richard Levitte
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-06Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte
2005-06-02handshake_write_seq is an unsigned short, so treat it like oneRichard Levitte
2005-06-01clear error queue on success and return NULL if cert could be readNils Larsch
2005-05-31Synchronise more with the Unix buildRichard Levitte
2005-05-30Forgottent make update. These files will be retagged.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-24make updateRichard Levitte
2005-05-23Fix WIN32+KRB5 issues.Dr. Stephen Henson
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