Helper function to create test ECDSA algorithm identifier
()
| 259 | |
| 260 | // Helper function to create test ECDSA algorithm identifier |
| 261 | fn create_test_algorithm() -> AlgorithmIdentifierOwned { |
| 262 | AlgorithmIdentifierOwned { |
| 263 | oid: ECDSA_WITH_SHA256_OID, |
| 264 | parameters: None, |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | // Helper function to create a basic certificate |
| 269 | fn create_basic_certificate(subject: &str, issuer: &str) -> Certificate { |
no outgoing calls
no test coverage detected