VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.9/providers/common/der/DSA.asn1@ 100948

最後變更 在這個檔案從100948是 100487,由 vboxsync 提交於 21 月 前

openssl-3.0.9: Applied and adjusted our OpenSSL changes we made to 3.0.7. bugref:10484

檔案大小: 1.4 KB
 
1-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
2--
3-- Licensed under the Apache License 2.0 (the "License"). You may not use
4-- this file except in compliance with the License. You can obtain a copy
5-- in the file LICENSE in the source distribution or at
6-- https://www.openssl.org/source/license.html
7
8-- -------------------------------------------------------------------
9-- Taken from RFC 3279, 3 ASN.1 Module
10-- (https://www.rfc-editor.org/rfc/rfc3279.html#section-3)
11
12-- OID for DSA public key
13
14id-dsa OBJECT IDENTIFIER ::= {
15 iso(1) member-body(2) us(840) x9-57(10040) x9algorithm(4) 1 }
16
17-- OID for DSA signature generated with SHA-1 hash
18
19id-dsa-with-sha1 OBJECT IDENTIFIER ::= {
20 iso(1) member-body(2) us(840) x9-57 (10040) x9algorithm(4) 3 }
21
22
23-- -------------------------------------------------------------------
24-- Taken from https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration
25
26sigAlgs OBJECT IDENTIFIER ::= { 2 16 840 1 101 3 4 3 }
27
28id-dsa-with-sha224 OBJECT IDENTIFIER ::= { sigAlgs 1 }
29id-dsa-with-sha256 OBJECT IDENTIFIER ::= { sigAlgs 2 }
30id-dsa-with-sha384 OBJECT IDENTIFIER ::= { sigAlgs 3 }
31id-dsa-with-sha512 OBJECT IDENTIFIER ::= { sigAlgs 4 }
32
33id-dsa-with-sha3-224 OBJECT IDENTIFIER ::= { sigAlgs 5 }
34id-dsa-with-sha3-256 OBJECT IDENTIFIER ::= { sigAlgs 6 }
35id-dsa-with-sha3-384 OBJECT IDENTIFIER ::= { sigAlgs 7 }
36id-dsa-with-sha3-512 OBJECT IDENTIFIER ::= { sigAlgs 8 }
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette