summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2006-02-07move new member of SSL_SESSION to the endBodo Möller
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2006-01-15recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch
2006-01-14signed vs. unsigned clash.Richard Levitte
2006-01-13Further TLS extension improvementsBodo Möller
2006-01-11improvements for alert handlingBodo Möller
2006-01-11More TLS extension related changes.Bodo Möller
2006-01-09Further TLS extension updatesBodo Möller
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
2006-01-07There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Bodo Möller
2006-01-07prepare for additional RFC3546 alertsBodo Möller
2006-01-07make sure that the unrecognized_name alert actually gets sentBodo Möller
2006-01-07complete and correct RFC3546 error codesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
2006-01-04Fix signed/unsigned char clashes.Richard Levitte
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-12-30Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
2005-12-13update TLS-ECC codeBodo Möller
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