| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various incorrect error function codes. | Bodo Möller | 2005-04-26 | 1 | -0/+1 |
* | fix SSLerr stuff for DTLS1 code; | Bodo Möller | 2005-04-26 | 1 | -8/+26 |
* | Add DTLS support. | Ben Laurie | 2005-04-26 | 1 | -1/+40 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -16/+12 |
* | Constification. | Ben Laurie | 2005-03-30 | 1 | -57/+59 |
* | New X509_VERIFY_PARAM structure and associated functionality. | Dr. Stephen Henson | 2004-09-06 | 1 | -2/+8 |
* | Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMP | Richard Levitte | 2004-05-20 | 1 | -6/+7 |
* | Deprecate quite a few recursive includes from the ssl.h API header and | Geoff Thorpe | 2004-05-17 | 1 | -5/+7 |
* | SSL_COMP_get_compression_method is a typo (a missing 's' at the end of | Richard Levitte | 2004-03-25 | 1 | -2/+2 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-15 | 1 | -5/+5 |
* | We're getting a clash with C++ because it has a type called 'list'. | Richard Levitte | 2003-11-29 | 1 | -2/+2 |
* | Avoid warnings: add missing prototype, don't shadow. | Dr. Stephen Henson | 2003-10-10 | 1 | -0/+1 |
* | Add functionality to get information on compression methods (not quite comple... | Richard Levitte | 2003-10-06 | 1 | -0/+4 |
* | Make sure int SSL_COMP_add_compression_method() checks if a certain | Richard Levitte | 2003-10-06 | 1 | -0/+3 |
* | Session cache implementations shouldn't have to access SSL_SESSION | Geoff Thorpe | 2003-02-15 | 1 | -0/+1 |
* | Option to disable SSL auto chain build | Dr. Stephen Henson | 2003-02-12 | 1 | -0/+2 |
* | SSL_add_dir_cert_subjects_to_stack now exists for WIN32 | Bodo Möller | 2003-02-05 | 1 | -2/+0 |
* | Fix a warning, and do some constification as a lucky side-effect :-) | Geoff Thorpe | 2002-12-08 | 1 | -1/+1 |
* | Since it's defined in draft-ietf-tls-compression-04.txt, let's make | Richard Levitte | 2002-12-08 | 1 | -0/+1 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -0/+1 |
* | Correct and enhance the behaviour of "internal" session caching as it | Geoff Thorpe | 2002-10-29 | 1 | -3/+4 |
* | makedepend complains when a header file is included more than once in | Richard Levitte | 2002-10-14 | 1 | -2/+0 |
* | Typo | Richard Levitte | 2002-10-10 | 1 | -2/+2 |
* | RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS. | Richard Levitte | 2002-10-10 | 1 | -0/+16 |
* | ECC ciphersuite support | Bodo Möller | 2002-08-09 | 1 | -13/+43 |
* | get rid of OpenSSLDie | Bodo Möller | 2002-08-02 | 1 | -0/+6 |
* | OpenSSL Security Advisory [30 July 2002] | Lutz Jänicke | 2002-07-30 | 1 | -0/+2 |
* | New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT. | Lutz Jänicke | 2002-07-19 | 1 | -0/+17 |
* | AES cipher suites are now official (RFC3268) | Bodo Möller | 2002-07-04 | 1 | -1/+1 |
* | New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC | Bodo Möller | 2002-06-14 | 1 | -6/+19 |
* | Fix ciphersuite list to enforce low priority for RC4. | Bodo Möller | 2002-05-07 | 1 | -1/+1 |
* | ensure that, for each strength, RC4 ciphers have least preference | Bodo Möller | 2002-05-07 | 1 | -1/+1 |
* | disable AES ciphersuites unless explicitly requested | Bodo Möller | 2002-05-05 | 1 | -4/+5 |
* | Fix ASN1 additions for KRB5 | Dr. Stephen Henson | 2002-03-12 | 1 | -0/+1 |
* | Add 'void *' argument to app_verify_callback. | Bodo Möller | 2002-02-28 | 1 | -3/+5 |
* | Bugfix: In ssl3_accept, don't use a local variable 'got_new_session' | Bodo Möller | 2002-01-14 | 1 | -0/+55 |
* | Prototype info function. | Ben Laurie | 2002-01-12 | 1 | -8/+9 |
* | Add client_cert_cb prototype. | Ben Laurie | 2002-01-12 | 1 | -1/+1 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -1/+0 |
* | Implement msg_callback for SSL 2.0. | Bodo Möller | 2001-11-10 | 1 | -0/+1 |
* | Deprecate the macro MAC_OS_pre_X. | Richard Levitte | 2001-10-24 | 1 | -1/+1 |
* | New functions SSL[_CTX]_set_msg_callback(). | Bodo Möller | 2001-10-20 | 1 | -14/+22 |
* | gcc complained about "write" being shadowed even though the "write" | Bodo Möller | 2001-10-17 | 1 | -2/+2 |
* | Add per-SSL 'msg_callback' with 'msg_callback_arg'. | Bodo Möller | 2001-10-16 | 1 | -32/+106 |
* | Change ssl3_get_message and the functions using it so that complete | Bodo Möller | 2001-10-15 | 1 | -0/+1 |
* | To avoid commit wars over dependencies, let's make it so things that | Richard Levitte | 2001-10-10 | 1 | -2/+0 |
* | Disable session related stuff in SSL_ST_OK case of ssl3_accept if we | Bodo Möller | 2001-09-21 | 1 | -2/+1 |
* | New function SSL_renegotiate_pending(). | Bodo Möller | 2001-09-20 | 1 | -2/+10 |
* | Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don't | Bodo Möller | 2001-09-20 | 1 | -0/+2 |
* | Make maximum certifcate chain size accepted from the peer application | Lutz Jänicke | 2001-09-11 | 1 | -1/+20 |