Skip to content

Conversation

@monokles
Copy link

@monokles monokles commented Nov 7, 2022

Originally introduced by PR #112 but never made it into master.
I cherry-picked the original commits onto a fresh branch and fixed the resulting code.

Since it changes the API, the version number is bumped.

As this patch changes the API of LinkedCertificate, it also bump the version number
Note: updated during cherry-picking for new Certificate interface
@monokles monokles requested a review from raoulstrackx November 7, 2022 14:03
@monokles monokles marked this pull request as ready for review November 8, 2022 08:37
[package]
name = "mbedtls"
version = "0.8.2"
version = "0.8.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You changed the interface, so these versions are not compatible with one another.
When you only update the patch version, and dependencies are defined as mbedtls = 0.8, Cargo may automatically pick up the new version. Unfortunately that will lead to compile issues.
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html

}

#[test]
fn empty_crl_test() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: Can you squash the three commits related to tests?

raoulstrackx and others added 2 commits November 18, 2022 11:39
Fix Crl test

Move Crl tests into certificate.rs
@raoulstrackx
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Nov 18, 2022

Build succeeded:

@bors bors bot merged commit 1027689 into fortanix:master Nov 18, 2022
Taowyoo pushed a commit that referenced this pull request Apr 19, 2023
214: Add support for certificate revocation lists r=raoulstrackx a=monokles

Originally introduced by PR #112 but never made it into master.
I cherry-picked the original commits onto a fresh branch and fixed the resulting code.

Since it changes the API, the version number is bumped.

Co-authored-by: Raoul Strackx <[email protected]>
Co-authored-by: koentange <[email protected]>
Taowyoo pushed a commit that referenced this pull request Apr 24, 2023
214: Add support for certificate revocation lists r=raoulstrackx a=monokles

Originally introduced by PR #112 but never made it into master.
I cherry-picked the original commits onto a fresh branch and fixed the resulting code.

Since it changes the API, the version number is bumped.

Co-authored-by: Raoul Strackx <[email protected]>
Co-authored-by: koentange <[email protected]>
bors bot added a commit that referenced this pull request Apr 24, 2023
255: Prepare for publishing `0.8.2` r=mzohreva a=Taowyoo

Back-port several PR's to fix problems that obstruct the publish

- #180 
- #206 
- #214 only commit [441d571](441d571)
- #229 


Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Co-authored-by: Tobias Naumann <[email protected]>
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