aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-01-09 23:09:46 -0600
committerBrent Cook <bcook@openbsd.org>2017-01-09 23:09:46 -0600
commit9f9fdc05314a3a961fb78c9e7fd1c34fa24b5846 (patch)
tree6678b75ff5cdd7e822f7973977deff3e0d0d36b7
parent7acb28a3e740dabae159494fcd60cce76e2544f0 (diff)
downloadportable-9f9fdc05314a3a961fb78c9e7fd1c34fa24b5846.tar.gz
portable-9f9fdc05314a3a961fb78c9e7fd1c34fa24b5846.tar.bz2
portable-9f9fdc05314a3a961fb78c9e7fd1c34fa24b5846.zip
OSCP -> OCSP
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9381899..3b4b10a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,7 +56,7 @@ LibreSSL Portable Release Notes:
56 * Friendly certificate verification error messages in libtls, peer 56 * Friendly certificate verification error messages in libtls, peer
57 verification is now always enabled. 57 verification is now always enabled.
58 58
59 * Added OSCP stapling support to libtls and netcat. 59 * Added OCSP stapling support to libtls and netcat.
60 60
61 * Avoid a side-channel cache-timing attack that can leak the ECDSA 61 * Avoid a side-channel cache-timing attack that can leak the ECDSA
62 private keys when signing. This is due to BN_mod_inverse() being 62 private keys when signing. This is due to BN_mod_inverse() being
@@ -137,7 +137,7 @@ LibreSSL Portable Release Notes:
137 137
138 * Fixed loading default certificate locations with openssl s_client. 138 * Fixed loading default certificate locations with openssl s_client.
139 139
140 * Ensured OSCP only uses and compares GENERALIZEDTIME values as per 140 * Ensured OCSP only uses and compares GENERALIZEDTIME values as per
141 RFC6960. Also added fixes for OCSP to work with intermediate 141 RFC6960. Also added fixes for OCSP to work with intermediate
142 certificates provided in responses. 142 certificates provided in responses.
143 143