Changeset 200e151 for lib/ssl_client.h


Ignore:
Timestamp:
2011-12-23T22:40:17Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5513f3e
Parents:
792a93b
Message:

tls_verify correction: Don't fail cert verification in non-GnuTLS modules
unless "cafile" setting is enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_client.h

    r792a93b r200e151  
    3737/* Some generic error codes. Especially SSL_AGAIN is important if you
    3838   want to do asynchronous I/O. */
    39 #define NSS_VERIFY_ERROR -2
    40 #define OPENSSL_VERIFY_ERROR -1
    4139#define SSL_OK            0
    4240#define SSL_NOHANDSHAKE   1
Note: See TracChangeset for help on using the changeset viewer.