aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl.h
AgeCommit message (Expand)AuthorFilesLines
2005-10-26Add fixes for CAN-2005-2969.Bodo Möller1-1/+1
2005-10-08Avoid warning on Win32.Dr. Stephen Henson1-2/+2
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson1-0/+16
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-22/+22
2005-06-10- let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch1-0/+2
2005-04-26Fix various incorrect error function codes.Bodo Möller1-0/+1
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller1-8/+26
2005-04-26Add DTLS support.Ben Laurie1-1/+40
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-16/+12
2005-03-30Constification.Ben Laurie1-57/+59
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson1-2/+8
2004-05-20Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte1-6/+7
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe1-5/+7
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte1-2/+2
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-5/+5
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte1-2/+2
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson1-0/+1
2003-10-06Add functionality to get information on compression methods (not quite comple...Richard Levitte1-0/+4
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte1-0/+3
2003-02-15Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe1-0/+1
2003-02-12Option to disable SSL auto chain buildDr. Stephen Henson1-0/+2
2003-02-05SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller1-2/+0
2002-12-08Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe1-1/+1
2002-12-08Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte1-0/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+1
2002-10-29Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe1-3/+4
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte1-2/+0
2002-10-10TypoRichard Levitte1-2/+2
2002-10-10RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte1-0/+16
2002-08-09ECC ciphersuite supportBodo Möller1-13/+43
2002-08-02get rid of OpenSSLDieBodo Möller1-0/+6
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-0/+2
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke1-0/+17
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller1-1/+1
2002-06-14New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller1-6/+19
2002-05-07Fix ciphersuite list to enforce low priority for RC4.Bodo Möller1-1/+1
2002-05-07ensure that, for each strength, RC4 ciphers have least preferenceBodo Möller1-1/+1
2002-05-05disable AES ciphersuites unless explicitly requestedBodo Möller1-4/+5
2002-03-12Fix ASN1 additions for KRB5Dr. Stephen Henson1-0/+1
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller1-3/+5
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller1-0/+55
2002-01-12Prototype info function.Ben Laurie1-8/+9
2002-01-12Add client_cert_cb prototype.Ben Laurie1-1/+1
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller1-0/+1
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte1-1/+1
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller1-14/+22
2001-10-17gcc complained about "write" being shadowed even though the "write"Bodo Möller1-2/+2
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller1-32/+106
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller1-0/+1