Home
last modified time | relevance | path

Searched refs:certificates (Results 1 – 3 of 3) sorted by relevance

/tonic/interop/data/
H A DREADME.md3 This directory contains certificates used for testing interop between Tonic's
7 To regenerate certificates for some reason, do the following:
14 This will generate certificates and write them to the filesystem. The effective
/tonic/examples/src/tls_rustls/
H A Dserver.rs66 let mut certificates = Vec::new(); in main() localVariable
72 certificates.push(cert.clone()); in main()
80 .add_extension(Arc::new(ConnInfo { addr, certificates })) in main()
98 certificates: Vec<CertificateDer<'static>>, field
112 conn_info.addr, conn_info.certificates in unary_echo()
/tonic/
H A DCHANGELOG.md57 * **tls:** Add ability to add multiple ca certificates ([#1724](https://github.com/hyperium/tonic/i…