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:
Mike Fiore
Date:
Mon Mar 23 16:51:07 2015 -0500
Revision:
6:cf58d49e1a86
Parent:
0:b86d15c6ba29
fix whitespace in sha512.c

Who changed what in which revision?

UserRevisionLine numberNew 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