From eaf4002536dd1c9b77752aed95748b79f4b08ebc Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Sat, 29 Sep 2018 11:56:35 +0800 Subject: [PATCH] Update version number 2.3.3 is the first release to support SM9, setup/keygen/sign are supported, kem/encrypt/keyagree to be continue. --- include/openssl/opensslv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 5da2b7b3..baccd67d 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -41,9 +41,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x1010004fL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "GmSSL 2.3.2 - OpenSSL 1.1.0d-fips 28 Sep 2018" +# define OPENSSL_VERSION_TEXT "GmSSL 2.3.3 - OpenSSL 1.1.0d-fips 29 Sep 2018" # else -# define OPENSSL_VERSION_TEXT "GmSSL 2.3.2 - OpenSSL 1.1.0d 28 Sep 2018" +# define OPENSSL_VERSION_TEXT "GmSSL 2.3.3 - OpenSSL 1.1.0d 29 Sep 2018" # endif /*-