summaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* move new member of SSL_SESSION to the endBodo Möller2006-02-071-3/+3
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* add additional checks + cleanupNils Larsch2006-01-293-4/+18
* recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch2006-01-153-101/+112
* signed vs. unsigned clash.Richard Levitte2006-01-141-1/+1
* Further TLS extension improvementsBodo Möller2006-01-134-58/+42
* improvements for alert handlingBodo Möller2006-01-112-51/+65
* More TLS extension related changes.Bodo Möller2006-01-115-24/+38
* Further TLS extension updatesBodo Möller2006-01-097-42/+93
* Avoid contradictive error code assignments.Bodo Möller2006-01-081-1/+1
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-083-83/+82
* There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Bodo Möller2006-01-074-5/+11
* prepare for additional RFC3546 alertsBodo Möller2006-01-072-0/+8
* make sure that the unrecognized_name alert actually gets sentBodo Möller2006-01-072-0/+2
* complete and correct RFC3546 error codesBodo Möller2006-01-072-1/+10
* Fixes for TLS server_name extensionBodo Möller2006-01-065-45/+31
* Fix signed/unsigned char clashes.Richard Levitte2006-01-041-2/+2
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-0311-196/+443
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-0213-11/+474
* Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller2005-12-301-1/+1
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-6/+0
* update TLS-ECC codeBodo Möller2005-12-134-263/+204
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-0511-16/+16
* disable some invalid ciphersuitesBodo Möller2005-11-153-6/+9
* Add fixes for CAN-2005-2969.Bodo Möller2005-10-262-7/+2
* Avoid warning on Win32.Dr. Stephen Henson2005-10-081-2/+2
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-088-21/+112
* Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson2005-10-021-1/+1
* Fix compilation without OPENSSL_NO_COMP :-)Dr. Stephen Henson2005-10-011-2/+0
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-3012-3/+114
* 128 bit AES ciphersuites should be classified as HIGH.Dr. Stephen Henson2005-09-211-10/+10
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+8
* Fix warnings.Ben Laurie2005-08-272-2/+0
* Keep cipher lists sorted in the source instead of sorting them atNils Larsch2005-08-253-430/+454
* initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch2005-08-213-11/+4
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-1420-68/+68
* a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch2005-08-082-6/+9
* remove unused internal foo_base_method functionsNils Larsch2005-08-086-30/+0
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-0521-547/+299
* WCE update, mostly typos.Andy Polyakov2005-08-031-0/+1
* improved error checking and some fixesNils Larsch2005-07-261-1/+1
* bytes_to_long_long isn't used anywhere any more, so let's remove itRichard Levitte2005-07-261-23/+0
* I'm reversing this change, as it seems the error is somewhere else.Richard Levitte2005-07-261-2/+2
* Fix signed/unsigned warnings.Geoff Thorpe2005-07-261-1/+1
* Fix PEDANTIC compilation, using the same trick as elsewhere.Geoff Thorpe2005-07-261-1/+1
* Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined.Geoff Thorpe2005-07-261-2/+2
* Fix some signed/unsigned warnings.Geoff Thorpe2005-07-222-2/+3
* makeNils Larsch2005-07-1610-8/+47
* Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie2005-06-291-8/+8
* Eliminate dependency on UNICODE macro.Andy Polyakov2005-06-271-1/+1