rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

Consolidate test certificates #316

Closed jsha closed 1 year ago

jsha commented 1 year ago

Previously some tests used certificates in the root of the repository, and others used ones under testdata/. Consolidate on testdata/ and also reissue those certificates to extend their expiration date.

This also fixes tests failing on main due to an expired localhost certificate.