Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ invalid_cert
Function
invalid_cert
crates/stdlib/src/ssl/cert.rs:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
pub fn invalid_cert() -> io::Error {
80
invalid_data(
"No certificates found in certificate file"
)
81
}
82
}
83
84
/// DER parsing error variants
Callers
1
load_cert_chain_from_file
Function · 0.85
Calls
1
invalid_data
Function · 0.85
Tested by
no test coverage detected