CyaSSL changed for NucleoF401RE board: implemented random and time functions for build. (Has trouble with wildcard domains like *.google.com, *.yahoo.com)

Fork of CyaSSL by wolf SSL

Committer:
Vanger
Date:
Wed Jan 14 22:07:14 2015 +0000
Revision:
4:e505054279ed
Parent:
0:1239e9b70ca2
Implemented some platform specific functions in the Cyassl library code: time functions, seed random functions, and also changed the settings.h file to define settings specific to the platform being used

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 0:1239e9b70ca2 1 /* bio.h for openssl */
wolfSSL 0:1239e9b70ca2 2
wolfSSL 0:1239e9b70ca2 3
wolfSSL 0:1239e9b70ca2 4 #ifndef CYASSL_BIO_H_
wolfSSL 0:1239e9b70ca2 5 #define CYASSL_BIO_H_
wolfSSL 0:1239e9b70ca2 6
wolfSSL 0:1239e9b70ca2 7 #include <cyassl/openssl/ssl.h>
wolfSSL 0:1239e9b70ca2 8
wolfSSL 0:1239e9b70ca2 9
wolfSSL 0:1239e9b70ca2 10 #ifdef __cplusplus
wolfSSL 0:1239e9b70ca2 11 extern "C" {
wolfSSL 0:1239e9b70ca2 12 #endif
wolfSSL 0:1239e9b70ca2 13
wolfSSL 0:1239e9b70ca2 14
wolfSSL 0:1239e9b70ca2 15
wolfSSL 0:1239e9b70ca2 16
wolfSSL 0:1239e9b70ca2 17 #ifdef __cplusplus
wolfSSL 0:1239e9b70ca2 18 } /* extern "C" */
wolfSSL 0:1239e9b70ca2 19 #endif
wolfSSL 0:1239e9b70ca2 20
wolfSSL 0:1239e9b70ca2 21
wolfSSL 0:1239e9b70ca2 22 #endif /* CYASSL_BIO_H_ */
wolfSSL 0:1239e9b70ca2 23
wolfSSL 0:1239e9b70ca2 24