Skip to content

public_key: Adjust macros and records in public include and doc #9955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/public_key/doc/guides/public_key_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ specifications and RFC 5280 are as follows:
version, % atom(),
subject, % {rdnSequence, [#AttributeTypeAndValue'{}]} ,
subjectPKInfo, % #'CertificationRequestInfo_subjectPKInfo'{},
attributes % [#'AttributePKCS-10' {}]
attributes % [#'Attribute' {}]
}.

#'CertificationRequestInfo_subjectPKInfo'{
Expand All @@ -617,7 +617,7 @@ specifications and RFC 5280 are as follows:
parameters % der_encoded()
}.

#'AttributePKCS-10'{
#'Attribute'{
type, % oid(),
values % [der_encoded()]
}.
Expand Down
6 changes: 2 additions & 4 deletions lib/public_key/doc/public_key_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ that reads files.
- Supports
[PKCS-3 ](https://web.archive.org/web/20170417091930/https://www.emc.com/emc-plus/rsa-labs/standards-initiatives/pkcs-3-diffie-hellman-key-agreement-standar.htm)\-
Diffie-Hellman Key Agreement Standard
- Supports [PKCS-5](http://www.ietf.org/rfc/rfc2898.txt) \- Password-Based
Cryptography Standard
- Supports [AES ](http://www.ietf.org/rfc/fc3565.txt)\- Use of the Advanced
Encryption Standard (AES) Algorithm in Cryptographic Message Syntax (CMS)
- Supports Cryptographic Message Syntax (CMS) (http://www.ietf.org/rfc/rfc5652.txt) including Password-Based Encryption with original [PKCS-5](http://www.ietf.org/rfc/rfc2898.txt) support,
but currently excluding offical support for most of section 10-12 (if proven useful, especially Attribute Certificates v2, it might be added later).
- Supports [PKCS-8](http://www.ietf.org/rfc/rfc5208.txt) \- Private-Key
Information Syntax Standard
- Supports [PKCS-10](http://www.ietf.org/rfc/rfc5967.txt) \- Certification
Expand Down
Loading
Loading