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 /* opensslv.h compatibility */
wolfSSL 0:1239e9b70ca2 2
wolfSSL 0:1239e9b70ca2 3 #ifndef CYASSL_OPENSSLV_H_
wolfSSL 0:1239e9b70ca2 4 #define CYASSL_OPENSSLV_H_
wolfSSL 0:1239e9b70ca2 5
wolfSSL 0:1239e9b70ca2 6
wolfSSL 0:1239e9b70ca2 7 /* api version compatibility */
wolfSSL 0:1239e9b70ca2 8 #define OPENSSL_VERSION_NUMBER 0x0090410fL
wolfSSL 0:1239e9b70ca2 9
wolfSSL 0:1239e9b70ca2 10
wolfSSL 0:1239e9b70ca2 11 #endif /* header */
wolfSSL 0:1239e9b70ca2 12
wolfSSL 0:1239e9b70ca2 13