Skip to content

x509-cert: make Certificate an owned type #806

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
merged 27 commits into from
Dec 30, 2022

Conversation

baloo
Copy link
Member

@baloo baloo commented Dec 18, 2022

As discussed in #803 let's make Certificate an owned type. We'll revisit that in a follow up PR to accept a trait Profile as parameter allowing it to be either a reference or an owned type.

@baloo baloo force-pushed the baloo/owned-api/certificate branch from ba1164d to c1c0d47 Compare December 18, 2022 18:16
@baloo baloo force-pushed the baloo/owned-api/certificate branch 5 times, most recently from a215178 to 1188fcf Compare December 19, 2022 03:51
@tarcieri
Copy link
Member

@baloo can you rebase?

@baloo baloo force-pushed the baloo/owned-api/certificate branch from 1188fcf to f41a358 Compare December 30, 2022 04:26
@baloo
Copy link
Member Author

baloo commented Dec 30, 2022

@tarcieri done

@baloo baloo force-pushed the baloo/owned-api/certificate branch from 81c741d to 2109a1b Compare December 30, 2022 04:43
@tarcieri tarcieri merged commit eab0dab into RustCrypto:master Dec 30, 2022
@tarcieri
Copy link
Member

Thank you!

npmccallum added a commit to npmccallum/formats that referenced this pull request Jan 9, 2023
RustCrypto#806

The above PR made most types in this crate owned. However, some types were
missed. For consistencey, complete the migration.

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
npmccallum added a commit to npmccallum/formats that referenced this pull request Jan 9, 2023
RustCrypto#806

The above PR made most types in this crate owned. However, some types were
missed. For consistencey, complete the migration.

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
npmccallum added a commit to npmccallum/formats that referenced this pull request Jan 9, 2023
RustCrypto#806

The above PR made most types in this crate owned. However, some types were
missed. For consistencey, complete the migration.

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
npmccallum added a commit to npmccallum/formats that referenced this pull request Jan 9, 2023
RustCrypto#806

The above PR made most types in this crate owned. However, some types were
missed. For consistencey, complete the migration.

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
npmccallum added a commit to npmccallum/formats that referenced this pull request Jan 9, 2023
RustCrypto#806

The above PR made most types in this crate owned. However, some types were
missed. For consistencey, complete the migration.

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
tarcieri pushed a commit that referenced this pull request Jan 10, 2023
#806

The above PR made most types in this crate owned. However, some types were
missed. For consistency, complete the migration.

Removed alloc feature: this crate unconditionally requires alloc.

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
@lumag lumag mentioned this pull request Apr 4, 2023
Sign up for free to 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