Deleted Added
full compact
ssleay.txt (89837) ssleay.txt (127128)
1
2Bundle of old SSLeay documentation files [OBSOLETE!]
3
4*** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! ***
5
6OBSOLETE means that nothing in this document should be trusted. This
7document is provided mostly for historical purposes (it wasn't even up
8to date at the time SSLeay 0.8.1 was released) and as inspiration. If

--- 6231 unchanged lines hidden (view full) ---

6240/* The following all set values that are kept in the SSL_CTX but
6241 * are used as the default values when an SSL session is created.
6242 * They are over writen by the relevent SSL_xxxx functions */
6243
6244/* SSL_set_verify */
6245void SSL_CTX_set_default_verify
6246
6247/* This callback, if set, totaly overrides the normal SSLeay verification
1
2Bundle of old SSLeay documentation files [OBSOLETE!]
3
4*** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! ***
5
6OBSOLETE means that nothing in this document should be trusted. This
7document is provided mostly for historical purposes (it wasn't even up
8to date at the time SSLeay 0.8.1 was released) and as inspiration. If

--- 6231 unchanged lines hidden (view full) ---

6240/* The following all set values that are kept in the SSL_CTX but
6241 * are used as the default values when an SSL session is created.
6242 * They are over writen by the relevent SSL_xxxx functions */
6243
6244/* SSL_set_verify */
6245void SSL_CTX_set_default_verify
6246
6247/* This callback, if set, totaly overrides the normal SSLeay verification
6248 * functions and should return 1 on sucesss and 0 on failure */
6248 * functions and should return 1 on success and 0 on failure */
6249void SSL_CTX_set_cert_verify_callback
6250
6251/* The following are the same as the equivilent SSL_xxx functions.
6252 * Only one copy of this information is kept and if a particular
6253 * SSL structure has a local override, it is totally separate structure.
6254 */
6255int SSL_CTX_use_RSAPrivateKey
6256int SSL_CTX_use_RSAPrivateKey_ASN1

--- 774 unchanged lines hidden ---
6249void SSL_CTX_set_cert_verify_callback
6250
6251/* The following are the same as the equivilent SSL_xxx functions.
6252 * Only one copy of this information is kept and if a particular
6253 * SSL structure has a local override, it is totally separate structure.
6254 */
6255int SSL_CTX_use_RSAPrivateKey
6256int SSL_CTX_use_RSAPrivateKey_ASN1

--- 774 unchanged lines hidden ---