Skip to content

x509-cert: Added TryFrom<Vec<AttributeTypeAndValue>> for RelativeDistinguishedName - #1092

Merged
tarcieri merged 1 commit into
RustCrypto:masterfrom
bkstein:x509-cert/rdn-try-from
May 30, 2023
Merged

x509-cert: Added TryFrom<Vec<AttributeTypeAndValue>> for RelativeDistinguishedName#1092
tarcieri merged 1 commit into
RustCrypto:masterfrom
bkstein:x509-cert/rdn-try-from

Conversation

@bkstein

Copy link
Copy Markdown
Contributor

Allows for creation of a RelativeDistinguishedName from an (unordered) Vec<AttributeTypeAndValue>.
This PR is required for PR #1051.

@bksteinbkstein changed the title Added TryFrom<Vec<AttributeTypeAndValue>> for RelativeDistinguishedNamex509-cert/Added TryFrom<Vec<AttributeTypeAndValue>> for RelativeDistinguishedNameMay 30, 2023
@bksteinbkstein changed the title x509-cert/Added TryFrom<Vec<AttributeTypeAndValue>> for RelativeDistinguishedNamex509-cert: Added TryFrom<Vec<AttributeTypeAndValue>> for RelativeDistinguishedNameMay 30, 2023
@tarcieri
tarcieri merged commit 7019ca0 into RustCrypto:masterMay 30, 2023
baloo added a commit to baloo/formats that referenced this pull request May 30, 2023
Added
- Added `TryFrom` for `RelativeDistinguishedName` ([RustCrypto#1092])
- Load a chain of certificates from a slice ([RustCrypto#1081])
@baloobaloo mentioned this pull request May 30, 2023
baloo added a commit to baloo/formats that referenced this pull request May 30, 2023
Added
- Added `TryFrom` for `RelativeDistinguishedName` ([RustCrypto#1092])
- Load a chain of certificates from a slice ([RustCrypto#1081])
baloo added a commit that referenced this pull request May 30, 2023
Added
- Added `TryFrom` for `RelativeDistinguishedName` ([#1092])
- Load a chain of certificates from a slice ([#1081])
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bkstein@tarcieri