diff options
| author | Christina Fu <cfu@redhat.com> | 2017-06-16 18:20:38 -0700 |
|---|---|---|
| committer | Christina Fu <cfu@redhat.com> | 2017-06-23 10:07:40 -0700 |
| commit | 6273907e0ca36425fa30c106b7fdd28c510b1162 (patch) | |
| tree | 7ae2422e843294320b6572bc4c23bf71bd036af0 /base/server/cmsbundle/src | |
| parent | 91079a946317f5c96c2778efaca814da67e0c3bf (diff) | |
| download | pki-6273907e0ca36425fa30c106b7fdd28c510b1162.tar.gz pki-6273907e0ca36425fa30c106b7fdd28c510b1162.tar.xz pki-6273907e0ca36425fa30c106b7fdd28c510b1162.zip | |
Ticket #2616 CMC: id-cmc-statusInfo ==> id-cmc-statusInfoV2
This patch contains the following update:
* Structurely, CMCStatusInfo to CMCStatusInfoV2 update; no extendedFailInfo has been added at this point
* In case of EncryptedPOP, instead of returning with CMCStatus pending where
PendInfo contains the requestID, it now returns CMCStatus failed whith
responseInfo control contains the requestID. On the client side, CMCRequest
now processes the responseInfo and returns the DecryptedPOP with requestID in
the regInfo control. CMCResponse has been updated to handle the new controls
as well.
* A number of fail info codes are now being supported by the server to add
clarity to CMC failed status, including:
badMessageCheck, badRequest, unsuportedExt, badIdentity, popRequired, and popFailed.
Diffstat (limited to 'base/server/cmsbundle/src')
| -rw-r--r-- | base/server/cmsbundle/src/UserMessages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/server/cmsbundle/src/UserMessages.properties b/base/server/cmsbundle/src/UserMessages.properties index ff56465c6..ed2a6205d 100644 --- a/base/server/cmsbundle/src/UserMessages.properties +++ b/base/server/cmsbundle/src/UserMessages.properties @@ -801,6 +801,7 @@ CMS_PROFILE_SUBJDIR_EMPTY_ATTRVAL=Attribute value should not be empty CMS_PROFILE_CRL_DISTRIBUTION_POINTS=CRL Distribution Points CMS_PROFILE_REJECTED=Request {0} Rejected - {1} CMS_PROFILE_DEFERRED=Request Deferred - {0} +CMS_PROFILE_CMC_POP_REQUIRED=Request Deferred due to missing POP - {0} CMS_PROFILE_INTERNAL_ERROR=Request {0} - Server Internal Error CMS_PROFILE_KEY_ID=Key ID CMS_PROFILE_NOT_OWNER=Not Profile Owner |
