Initial support for fetching OCSP status to be used for OCSP stapling (as suggested in #385)

This commit is contained in:
Lukas Schauer
2017-07-11 00:27:28 +02:00
parent 82ca3ffcd3
commit ee75c5dca7
3 changed files with 43 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ This file contains a log of major changes in dehydrated
## Added
- New feature for updating contact information (--account)
- Allow automatic cleanup on exit (AUTO_CLEANUP)
- Initial support for fetching OCSP status to be used for OCSP stapling (OCSP_FETCH)
## [0.4.0] - 2017-02-05
## Changed