-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
61 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Simple Certificate Enrolment Protocol | ||
------------------------------------- | ||
|
||
RFC 8894 unfortunately formatted the SCEP OIDs in a table, that can't | ||
be parsed easily. For this reason the definitions are repeated here | ||
in a parseable format. | ||
|
||
# SCEP Secure Message Objects | ||
## 3.2. SCEP pkiMessage | ||
### 3.2.1. Signed Transaction Attributes | ||
|
||
id-VeriSign OBJECT IDENTIFIER ::= {2 16 US(840) 1 VeriSign(113733)} | ||
id-pki OBJECT IDENTIFIER ::= {id-VeriSign pki(1)} | ||
id-attributes OBJECT IDENTIFIER ::= {id-pki attributes(9)} | ||
id-transactionID OBJECT IDENTIFIER ::= {id-attributes transactionID(7)} | ||
id-messageType OBJECT IDENTIFIER ::= {id-attributes messageType(2)} | ||
id-pkiStatus OBJECT IDENTIFIER ::= {id-attributes pkiStatus(3)} | ||
id-failInfo OBJECT IDENTIFIER ::= {id-attributes failInfo(4)} | ||
id-senderNonce OBJECT IDENTIFIER ::= {id-attributes senderNonce(5)} | ||
id-recipientNonce OBJECT IDENTIFIER ::= {id-attributes recipientNonce(6)} | ||
id-scep OBJECT IDENTIFIER ::= {id-pkix 24} | ||
id-scep-failInfoText OBJECT IDENTIFIER ::= {id-scep 1} |
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