Diff

Differences From Artifact [5524cb9711]:

To Artifact [5d17597cda]:


1
2
3
4
5
6
7

8
9
10
11
12
13
14
/*
 * Copyright (C) 1997-2000 Matt Newman <matt@novadigm.com>
 *
 * TLS (aka SSL) Channel - can be layered on any bi-directional
 * Tcl_Channel (Note: Requires Trf Core Patch)
 *
 * This was built from scratch based upon observation of OpenSSL 0.9.2B

 *
 * Addition credit is due for Andreas Kupries ([email protected]), for
 * providing the Tcl_ReplaceChannel mechanism and working closely with me
 * to enhance it to support full fileevent semantics.
 *
 * Also work done by the follow people provided the impetus to do this "right":-
 *	tclSSL (Colin McCormack, Shared Technology)

|
<
|
|

<
>







1
2

3
4
5

6
7
8
9
10
11
12
13
/*
 * TLS Channel - This extension provides a encrypted communication channel

 * using the TLS or SSL protocols. It can be layered on top of any
 * bi-directional Tcl_Channel.
 *

 * Copyright (C) 1997-2000 Matt Newman <[email protected]>
 *
 * Addition credit is due for Andreas Kupries ([email protected]), for
 * providing the Tcl_ReplaceChannel mechanism and working closely with me
 * to enhance it to support full fileevent semantics.
 *
 * Also work done by the follow people provided the impetus to do this "right":-
 *	tclSSL (Colin McCormack, Shared Technology)