-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKCS7_dataInit and PKCS7_dataFinal compile with some caveats
- Loading branch information
1 parent
04b369f
commit 69cb0fd
Showing
11 changed files
with
1,920 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
PKCS7,100,BAD_PKCS7_VERSION | ||
PKCS7,113,CERTIFICATE_VERIFY_ERROR | ||
PKCS7,123,CIPHER_HAS_NO_OBJECT_IDENTIFIER | ||
PKCS7,106,CIPHER_NOT_INITIALIZED | ||
PKCS7,111,CONTENT_AND_DATA_PRESENT | ||
PKCS7,121,DECRYPT_ERROR | ||
PKCS7,119,ERROR_ADDING_RECIPIENT | ||
PKCS7,118,ERROR_SETTING_CIPHER | ||
PKCS7,104,INVALID_NULL_POINTER | ||
PKCS7,101,NOT_PKCS7_SIGNED_DATA | ||
PKCS7,102,NO_CERTIFICATES_INCLUDED | ||
PKCS7,105,NO_CONTENT | ||
PKCS7,103,NO_CRLS_INCLUDED | ||
PKCS7,112,NO_SIGNATURES_ON_DATA | ||
PKCS7,116,NO_SIGNERS | ||
PKCS7,122,PKCS7_DATASIGN | ||
PKCS7,120,PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE | ||
PKCS7,115,SIGNATURE_FAILURE | ||
PKCS7,117,SIGNER_CERTIFICATE_NOT_FOUND | ||
PKCS7,124,SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE | ||
PKCS7,114,SMIME_TEXT_ERROR | ||
PKCS7,109,UNABLE_TO_FIND_MEM_BIO | ||
PKCS7,108,UNABLE_TO_FIND_MESSAGE_DIGEST | ||
PKCS7,125,UNKNOWN_DIGEST_TYPE | ||
PKCS7,107,UNSUPPORTED_CONTENT_TYPE | ||
PKCS7,110,WRONG_CONTENT_TYPE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.