Skip to content

Commit 69213a3

Browse files
Merge branch 'release-1.0' into feature/86120-revocation-reason-0
2 parents 1660ed7 + 7ab81f8 commit 69213a3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,4 @@ ASALocalRun/
331331
.claude/settings.local.json
332332
sample change.txt
333333
.claude/settings.json
334+

HydrantCAProxy/RequestManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ public RevocationReasons GetMapRevokeReasons(uint keyfactorRevokeReason)
9595
break;
9696
default:
9797
Log.LogError("GetMapRevokeReasons: unsupported revoke reason {Reason}", keyfactorRevokeReason);
98+
9899
throw new RevokeReasonNotSupportedException($"Revoke reason {keyfactorRevokeReason} is not supported. Supported values: 0 (Unspecified), 1 (KeyCompromise), 3 (AffiliationChanged), 4 (Superseded), 5 (CessationOfOperation).");
99-
}
100100

101101
Log.LogTrace("GetMapRevokeReasons: {Input} -> {Mapped}", keyfactorRevokeReason, returnStatus);
102102
Log.MethodExit();

0 commit comments

Comments
 (0)