wolfSSL 3.11.1 for TLS1.3 beta

Fork of wolfSSL by wolf SSL

Committer:
wolfSSL
Date:
Tue May 02 08:44:47 2017 +0000
Revision:
7:481bce714567
wolfSSL3.10.2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 7:481bce714567 1 /* pkcs12.h for openssl */
wolfSSL 7:481bce714567 2
wolfSSL 7:481bce714567 3 #include <wolfssl/wolfcrypt/pkcs12.h>
wolfSSL 7:481bce714567 4
wolfSSL 7:481bce714567 5 /* wolfCrypt level does not make use of ssl.h */
wolfSSL 7:481bce714567 6 #define PKCS12 WC_PKCS12
wolfSSL 7:481bce714567 7 #define PKCS12_new wc_PKCS12_new
wolfSSL 7:481bce714567 8 #define PKCS12_free wc_PKCS12_free
wolfSSL 7:481bce714567 9
wolfSSL 7:481bce714567 10 /* wolfSSL level using structs from ssl.h and calls down to wolfCrypt */
wolfSSL 7:481bce714567 11 #define d2i_PKCS12_bio wolfSSL_d2i_PKCS12_bio
wolfSSL 7:481bce714567 12 #define PKCS12_parse wolfSSL_PKCS12_parse
wolfSSL 7:481bce714567 13 #define PKCS12_PBE_add wolfSSL_PKCS12_PBE_add
wolfSSL 7:481bce714567 14
wolfSSL 7:481bce714567 15