summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson
2005-11-15disable some invalid ciphersuitesBodo Möller
2005-10-26Add fixes for CAN-2005-2969.Bodo Möller
2005-10-08Avoid warning on Win32.Dr. Stephen Henson
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson
2005-10-02Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson
2005-10-01Fix compilation without OPENSSL_NO_COMP :-)Dr. Stephen Henson
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson
2005-09-21128 bit AES ciphersuites should be classified as HIGH.Dr. Stephen Henson
2005-08-28fix warnings when building openssl with the following compiler options: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-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2005-08-08a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch
2005-08-08remove unused internal foo_base_method functionsNils Larsch
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson
2005-08-03WCE update, mostly typos.Andy Polyakov
2005-07-26improved error checking and some fixesNils Larsch
2005-07-26bytes_to_long_long isn't used anywhere any more, so let's remove itRichard Levitte
2005-07-26I'm reversing this change, as it seems the error is somewhere else.Richard Levitte
2005-07-26Fix signed/unsigned warnings.Geoff Thorpe
2005-07-26Fix PEDANTIC compilation, using the same trick as elsewhere.Geoff Thorpe
2005-07-26Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined.Geoff Thorpe
2005-07-22Fix some signed/unsigned warnings.Geoff Thorpe
2005-07-16makeNils Larsch
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.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-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