Skip to content

Commit

Permalink
Merge pull request #173 from WickrInc/tl-openssl1.1.1i
Browse files Browse the repository at this point in the history
Update openssl to 1.1.1i
  • Loading branch information
tomleavy authored Jan 15, 2021
2 parents 85df4d9 + 3b405d6 commit d6c6656
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions third-party/openssl/1.0.2-fips/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ macro(build_openssl)
set(MAKE_OPS "-j${N}")
endif ()

set(OSSL_VERSION "1.0.2v")
set(OSSL_HASH "17d1d6bf7956d1c263f908d10fe209a22b03fe6ea19367462baaee8923281a4f")
set(OSSL_URL "https://github.openssl.org/openssl/wickr/archive/OpenSSL_1_0_2v.tar.gz")
set(OSSL_VERSION "1.0.2x")
set(OSSL_HASH "455a3cce60fddd352e52e03e70b60e708b5d392688ecdf37ba2ed53a8a059e2a")
set(OSSL_URL "https://github.openssl.org/openssl/wickr/archive/OpenSSL_1_0_2x.tar.gz")

if (FIPS)
set(FIPS_OPTIONS fips --with-fipsdir=${FIPS_PATH} --with-fipslibdir=${FIPS_PATH}/lib/)
Expand Down
4 changes: 2 additions & 2 deletions third-party/openssl/1.1.1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ macro(build_openssl)
set(MAKE_OPS "-j${N}")
endif ()

set(OSSL_VERSION "1.1.1g")
set(OSSL_HASH "ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46")
set(OSSL_VERSION "1.1.1i")
set(OSSL_HASH "e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242")
set(OSSL_URL "https://www.openssl.org/source/openssl-${OSSL_VERSION}.tar.gz")
set(OSSL_OPTIONS no-ssl3 no-comp enable-ec_nistp_64_gcc_128 --prefix=${CMAKE_CURRENT_BINARY_DIR})

Expand Down

0 comments on commit d6c6656

Please sign in to comment.