A library for setting up Secure Socket Layer (SSL) connections and verifying remote hosts using certificates. Contains only the source files for mbed platform implementation of the library.

Dependents:   HTTPClient-SSL HTTPClient-SSL HTTPClient-SSL HTTPClient-SSL

Committer:
Vanger
Date:
Mon Jan 19 21:45:42 2015 +0000
Revision:
0:b86d15c6ba29
Updated CyaSSL Library to 3.3.0. Changed Settings and functions to be implemented for mbed platforms

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vanger 0:b86d15c6ba29 1 /* opensslv.h compatibility */
Vanger 0:b86d15c6ba29 2
Vanger 0:b86d15c6ba29 3 #ifndef CYASSL_OPENSSLV_H_
Vanger 0:b86d15c6ba29 4 #define CYASSL_OPENSSLV_H_
Vanger 0:b86d15c6ba29 5
Vanger 0:b86d15c6ba29 6
Vanger 0:b86d15c6ba29 7 /* api version compatibility */
Vanger 0:b86d15c6ba29 8 #define OPENSSL_VERSION_NUMBER 0x0090410fL
Vanger 0:b86d15c6ba29 9
Vanger 0:b86d15c6ba29 10
Vanger 0:b86d15c6ba29 11 #endif /* header */
Vanger 0:b86d15c6ba29 12