wolfSSL SSL/TLS library, support up to TLS1.3

Dependents:   CyaSSL-Twitter-OAuth4Tw Example-client-tls-cert TwitterReader TweetTest ... more

Committer:
wolfSSL
Date:
Tue Aug 22 10:48:22 2017 +0000
Revision:
13:f67a6c6013ca
Parent:
11:cee25a834751
wolfSSL3.12.0 with TLS1.3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 11:cee25a834751 1 /* opensslv.h compatibility */
wolfSSL 11:cee25a834751 2
wolfSSL 11:cee25a834751 3 #ifndef WOLFSSL_OPENSSLV_H_
wolfSSL 11:cee25a834751 4 #define WOLFSSL_OPENSSLV_H_
wolfSSL 11:cee25a834751 5
wolfSSL 11:cee25a834751 6
wolfSSL 11:cee25a834751 7 /* api version compatibility */
wolfSSL 11:cee25a834751 8 #if defined(HAVE_STUNNEL) || defined(HAVE_LIGHTY) || defined(WOLFSSL_NGINX) || defined(WOLFSSL_HAPROXY)
wolfSSL 11:cee25a834751 9 /* version number can be increased for Lighty after compatibility for ECDH
wolfSSL 11:cee25a834751 10 is added */
wolfSSL 11:cee25a834751 11 #define OPENSSL_VERSION_NUMBER 0x10001000L
wolfSSL 11:cee25a834751 12 #else
wolfSSL 11:cee25a834751 13 #define OPENSSL_VERSION_NUMBER 0x0090810fL
wolfSSL 11:cee25a834751 14 #endif
wolfSSL 11:cee25a834751 15
wolfSSL 11:cee25a834751 16 #define OPENSSL_VERSION_TEXT LIBWOLFSSL_VERSION_STRING
wolfSSL 11:cee25a834751 17
wolfSSL 11:cee25a834751 18
wolfSSL 11:cee25a834751 19 #endif /* header */
wolfSSL 11:cee25a834751 20
wolfSSL 11:cee25a834751 21