Add support for random key generation: this will be needed by enveloped data.

This commit is contained in:
Dr. Stephen Henson
2008-03-16 13:05:03 +00:00
parent 88fce8539f
commit a981e2adbc
3 changed files with 35 additions and 9 deletions

View File

@@ -352,6 +352,7 @@ void ERR_load_CMS_strings(void);
#define CMS_R_NO_CONTENT 116
#define CMS_R_NO_DEFAULT_DIGEST 117
#define CMS_R_NO_DIGEST_SET 118
#define CMS_R_NO_KEY 148
#define CMS_R_NO_MATCHING_DIGEST 119
#define CMS_R_NO_MATCHING_RECIPIENT 147
#define CMS_R_NO_PRIVATE_KEY 120