We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libparsec_platform_pki
libparsec_client
1 parent 169c910 commit f8bd95dCopy full SHA for f8bd95d
libparsec/crates/client/src/invite/async_enrollment/list.rs
@@ -84,7 +84,7 @@ pub(crate) async fn list_async_enrollments(
84
intermediate_der_x509_certificates,
85
..
86
} => {
87
- match libparsec_platform_pki::get_root_certificate_info_from_trustchain(
+ match libparsec_platform_pki::get_root_x509_certificate_info_from_trustchain(
88
&submitter_der_x509_certificate,
89
intermediate_der_x509_certificates
90
.iter()
0 commit comments