Add x.509 ext critical check

This commit is contained in:
Zhi Guan
2026-06-17 09:14:03 +08:00
parent f45919d0f7
commit 1bf47fea14
4 changed files with 43 additions and 4 deletions

View File

@@ -818,7 +818,7 @@ endif()
#
set(CPACK_PACKAGE_NAME "GmSSL")
set(CPACK_PACKAGE_VENDOR "GmSSL develop team")
set(CPACK_PACKAGE_VERSION "3.2.0-dev.1070")
set(CPACK_PACKAGE_VERSION "3.2.0-dev.1071")
set(CPACK_PACKAGE_DESCRIPTION_FILE ${PROJECT_SOURCE_DIR}/README.md)
set(CPACK_NSIS_MODIFY_PATH ON)
include(CPack)