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/opensslv.h@6:cf58d49e1a86, 2015-03-23 (annotated)
- 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?
User | Revision | Line number | New 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 |