diff options
author | Nikolay Morozov <nmorozoff77@yandex.ru> | 2020-02-14 11:14:30 +0100 |
---|---|---|
committer | Dmitry Belyavskiy <beldmit@gmail.com> | 2020-02-28 16:01:16 +0100 |
commit | 6103f39c0d79e86b58ae9437bc4c55a513a5e1dd (patch) | |
tree | 550729c8f67964c225ef70160df18b9e1c3d941e /util/missingcrypto.txt | |
parent | Fix util/mktar.sh to use the new VERSION information (diff) | |
download | openssl-6103f39c0d79e86b58ae9437bc4c55a513a5e1dd.tar.xz openssl-6103f39c0d79e86b58ae9437bc4c55a513a5e1dd.zip |
x509v3 subjectSignTool extention support
Subject Sign Tool (1.2.643.100.111) The name of the tool used to signs the subject (UTF8String)
This extention is required to obtain the status of a qualified certificate at Russian Federation.
RFC-style description is available here: https://tools.ietf.org/html/draft-deremin-rfc4491-bis-04#section-5
Russian Federal Law 63 "Digital Sign" is available here: http://www.consultant.ru/document/cons_doc_LAW_112701/
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11093)
Diffstat (limited to '')
-rw-r--r-- | util/missingcrypto.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index 64ac6845dc..be5535b87d 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -1547,20 +1547,12 @@ i2d_PrivateKey_fp(3) i2d_X509_bio(3) i2d_X509_fp(3) i2o_ECPublicKey(3) -i2s_ASN1_ENUMERATED(3) -i2s_ASN1_ENUMERATED_TABLE(3) -i2s_ASN1_IA5STRING(3) -i2s_ASN1_INTEGER(3) -i2s_ASN1_OCTET_STRING(3) i2v_ASN1_BIT_STRING(3) i2v_GENERAL_NAME(3) i2v_GENERAL_NAMES(3) o2i_ECPublicKey(3) openssl-core_numbers.h(7) provider-kdf(7) -s2i_ASN1_IA5STRING(3) -s2i_ASN1_INTEGER(3) -s2i_ASN1_OCTET_STRING(3) v2i_ASN1_BIT_STRING(3) v2i_GENERAL_NAME(3) v2i_GENERAL_NAMES(3) |