aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte2004-03-251-2/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-5/+5
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-2/+2
* Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2003-10-101-0/+1
* Add functionality to get information on compression methods (not quite comple...Richard Levitte2003-10-061-0/+4
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-061-0/+3
* Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe2003-02-151-0/+1
* Option to disable SSL auto chain buildDr. Stephen Henson2003-02-121-0/+2
* SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller2003-02-051-2/+0
* Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe2002-12-081-1/+1
* Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte2002-12-081-0/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe2002-10-291-3/+4
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-2/+0
* TypoRichard Levitte2002-10-101-2/+2
* RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte2002-10-101-0/+16
* ECC ciphersuite supportBodo Möller2002-08-091-13/+43
* get rid of OpenSSLDieBodo Möller2002-08-021-0/+6
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-0/+2
* New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke2002-07-191-0/+17
* AES cipher suites are now official (RFC3268)Bodo Möller2002-07-041-1/+1
* New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller2002-06-141-6/+19
* Fix ciphersuite list to enforce low priority for RC4.Bodo Möller2002-05-071-1/+1
* ensure that, for each strength, RC4 ciphers have least preferenceBodo Möller2002-05-071-1/+1
* disable AES ciphersuites unless explicitly requestedBodo Möller2002-05-051-4/+5
* Fix ASN1 additions for KRB5Dr. Stephen Henson2002-03-121-0/+1
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-3/+5
* Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller2002-01-141-0/+55
* Prototype info function.Ben Laurie2002-01-121-8/+9
* Add client_cert_cb prototype.Ben Laurie2002-01-121-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-101-0/+1
* Deprecate the macro MAC_OS_pre_X.Richard Levitte2001-10-241-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-14/+22
* gcc complained about "write" being shadowed even though the "write"Bodo Möller2001-10-171-2/+2
* Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller2001-10-161-32/+106
* Change ssl3_get_message and the functions using it so that completeBodo Möller2001-10-151-0/+1
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-101-2/+0
* Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2001-09-211-2/+1
* New function SSL_renegotiate_pending().Bodo Möller2001-09-201-2/+10
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-201-0/+2
* Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke2001-09-111-1/+20
* More manual pages. Constify.Lutz Jänicke2001-08-231-8/+8
* Don't disable rollback attack detection as a recommended bug workaround.Lutz Jänicke2001-08-031-1/+5
* Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke2001-08-011-3/+1
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-311-0/+6
* SSL_get_[rw]fd were documented but not implemented.Richard Levitte2001-07-151-0/+2
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-1/+5
* Avoid assert() in the library.Bodo Möller2001-04-081-0/+1
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-091-4/+4