diff options
author | Andreas Kotes <count@flatline.de> | 2014-04-16 15:20:49 +0200 |
---|---|---|
committer | Andreas Kotes <count@flatline.de> | 2014-04-16 15:20:49 +0200 |
commit | 0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb (patch) | |
tree | 9417f66bc1bd4e5f2f882060b81e042dda7faa11 /vchat-ssl.h | |
parent | cc89915d8cc8361c29318ee954f4fff14d862cb7 (diff) |
version 0.19
* fixed version string display
* failing on SSL verify failures
* removed ignssl option
* reenabled ciphers options
* added verifyssl option (cert verify depth)
Diffstat (limited to 'vchat-ssl.h')
-rwxr-xr-x | vchat-ssl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat-ssl.h b/vchat-ssl.h index baaa3c4..12d5fdb 100755 --- a/vchat-ssl.h +++ b/vchat-ssl.h | |||
@@ -36,6 +36,7 @@ void vc_x509store_setflags(vc_x509store_t *, int); | |||
36 | void vc_x509store_clearflags(vc_x509store_t *, int); | 36 | void vc_x509store_clearflags(vc_x509store_t *, int); |
37 | int vc_verify_callback(int, X509_STORE_CTX *); | 37 | int vc_verify_callback(int, X509_STORE_CTX *); |
38 | X509_STORE * vc_x509store_create(vc_x509store_t *); | 38 | X509_STORE * vc_x509store_create(vc_x509store_t *); |
39 | char *vc_ssl_version(char *, int); | ||
39 | 40 | ||
40 | #define VC_X509S_NODEF_CAFILE 0x01 | 41 | #define VC_X509S_NODEF_CAFILE 0x01 |
41 | #define VC_X509S_NODEF_CAPATH 0x02 | 42 | #define VC_X509S_NODEF_CAPATH 0x02 |