diff options
Diffstat (limited to 'src/lib/libssl/src/doc/ssleay.txt')
-rw-r--r-- | src/lib/libssl/src/doc/ssleay.txt | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/src/lib/libssl/src/doc/ssleay.txt b/src/lib/libssl/src/doc/ssleay.txt index 094e28ce48..c6049d5e53 100644 --- a/src/lib/libssl/src/doc/ssleay.txt +++ b/src/lib/libssl/src/doc/ssleay.txt | |||
@@ -1,6 +1,22 @@ | |||
1 | 1 | ||
2 | Bundle of old SSLeay documentation files [OBSOLETE!] | 2 | Bundle of old SSLeay documentation files [OBSOLETE!] |
3 | 3 | ||
4 | *** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! *** | ||
5 | |||
6 | OBSOLETE means that nothing in this document should be trusted. This | ||
7 | document is provided mostly for historical purposes (it wasn't even up | ||
8 | to date at the time SSLeay 0.8.1 was released) and as inspiration. If | ||
9 | you copy some snippet of code from this document, please _check_ that | ||
10 | it really is correct from all points of view. For example, you can | ||
11 | check with the other documents in this directory tree, or by comparing | ||
12 | with relevant parts of the include files. | ||
13 | |||
14 | People have done the mistake of trusting what's written here. Please | ||
15 | don't do that. | ||
16 | |||
17 | *** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! *** | ||
18 | |||
19 | |||
4 | ==== readme ======================================================== | 20 | ==== readme ======================================================== |
5 | 21 | ||
6 | This is the old 0.6.6 docuementation. Most of the cipher stuff is still | 22 | This is the old 0.6.6 docuementation. Most of the cipher stuff is still |
@@ -5743,7 +5759,7 @@ strucutre but also the private key and certificate associated with | |||
5743 | 5759 | ||
5744 | EXAMPLES. | 5760 | EXAMPLES. |
5745 | 5761 | ||
5746 | So lets play at being a wierd SSL server. | 5762 | So lets play at being a weird SSL server. |
5747 | 5763 | ||
5748 | /* setup a context */ | 5764 | /* setup a context */ |
5749 | ctx=SSL_CTX_new(); | 5765 | ctx=SSL_CTX_new(); |
@@ -6710,8 +6726,8 @@ CRYPTO_set_locking_callback(locking_function); | |||
6710 | before any multithreading is started. | 6726 | before any multithreading is started. |
6711 | id_function does not need to be defined under Windows NT or 95, the | 6727 | id_function does not need to be defined under Windows NT or 95, the |
6712 | correct function will be called if it is not. Under unix, getpid() | 6728 | correct function will be called if it is not. Under unix, getpid() |
6713 | is call if the id_callback is not defined, for solaris this is wrong | 6729 | is call if the id_callback is not defined, for Solaris this is wrong |
6714 | (since threads id's are not pid's) but under IRIX it is correct | 6730 | (since threads id's are not pid's) but under Linux it is correct |
6715 | (threads are just processes sharing the data segement). | 6731 | (threads are just processes sharing the data segement). |
6716 | 6732 | ||
6717 | The locking_callback is used to perform locking by the SSLeay library. | 6733 | The locking_callback is used to perform locking by the SSLeay library. |