Changeset 47c2384 in mod_gnutls for doc/mod_gnutls_manual.md
- Timestamp:
- Jan 26, 2020, 8:01:48 AM (2 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- f042405
- Parents:
- 8daef10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.md
r8daef10 r47c2384 529 529 prevent the client from getting a response. 530 530 531 With TLS 1.2 stapling can be used only for the server certificate, 532 with TLS 1.3 mod\_gnutls supports stapling for all certificates in the 533 certificate chain except the root CA. 531 With TLS 1.2 stapling can be used only for the server certificate. 532 TLS 1.3 supports stapling for all transmitted certificates. 533 Mod\_gnutls will staple for as many consecutive certificates in the 534 certificate chain as possible, ideally all except the root CA. 534 535 535 536 Mod\_gnutls enables OCSP stapling by default if possible. The following
Note: See TracChangeset
for help on using the changeset viewer.