Skip to content

Commit c29c62d

Browse files
committed
renew certs
1 parent 50ed92d commit c29c62d

5 files changed

Lines changed: 2 additions & 3 deletions

File tree

security-framework/src/os/macos/certificate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ mod test {
220220
fn fingerprint() {
221221
let certificate = certificate();
222222
let fingerprint = p!(certificate.fingerprint());
223-
assert_eq!("af9dd180a326ae08b37e6398f9262f8b9d4c55674a233a7c84975024f873655d", hex::encode(fingerprint));
223+
assert_eq!("4703d8573aaeb1d75e6b04a75555b4ddc38b220e193947b172019b3e2c3da084", hex::encode(fingerprint));
224224
}
225225

226226
#[test]
@@ -243,6 +243,6 @@ mod test {
243243
PropertyType::String(ref s) => s.to_string(),
244244
_ => panic!(),
245245
};
246-
assert_eq!(algorithm, "1.2.840.113549.1.1.5");
246+
assert_eq!(algorithm, "1.2.840.113549.1.1.11");
247247
}
248248
}

security-framework/src/os/macos/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ pub(crate) mod test {
2828

2929
#[must_use]
3030
pub(crate) fn identity(dir: &Path) -> SecIdentity {
31-
// FIXME https://github.com/rust-lang/rust/issues/30018
3231
let keychain = keychain(dir);
3332
let mut items = p!(ItemSearchOptions::new()
3433
.class(ItemClass::identity())

security-framework/test/server.der

5 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.

security-framework/test/server.p12

65 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)