diff options
Diffstat (limited to 'src/lib/libcrypto/pkcs12/pkcs12.h')
-rw-r--r-- | src/lib/libcrypto/pkcs12/pkcs12.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/pkcs12/pkcs12.h b/src/lib/libcrypto/pkcs12/pkcs12.h index 4cfba5e6c6..254000fa12 100644 --- a/src/lib/libcrypto/pkcs12/pkcs12.h +++ b/src/lib/libcrypto/pkcs12/pkcs12.h | |||
@@ -273,6 +273,7 @@ int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12); | |||
273 | int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12); | 273 | int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12); |
274 | PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12); | 274 | PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12); |
275 | PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12); | 275 | PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12); |
276 | int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass); | ||
276 | 277 | ||
277 | /* BEGIN ERROR CODES */ | 278 | /* BEGIN ERROR CODES */ |
278 | /* The following lines are auto generated by the script mkerr.pl. Any changes | 279 | /* The following lines are auto generated by the script mkerr.pl. Any changes |
@@ -296,6 +297,7 @@ PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12); | |||
296 | #define PKCS12_F_PKCS12_KEY_GEN_UNI 111 | 297 | #define PKCS12_F_PKCS12_KEY_GEN_UNI 111 |
297 | #define PKCS12_F_PKCS12_MAKE_KEYBAG 112 | 298 | #define PKCS12_F_PKCS12_MAKE_KEYBAG 112 |
298 | #define PKCS12_F_PKCS12_MAKE_SHKEYBAG 113 | 299 | #define PKCS12_F_PKCS12_MAKE_SHKEYBAG 113 |
300 | #define PKCS12_F_PKCS12_NEWPASS 128 | ||
299 | #define PKCS12_F_PKCS12_PACK_P7DATA 114 | 301 | #define PKCS12_F_PKCS12_PACK_P7DATA 114 |
300 | #define PKCS12_F_PKCS12_PACK_P7ENCDATA 115 | 302 | #define PKCS12_F_PKCS12_PACK_P7ENCDATA 115 |
301 | #define PKCS12_F_PKCS12_PACK_SAFEBAG 117 | 303 | #define PKCS12_F_PKCS12_PACK_SAFEBAG 117 |
@@ -313,6 +315,7 @@ PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12); | |||
313 | #define PKCS12_R_DECODE_ERROR 101 | 315 | #define PKCS12_R_DECODE_ERROR 101 |
314 | #define PKCS12_R_ENCODE_ERROR 102 | 316 | #define PKCS12_R_ENCODE_ERROR 102 |
315 | #define PKCS12_R_ENCRYPT_ERROR 103 | 317 | #define PKCS12_R_ENCRYPT_ERROR 103 |
318 | #define PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE 120 | ||
316 | #define PKCS12_R_INVALID_NULL_ARGUMENT 104 | 319 | #define PKCS12_R_INVALID_NULL_ARGUMENT 104 |
317 | #define PKCS12_R_INVALID_NULL_PKCS12_POINTER 105 | 320 | #define PKCS12_R_INVALID_NULL_PKCS12_POINTER 105 |
318 | #define PKCS12_R_IV_GEN_ERROR 106 | 321 | #define PKCS12_R_IV_GEN_ERROR 106 |