summaryrefslogtreecommitdiff
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-252/+657
* Many changes from 0.9.8-dev.Richard Levitte2005-02-251-2/+8
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-11/+14
* Recent changes from HEAD.Richard Levitte2004-03-301-2/+2
* Changes from 0.9.8-devRichard Levitte2004-03-241-5/+5
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-2/+10
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-2/+3
* Recent changes from HEAD.Richard Levitte2002-12-131-1/+2
* (almost) recent changes from HEAD.Richard Levitte2002-11-151-0/+1
* Recent changes from HEAD. The VMS procedures are probably broken, toRichard Levitte2002-10-311-5/+4
* Latest changes from main trunkRichard Levitte2002-10-111-0/+16
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-13/+51
* Merg in recent changes from HEAD.Richard Levitte2002-07-231-0/+17
* Merge in the latest changes from HEAD.Richard Levitte2002-07-181-1/+1
* Recent changes from HEAD.Richard Levitte2002-06-251-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
* add ssl23_peekBodo Möller2001-03-081-1/+2
* Fix ERR_R_... problems.Bodo Möller2001-03-071-1/+0
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-1/+1
* Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe2001-02-231-2/+2
* Include e_os2.h instead of opensslconf.h.Richard Levitte2001-02-221-7/+8
* This change allows a callback to be used to override the generation ofGeoff Thorpe2001-02-211-0/+29
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-43/+24