[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Fri Apr 8 12:03:03 UTC 2016
The branch master has been updated
via 506e28b3e3d954bd71e915aa7aa3f966ee0d24ec (commit)
from 20b88bb160865b0c2998056fe841b1cbacd6d4c7 (commit)
- Log -----------------------------------------------------------------
commit 506e28b3e3d954bd71e915aa7aa3f966ee0d24ec
Author: Rich Salz <rsalz at openssl.org>
Date: Fri Apr 8 08:02:41 2016 -0400
Add OCSP to mkdef
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
util/mkdef.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 80bc61a..ea87486 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -97,6 +97,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
"PSK", "SRP", "HEARTBEATS",
# CMS
"CMS",
+ "OCSP",
# CryptoAPI Engine
"CAPIENG",
# SSL methods
More information about the openssl-commits
mailing list