2003-10-10 |
Dr. Stephen Henson | Avoid warnings: add missing prototype, don't shadow. |
tree | commitdiff |
2003-10-06 |
Richard Levitte | Add functionality to get information on compression... |
tree | commitdiff |
2003-10-06 |
Richard Levitte | Make sure int SSL_COMP_add_compression_method() checks... |
tree | commitdiff |
2003-10-02 |
Richard Levitte | Check for errors from SSL_COMP_add_compression_method(). |
tree | commitdiff |
2003-10-02 |
Richard Levitte | Correct a mixup of return values |
tree | commitdiff |
2003-09-27 |
Richard Levitte | Have ssl3_ssl3_send_client_verify() change the state... |
tree | commitdiff |
2003-09-27 |
Richard Levitte | Have ssl3_send_certificate_request() change the state... |
tree | commitdiff |
2003-09-27 |
Richard Levitte | Include the instance in the Kerberos ticket information. |
tree | commitdiff |
2003-09-27 |
Richard Levitte | Free the Kerberos context upon freeing the SSL. |
tree | commitdiff |
2003-09-08 |
Geoff Thorpe | These should be write-locks, not read-locks. |
tree | commitdiff |
2003-09-03 |
Dr. Stephen Henson | Only accept a client certificate if the server requests |
tree | commitdiff |
2003-08-14 |
Bodo Möller | fix out-of-bounds check in lock_dbg_cb (was too lose... |
tree | commitdiff |
2003-08-11 |
Bodo Möller | make sure no error is left in the queue that is intenti... |
tree | commitdiff |
2003-07-22 |
Bodo Möller | updates for draft-ietf-tls-ecc-03.txt |
tree | commitdiff |
2003-07-21 |
Bodo Möller | tolerate extra data at end of client hello for SSL 3.0 |
tree | commitdiff |
2003-04-08 |
Lutz Jänicke | Fix ordering of compare functions: strncmp() must be... |
tree | commitdiff |
2003-04-03 |
Richard Levitte | Correct a lot of printing calls. Remove extra arguments... |
tree | commitdiff |
2003-03-25 |
Richard Levitte | Let's limit the extent of the definition of _XOPEN_SOURCE. |
tree | commitdiff |
2003-03-21 |
Bodo Möller | remove patch ID (which is supposed to appear in patched... |
tree | commitdiff |
2003-03-19 |
Bodo Möller | countermeasure against new Klima-Pokorny-Rosa atack |
tree | commitdiff |
2003-02-28 |
Bodo Möller | - new ECDH_compute_key interface (KDF is no longer... |
tree | commitdiff |
2003-02-28 |
Bodo Möller | use tabs for indentation, not spaces |
tree | commitdiff |
2003-02-22 |
Ulf Möller | more mingw related cleanups. |
tree | commitdiff |
2003-02-19 |
Richard Levitte | Security fix: Vaudenay timing attack on CBC. |
tree | commitdiff |
2003-02-15 |
Geoff Thorpe | Session cache implementations shouldn't have to access... |
tree | commitdiff |
2003-02-14 |
Richard Levitte | Make it possible to disable OCSP, the speed application... |
tree | commitdiff |
2003-02-12 |
Dr. Stephen Henson | Option to disable SSL auto chain build |
tree | commitdiff |
2003-02-12 |
Bodo Möller | comments |
tree | commitdiff |
2003-02-05 |
Bodo Möller | SSL_add_dir_cert_subjects_to_stack now exists for WIN32 |
tree | commitdiff |
2003-01-30 |
Richard Levitte | A few small bugs with BIO popping. |
tree | commitdiff |
2003-01-30 |
Richard Levitte | Add the possibility to build without the ENGINE framework. |
tree | commitdiff |
2003-01-30 |
Richard Levitte | Fix a memory leak in SSL. |
tree | commitdiff |
2003-01-16 |
Richard Levitte | Fix possible NULL dereferencial. |
tree | commitdiff |
2003-01-15 |
Lutz Jänicke | Really fix SSLv2 session ID handling |
tree | commitdiff |
2002-12-29 |
Lutz Jänicke | Fix wrong handling of session ID in SSLv2 client code. |
tree | commitdiff |
2002-12-29 |
Richard Levitte | make update |
tree | commitdiff |
2002-12-24 |
Lutz Jänicke | Some more adjustments |
tree | commitdiff |
2002-12-21 |
Richard Levitte | Stop a possible memory leak. |
tree | commitdiff |
2002-12-20 |
Lutz Jänicke | Fix Kerberos5/SSL interaction |
tree | commitdiff |
2002-12-19 |
Richard Levitte | We stupidly had a separate LIBKRB5 variable for KRB5... |
tree | commitdiff |
2002-12-19 |
Richard Levitte | If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined... |
tree | commitdiff |
2002-12-16 |
Richard Levitte | Protect loading routines with a lock. |
tree | commitdiff |
2002-12-08 |
Geoff Thorpe | This is a first-cut at improving the callback mechanism... |
tree | commitdiff |
2002-12-08 |
Geoff Thorpe | Fix a warning, and do some constification as a lucky... |
tree | commitdiff |
2002-12-08 |
Richard Levitte | Since it's defined in draft-ietf-tls-compression-04... |
tree | commitdiff |
2002-12-04 |
Richard Levitte | gethostname() is more a BSD feature than an XOPEN one. |
tree | commitdiff |
2002-12-02 |
Richard Levitte | define USE_SOCKETS so sys/param.h gets included (and... |
tree | commitdiff |
2002-11-29 |
Richard Levitte | A few more memset()s converted to OPENSSL_cleanse(). |
tree | commitdiff |
2002-11-28 |
Richard Levitte | Have all tests use EXIT() to exit rather than exit... |
tree | commitdiff |
2002-11-28 |
Richard Levitte | Cleanse memory using the new OPENSSL_cleanse() function. |
tree | commitdiff |
2002-11-26 |
Richard Levitte | Small bugfixes to the KSSL implementation. |
tree | commitdiff |
2002-11-22 |
Richard Levitte | Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH |
tree | commitdiff |
2002-11-20 |
Lutz Jänicke | Fix bug introduced by the attempt to fix client side... |
tree | commitdiff |
2002-11-19 |
Bodo Möller | allocate bio_err before memory debugging is enabled... |
tree | commitdiff |
2002-11-15 |
Richard Levitte | WinCE patches |
tree | commitdiff |
2002-11-15 |
Lutz Jänicke | The pointer to the cipher object is not yet set, when... |
tree | commitdiff |
2002-11-15 |
Richard Levitte | We need to read one more byte of the REQUEST-CERTIFICAT... |
tree | commitdiff |
2002-11-13 |
Ben Laurie | Security fixes brought forward from 0.9.7. |
tree | commitdiff |
2002-11-05 |
Bodo Möller | avoid Purify warnings |
tree | commitdiff |
2002-11-05 |
Bodo Möller | fix typo |
tree | commitdiff |
2002-10-31 |
Richard Levitte | Remove all referenses to RSAref, since that's been... |
tree | commitdiff |
2002-10-29 |
Bodo Möller | Sun has agreed to removing the covenant language from... |
tree | commitdiff |
2002-10-29 |
Geoff Thorpe | Correct and enhance the behaviour of "internal" session... |
tree | commitdiff |
2002-10-28 |
Bodo Möller | increase permissible message length so that we can... |
tree | commitdiff |
2002-10-15 |
Richard Levitte | Typos. |
tree | commitdiff |
2002-10-15 |
Richard Levitte | Typos. |
tree | commitdiff |
2002-10-14 |
Richard Levitte | makedepend complains when a header file is included... |
tree | commitdiff |
2002-10-10 |
Richard Levitte | Typo |
tree | commitdiff |
2002-10-10 |
Richard Levitte | RFC 2712 redefines the codes for use of Kerberos 5... |
tree | commitdiff |
2002-10-09 |
Richard Levitte | Use double dashes so makedepend doesn't misunderstand... |
tree | commitdiff |
2002-09-26 |
Bodo Möller | fix more race conditions |
tree | commitdiff |
2002-09-25 |
Lutz Jänicke | Add missing brackets. |
tree | commitdiff |
2002-09-25 |
Bodo Möller | really fix race conditions |
tree | commitdiff |
2002-09-23 |
Bodo Möller | really fix race condition |
tree | commitdiff |
2002-09-19 |
Bodo Möller | there is no minimum length for session IDs |
tree | commitdiff |
2002-09-19 |
Bodo Möller | fix race condition |
tree | commitdiff |
2002-08-16 |
Lutz Jänicke | Reorder cleanup sequence in SSL_CTX_free() to leave... |
tree | commitdiff |
2002-08-15 |
Bodo Möller | use correct function code in error message |
tree | commitdiff |
2002-08-15 |
Richard Levitte | Sometimes, the value of the variable containing the... |
tree | commitdiff |
2002-08-14 |
Richard Levitte | Instead of returning errors when certain flags are... |
tree | commitdiff |
2002-08-12 |
Bodo Möller | remove comment |
tree | commitdiff |
2002-08-12 |
Bodo Möller | remove debug messages |
tree | commitdiff |
2002-08-12 |
Bodo Möller | fix comment |
tree | commitdiff |
2002-08-12 |
Bodo Möller | get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC... |
tree | commitdiff |
2002-08-09 |
Bodo Möller | make update |
tree | commitdiff |
2002-08-09 |
Bodo Möller | fix warnings |
tree | commitdiff |
2002-08-09 |
Bodo Möller | ECC ciphersuite support |
tree | commitdiff |
2002-08-03 |
Bodo Möller | oops -- must use EVP_MD_size, not EVP_MD_block_size |
tree | commitdiff |
2002-08-02 |
Bodo Möller | get rid of OpenSSLDie |
tree | commitdiff |
2002-07-31 |
Richard Levitte | Make sure to use $(MAKE) everywhere instead of make. |
tree | commitdiff |
2002-07-30 |
Lutz Jänicke | Typo. |
tree | commitdiff |
2002-07-30 |
Lutz Jänicke | OpenSSL Security Advisory [30 July 2002] |
tree | commitdiff |
2002-07-30 |
Lutz Jänicke | "make update" |
tree | commitdiff |
2002-07-19 |
Lutz Jänicke | New cipher selection options COMPLEMENTOFALL and COMPLE... |
tree | commitdiff |
2002-07-14 |
Bodo Möller | Replace 'ecdsaparam' commandline utility by 'ecparam' |
tree | commitdiff |
2002-07-10 |
Lutz Jänicke | Reorder inclusion of header files: |
tree | commitdiff |
2002-07-10 |
Lutz Jänicke | Ciphers with NULL encryption were not properly handled... |
tree | commitdiff |
2002-07-09 |
Bodo Möller | emtpy fragments are not necessary for SSL_eNULL |
tree | commitdiff |
2002-07-04 |
Bodo Möller | AES cipher suites are now official (RFC3268) |
tree | commitdiff |
2002-06-27 |
Richard Levitte | Pass CFLAG to dependency makers, so non-standard system... |
tree | commitdiff |
next |