Skip to content

Commit 3a2bb18

Browse files
authored
Merge pull request #102 from cyberark/update-safelogic-102zf-53
Update for SafeLogic release 1.0.2zf-53
2 parents 3d40a15 + dfec679 commit 3a2bb18

File tree

4 files changed

+1
-362
lines changed

4 files changed

+1
-362
lines changed

openssl-builder/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ ARG OPENSSL_VER
33

44
ADD openssl/openssl$OPENSSL_VER/openssl$OPENSSL_VER.tgz /usr/local/ssl
55

6-
# Temporarily add the missing binaries in misc. These are taken from
7-
# our non-FIPS-compliant build and are present only to avoid breaking
8-
# downstream builds until we get the missing files from SafeLogic.
9-
ADD miscExes.tgz /usr/local/ssl
10-
11-
# Temporarily, we need to add in the config file from when we built
12-
# OpenSSL ourselves. We have a request in to SafeLoogic to have this
13-
# file included in their deliverables and should use that long term
14-
# to make sure the config file stays up to date with the build.
15-
COPY openssl.cnf /usr/local/ssl
16-
176
# The next 3 RUN statements are because the structure in the tgz file
187
# doesn't match the structure created by the OpenSSL build. The DV team
198
# sets the structure for the executable, but can't change it right now due

openssl-builder/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euxo pipefail
44

55
cd "$(dirname "$0")"
66

7-
OPENSSL_VER="1.0.2zf-50"
7+
OPENSSL_VER="1.0.2zf-53"
88

99
if ! git clone git@github.com:conjurinc/openssl.git; then
1010
echo "Could not clone conjurinc/openssl repo"

openssl-builder/miscExes.tgz

-5.44 KB
Binary file not shown.

openssl-builder/openssl.cnf

Lines changed: 0 additions & 350 deletions
This file was deleted.

0 commit comments

Comments
 (0)