25 #include <wolfssl/openssl/ssl.h> 26 #include <wolfssl/wolfcrypt/pkcs12.h> 28 #ifndef WOLFSSL_PKCS12_COMPAT_H_ 29 #define WOLFSSL_PKCS12_COMPAT_H_ 31 #define NID_pbe_WithSHA1AndDES_CBC 2 32 #define NID_pbe_WithSHA1And3_Key_TripleDES_CBC 3 33 #define NID_pbe_WithSHA1And128BitRC4 1 35 #define PKCS12_DEFAULT_ITER WC_PKCS12_ITT_DEFAULT 38 #define PKCS12 WC_PKCS12 39 #define PKCS12_new wc_PKCS12_new 40 #define PKCS12_free wc_PKCS12_free 43 #define d2i_PKCS12_bio wolfSSL_d2i_PKCS12_bio 44 #define PKCS12_parse wolfSSL_PKCS12_parse 45 #define PKCS12_create wolfSSL_PKCS12_create 46 #define PKCS12_PBE_add wolfSSL_PKCS12_PBE_add