summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2006-07-02Fix warning.Ben Laurie
2006-06-22Fix for previous change: explicitly named ciphersuites are OK to addBodo Möller
2006-06-22Put ECCdraft ciphersuites back into default build (but disabledBodo Möller
2006-06-20Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)Bodo Möller
2006-06-14Disable invalid ciphersuitesBodo Möller
2006-06-14Make sure that AES ciphersuites get priority over Camellia ciphersuitesBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-07Don't check for padding bug if compression is negotiated.Dr. Stephen Henson
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-01-15make "./configure no-ssl2" work againNils Larsch
2006-01-15fix cipher list orderNils Larsch
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-12-30Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller
2005-12-13update TLS-ECC codeBodo Möller
2005-12-05Fix from HEAD.Dr. Stephen Henson
2005-10-11Add fixes for CAN-2005-2969OpenSSL_0_9_8aMark J. Cox
2005-10-02Make OPENSSL_NO_COMP work on Win32.Dr. Stephen Henson
2005-10-01As HEAD.Dr. Stephen Henson
2005-09-30Update from HEAD.Dr. Stephen Henson
2005-09-21Fix from HEAD.Dr. Stephen Henson
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