()
| 437 | |
| 438 | #[test] |
| 439 | fn test_server_auth_eku() { |
| 440 | let entry = find_by_nid(129).unwrap(); |
| 441 | assert_eq!(entry.short_name, "serverAuth"); |
| 442 | assert_eq!(entry.oid_string(), "1.3.6.1.5.5.7.3.1"); |
| 443 | } |
| 444 | |
| 445 | #[test] |
| 446 | fn test_no_duplicate_nids() { |
nothing calls this directly
no test coverage detected