X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fstoreerr.h;h=a049726a3d964c2995dbf63e24360d2ffd95597c;hp=c37e4170a9aeb1103609e0411611d524bc189cfc;hb=7852f588a651ee30256678a23a6162a3b2fb822f;hpb=1aabc2445b126f951707b287db9a9145b003f2ca diff --git a/include/openssl/storeerr.h b/include/openssl/storeerr.h index c37e4170a9..a049726a3d 100644 --- a/include/openssl/storeerr.h +++ b/include/openssl/storeerr.h @@ -22,9 +22,11 @@ int ERR_load_OSSL_STORE_strings(void); /* * OSSL_STORE function codes. */ +# define OSSL_STORE_F_FILE_CTRL 129 # define OSSL_STORE_F_FILE_GET_PASS 118 # define OSSL_STORE_F_FILE_LOAD 119 # define OSSL_STORE_F_FILE_LOAD_TRY_DECODE 124 +# define OSSL_STORE_F_FILE_NAME_TO_URI 126 # define OSSL_STORE_F_FILE_OPEN 120 # define OSSL_STORE_F_OSSL_STORE_GET0_LOADER_INT 100 # define OSSL_STORE_F_OSSL_STORE_INFO_GET1_CERT 101 @@ -48,11 +50,13 @@ int ERR_load_OSSL_STORE_strings(void); # define OSSL_STORE_F_OSSL_STORE_UNREGISTER_LOADER_INT 116 # define OSSL_STORE_F_TRY_DECODE_PARAMS 121 # define OSSL_STORE_F_TRY_DECODE_PKCS12 122 +# define OSSL_STORE_F_TRY_DECODE_PKCS8ENCRYPTED 125 /* * OSSL_STORE reason codes. */ # define OSSL_STORE_R_AMBIGUOUS_CONTENT_TYPE 107 +# define OSSL_STORE_R_BAD_PASSWORD_READ 115 # define OSSL_STORE_R_ERROR_VERIFYING_PKCS12_MAC 113 # define OSSL_STORE_R_INVALID_SCHEME 106 # define OSSL_STORE_R_IS_NOT_A 112