支持softhsm签发证书,softhsm已与tfe联调通过

修复一些bug
This commit is contained in:
fengweihao
2020-11-26 19:26:25 +08:00
parent f3cbd19825
commit 2dc0440f8e
4 changed files with 130 additions and 149 deletions

View File

@@ -4,8 +4,8 @@ include(ExternalProject)
### OpenSSL 1.1.1
ExternalProject_Add(OpenSSL PREFIX openssl
URL ${CMAKE_CURRENT_SOURCE_DIR}/openssl-1.1.1.tar.gz
URL_MD5 d65944e4aa4de6ad9858e02c82d85183
URL ${CMAKE_CURRENT_SOURCE_DIR}/openssl-1.0.2k.tar.gz
URL_MD5 1867fcc743aeefb16c99d915fc7440c8
CONFIGURE_COMMAND ./Configure enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers linux-x86_64 --prefix=<INSTALL_DIR> --openssldir=<INSTALL_DIR>/lib/ssl
enable-ec_nistp_64_gcc_128 no-shared
BUILD_COMMAND ${MAKE_COMMAND}

BIN
vendor/openssl-1.0.2k.tar.gz vendored Normal file

Binary file not shown.

Binary file not shown.