summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson
2003-10-06Add functionality to get information on compression methods (not quite comple...Richard Levitte
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte
2003-02-15Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe
2003-02-12Option to disable SSL auto chain buildDr. Stephen Henson
2003-02-05SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller
2002-12-08Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe
2002-12-08Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-29Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-10TypoRichard Levitte
2002-10-10RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte
2002-08-09ECC ciphersuite supportBodo Möller
2002-08-02get rid of OpenSSLDieBodo Möller
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller
2002-06-14New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller
2002-05-07Fix ciphersuite list to enforce low priority for RC4.Bodo Möller
2002-05-07ensure that, for each strength, RC4 ciphers have least preferenceBodo Möller
2002-05-05disable AES ciphersuites unless explicitly requestedBodo Möller
2002-03-12Fix ASN1 additions for KRB5Dr. Stephen Henson
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller
2002-01-12Prototype info function.Ben Laurie
2002-01-12Add client_cert_cb prototype.Ben Laurie
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-17gcc complained about "write" being shadowed even though the "write"Bodo Möller
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-09-21Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller
2001-09-20New function SSL_renegotiate_pending().Bodo Möller
2001-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller
2001-09-11Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke
2001-08-23More manual pages. Constify.Lutz Jänicke
2001-08-03Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke
2001-08-01Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-07-15SSL_get_[rw]fd were documented but not implemented.Richard Levitte
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-04-08Avoid assert() in the library.Bodo Möller
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08add ssl23_peekBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller