OpenSSL
Â
Introduction
Â
Â
Usage
Â
module load misc/openssl/1.0.2
Â
Installation
Â
module load library/zlib/1.2.8 module load pcre/10.23 module load gsl/gsl2-3 module load cmake/3.5.0 cd /sw/misc/openssl/src/openssl-1.0.2l ./Configure LIST ./Configure —help ./config shared no-ssl2 no-ssl3 no-weak-ssl-ciphers --prefix=/sw/misc/openssl/1.0.2l --openssldir=/sw/misc/openssl/1.0.2l 2>&1 | tee ConfigureLog.txt #make depend 2>&1 | tee makeDependLog.txt make 2>&1 | tee makeLog.txt make test 2>&1 | tee makeTestLog.txt make install 2>&1 | tee makeInstallLog.txt >>>>>> make test >>>>>>>>>>>> PASS test_bad_dtls ../util/shlib_wrap.sh ./bad_dtls_test make[1]: Leaving directory `/sw/misc/openssl/src/openssl-1.0.2l/test' OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a OpenSSL 1.0.2l 25 May 2017 built on: reproducible build, date unspecified platform: linux-x86_64 options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx) compiler: gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM OPENSSLDIR: "/sw/misc/openssl/1.0.2l"
Â
Reference
Â