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
cyassl/openssl/bio.h@0:b86d15c6ba29, 2015-01-19 (annotated)
- 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
Vanger | 0:b86d15c6ba29 | 1 | /* bio.h for openssl */ |
Vanger | 0:b86d15c6ba29 | 2 | |
Vanger | 0:b86d15c6ba29 | 3 | |
Vanger | 0:b86d15c6ba29 | 4 | #ifndef CYASSL_BIO_H_ |
Vanger | 0:b86d15c6ba29 | 5 | #define CYASSL_BIO_H_ |
Vanger | 0:b86d15c6ba29 | 6 | |
Vanger | 0:b86d15c6ba29 | 7 | #include <cyassl/openssl/ssl.h> |
Vanger | 0:b86d15c6ba29 | 8 | |
Vanger | 0:b86d15c6ba29 | 9 | |
Vanger | 0:b86d15c6ba29 | 10 | #ifdef __cplusplus |
Vanger | 0:b86d15c6ba29 | 11 | extern "C" { |
Vanger | 0:b86d15c6ba29 | 12 | #endif |
Vanger | 0:b86d15c6ba29 | 13 | |
Vanger | 0:b86d15c6ba29 | 14 | |
Vanger | 0:b86d15c6ba29 | 15 | |
Vanger | 0:b86d15c6ba29 | 16 | |
Vanger | 0:b86d15c6ba29 | 17 | #ifdef __cplusplus |
Vanger | 0:b86d15c6ba29 | 18 | } /* extern "C" */ |
Vanger | 0:b86d15c6ba29 | 19 | #endif |
Vanger | 0:b86d15c6ba29 | 20 | |
Vanger | 0:b86d15c6ba29 | 21 | |
Vanger | 0:b86d15c6ba29 | 22 | #endif /* CYASSL_BIO_H_ */ |
Vanger | 0:b86d15c6ba29 | 23 |