aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* DCC doesn't like argument names in returned function pointers.Richard Levitte2005-06-231-1/+3
* Fix typo in ssl/d1_pkt.c.Andy Polyakov2005-06-201-2/+2
* Handle wrap-arounds and revive missing assignment.Andy Polyakov2005-06-201-30/+56
* Do not undefine _XOPEN_SOURCE. This is currently experimental, andRichard Levitte2005-06-161-0/+2
* - let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch2005-06-104-56/+53
* use "=" instead of "|=", fix typoNils Larsch2005-06-081-4/+4
* ssl_create_cipher_list should return an error if no cipher could beNils Larsch2005-06-081-2/+11
* "Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov2005-06-076-166/+95
* Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte2005-06-061-4/+4
* From 0.9.8-stable:Richard Levitte2005-06-041-1/+1
* clear error queue on success and return NULL if no cert could be readNils Larsch2005-06-011-3/+13
* Synchronise more with the Unix build.Richard Levitte2005-05-312-1/+3
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-306-75/+169
* We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte2005-05-291-1/+1
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-212-2/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+5
* ecc api cleanup; summary:Nils Larsch2005-05-163-89/+105
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix from stable branch.Dr. Stephen Henson2005-05-121-1/+1
* fix msg_callback() arguments for SSL 2.0 compatible client helloBodo Möller2005-05-121-1/+1
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-117-64/+174
* use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch2005-05-101-2/+2
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-102-3/+3
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-1/+1
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1