summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
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
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe
2001-02-22Include e_os2.h instead of opensslconf.h.Richard Levitte
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2001-01-22Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller