2006-09-28 |
Richard Levitte | Fixes for the following claims: |
tree | commitdiff |
2006-09-28 |
Mark J. Cox | Introduce limits to prevent malicious keys being able to |
tree | commitdiff |
2006-09-23 |
Dr. Stephen Henson | Update from HEAD. |
tree | commitdiff |
2006-09-11 |
Bodo Möller | ensure that ciphersuite strings such as "RC4-MD5" match... |
tree | commitdiff |
2006-07-02 |
Ben Laurie | Fix warning. |
tree | commitdiff |
2006-06-22 |
Bodo Möller | Fix for previous change: explicitly named ciphersuites... |
tree | commitdiff |
2006-06-22 |
Bodo Möller | Put ECCdraft ciphersuites back into default build ... |
tree | commitdiff |
2006-06-20 |
Bodo Möller | Remove ECC ciphersuites from 0.9.8 branch (should use... |
tree | commitdiff |
2006-06-14 |
Bodo Möller | Disable invalid ciphersuites |
tree | commitdiff |
2006-06-14 |
Bodo Möller | Make sure that AES ciphersuites get priority over Camel... |
tree | commitdiff |
2006-06-14 |
Bodo Möller | Thread-safety fixes |
tree | commitdiff |
2006-06-09 |
Bodo Möller | Camellia cipher, contributed by NTT |
tree | commitdiff |
2006-05-07 |
Dr. Stephen Henson | Don't check for padding bug if compression is negotiated. |
tree | commitdiff |
2006-04-15 |
Dr. Stephen Henson | If cipher list contains a match for an explicit ciphers... |
tree | commitdiff |
2006-02-24 |
Nils Larsch | fix no-dh configure option; patch supplied by Peter... |
tree | commitdiff |
2006-02-08 |
Nils Larsch | backport recent changes from the cvs head |
tree | commitdiff |
2006-02-04 |
Dr. Stephen Henson | Update filenames in makefiles |
tree | commitdiff |
2006-01-15 |
Nils Larsch | make "./configure no-ssl2" work again |
tree | commitdiff |
2006-01-15 |
Nils Larsch | fix cipher list order |
tree | commitdiff |
2006-01-08 |
Bodo Möller | Avoid contradictive error code assignments. |
tree | commitdiff |
2006-01-08 |
Bodo Möller | Some error code cleanups (SSL lib. used SSL_R_... codes... |
tree | commitdiff |
2005-12-30 |
Bodo Möller | Rewrite timeout computation in a way that is less prone... |
tree | commitdiff |
2005-12-13 |
Bodo Möller | update TLS-ECC code |
tree | commitdiff |
2005-12-05 |
Dr. Stephen Henson | Fix from HEAD. |
tree | commitdiff |
2005-10-11 |
Mark J. Cox | Add fixes for CAN-2005-2969 OpenSSL_0_9_8a |
tree | commitdiff |
2005-10-02 |
Dr. Stephen Henson | Make OPENSSL_NO_COMP work on Win32. |
tree | commitdiff |
2005-10-01 |
Dr. Stephen Henson | As HEAD. |
tree | commitdiff |
2005-09-30 |
Dr. Stephen Henson | Update from HEAD. |
tree | commitdiff |
2005-09-21 |
Dr. Stephen Henson | Fix from HEAD. |
tree | commitdiff |
2005-08-28 |
Nils Larsch | fix warnings when building openssl with (gcc 3.3.1): |
tree | commitdiff |
2005-08-27 |
Ben Laurie | Fix warnings. |
tree | commitdiff |
2005-08-25 |
Nils Larsch | Keep cipher lists sorted in the source instead of sorti... |
tree | commitdiff |
2005-08-21 |
Nils Larsch | initialize cipher/digest methods table in SSL_library_i... |
tree | commitdiff |
2005-08-08 |
Nils Larsch | a ssl object needs it's own instance of a ecdh key... |
tree | commitdiff |
2005-08-08 |
Nils Larsch | fix typo |
tree | commitdiff |
2005-08-05 |
Dr. Stephen Henson | Initialize SSL_METHOD structures at compile time. This... |
tree | commitdiff |
2005-08-03 |
Andy Polyakov | WCE update, mostly typos [from HEAD]. |
tree | commitdiff |
2005-07-26 |
Nils Larsch | improved error checking and some fixes |
tree | commitdiff |
2005-07-16 |
Nils Larsch | make |
tree | commitdiff |
2005-06-28 |
Ben Laurie | Did you know it was wrong to use a char as an array... |
tree | commitdiff |
2005-06-27 |
Andy Polyakov | Eliminate dependency on UNICODE macro. |
tree | commitdiff |
2005-06-23 |
Richard Levitte | DCC doesn't like argument names in returned function... |
tree | commitdiff |
2005-06-16 |
Richard Levitte | Do not undefine _XOPEN_SOURCE. This is currently exper... |
tree | commitdiff |
2005-06-10 |
Nils Larsch | - let SSL_CTX_set_cipher_list and SSL_set_cipher_list... |
tree | commitdiff |
2005-06-08 |
Nils Larsch | use "=" instead of "|=", fix typo |
tree | commitdiff |
2005-06-08 |
Nils Larsch | ssl_create_cipher_list should return an error if no... |
tree | commitdiff |
2005-06-06 |
Richard Levitte | Further change pq_compat.h to generate the flag macros... |
tree | commitdiff |
2005-06-02 |
Richard Levitte | handshake_write_seq is an unsigned short, so treat... |
tree | commitdiff |
2005-06-01 |
Nils Larsch | clear error queue on success and return NULL if cert... |
tree | commitdiff |
2005-05-31 |
Richard Levitte | Synchronise more with the Unix build |
tree | commitdiff |
2005-05-30 |
Richard Levitte | Forgottent make update. These files will be retagged. |
tree | commitdiff |
2005-05-30 |
Richard Levitte | pqueue and dtls uses 64-bit values. Unfortunately... |
tree | commitdiff |
2005-05-29 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
tree | commitdiff |
2005-05-29 |
Richard Levitte | We have some source with \r\n as line ends. DEC C... |
tree | commitdiff |
2005-05-29 |
Richard Levitte | We have some source with \r\n as line ends. DEC C... |
tree | commitdiff |
2005-05-28 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
tree | commitdiff |
2005-05-24 |
Richard Levitte | make update |
tree | commitdiff |
2005-05-23 |
Dr. Stephen Henson | Fix WIN32+KRB5 issues. |
tree | commitdiff |
2005-05-21 |
Richard Levitte | When _XOPEN_SOURCE is defined, make sure it's defined... |
tree | commitdiff |
2005-05-21 |
Richard Levitte | When _XOPEN_SOURCE is defined, make sure it's defined... |
tree | commitdiff |
2005-05-17 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
tree | commitdiff |
2005-05-16 |
Andy Polyakov | Further BUILDENV refinement, further fool-proofing... |
tree | commitdiff |
2005-05-16 |
Nils Larsch | ecc api cleanup; summary: |
tree | commitdiff |
2005-05-15 |
Andy Polyakov | Fool-proofing Makefiles |
tree | commitdiff |
2005-05-12 |
Dr. Stephen Henson | Fix from stable branch. |
tree | commitdiff |
2005-05-12 |
Bodo Möller | fix msg_callback() arguments for SSL 2.0 compatible... |
tree | commitdiff |
2005-05-11 |
Bodo Möller | Don't use the SSL 2.0 Client Hello format if SSL 2... |
tree | commitdiff |
2005-05-10 |
Nils Larsch | use 'p' as conversion specifier for printf to avoid... |
tree | commitdiff |
2005-05-10 |
Nils Larsch | give EC_GROUP_new_by_nid a more meanigful name: |
tree | commitdiff |
2005-05-09 |
Bodo Möller | Update util/ck_errf.pl script, and have it run automati... |
tree | commitdiff |
2005-05-08 |
Nils Larsch | give EC_GROUP_*_nid functions a more meaningful name |
tree | commitdiff |
2005-05-03 |
Nils Larsch | backport fix from the stable branch |
tree | commitdiff |
2005-04-29 |
Nils Larsch | check return value of RAND_pseudo_bytes; backport from... |
tree | commitdiff |
2005-04-27 |
Dr. Stephen Henson | Lots of Win32 fixes for DTLS. |
tree | commitdiff |
2005-04-26 |
Bodo Möller | Fix various incorrect error function codes. |
tree | commitdiff |
2005-04-26 |
Bodo Möller | remove some functions from exported headers |
tree | commitdiff |
2005-04-26 |
Bodo Möller | make update |
tree | commitdiff |
2005-04-26 |
Bodo Möller | fix SSLerr stuff for DTLS1 code; |
tree | commitdiff |
2005-04-26 |
Dr. Stephen Henson | Fixes for signed/unsigned warnings and shadows. |
tree | commitdiff |
2005-04-26 |
Ben Laurie | Add DTLS support. |
tree | commitdiff |
2005-04-23 |
Nils Larsch | change prototype of the ecdh KDF: make input parameter... |
tree | commitdiff |
2005-04-20 |
Dr. Stephen Henson | Make kerberos ciphersuite code compile again. |
tree | commitdiff |
2005-04-13 |
Andy Polyakov | More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We... |
tree | commitdiff |
2005-04-12 |
Dr. Stephen Henson | Rebuild error codes. |
tree | commitdiff |
2005-04-11 |
Richard Levitte | Add emacs cache files to .cvsignore. |
tree | commitdiff |
2005-04-09 |
Dr. Stephen Henson | Make kerberos ciphersuite code work with newer header... |
tree | commitdiff |
2005-04-09 |
Richard Levitte | Added restrictions on the use of proxy certificates... |
tree | commitdiff |
2005-04-08 |
Nils Larsch | add support for DER encoded private keys to SSL_CTX_use... |
tree | commitdiff |
2005-04-07 |
Nils Larsch | get rid of very buggy and very imcomplete DH cert support |
tree | commitdiff |
2005-04-01 |
Nils Larsch | really clear the error queue here |
tree | commitdiff |
2005-04-01 |
Nils Larsch | use SSL3_VERSION_MAJOR instead of SSL3_VERSION etc. |
tree | commitdiff |
2005-03-31 |
Ben Laurie | Give everything prototypes (well, everything that's... |
tree | commitdiff |
2005-03-30 |
Ben Laurie | Blow away Makefile.ssl. |
tree | commitdiff |
2005-03-30 |
Ben Laurie | Constification. |
tree | commitdiff |
2005-03-22 |
Dr. Stephen Henson | Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data... |
tree | commitdiff |
2005-03-20 |
Nils Larsch | some const fixes |
tree | commitdiff |
2005-01-19 |
Richard Levitte | Apparently, at least with my VMS C environment, definin... |
tree | commitdiff |
2005-01-18 |
Richard Levitte | Small thing. It seems like we have to defined _XOPEN_S... |
tree | commitdiff |
2005-01-17 |
Richard Levitte | Changes concering RFC 3820 (proxy certificates) integra... |
tree | commitdiff |
2005-01-12 |
Richard Levitte | Small typo, `mask' got the same value ORed to it twice... |
tree | commitdiff |
next |