Created
April 7, 2014 22:27
-
-
Save andyfowler/10068879 to your computer and use it in GitHub Desktop.
testing a libssl update in vagrant for heartbleed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@vagrant:~$ openssl version -a | |
OpenSSL 1.0.1 14 Mar 2012 | |
built on: Wed Jan 8 20:45:51 UTC 2014 | |
platform: debian-amd64 | |
options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) blowfish(idx) | |
compiler: cc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_NO_TLS1_2_CLIENT -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50 -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM | |
OPENSSLDIR: "/usr/lib/ssl" | |
vagrant@vagrant:~$ sudo apt-get update | |
vagrant@vagrant:~$ apt-cache policy libssl1.0.0 | |
libssl1.0.0: | |
Installed: 1.0.1-4ubuntu5.11 | |
Candidate: 1.0.1-4ubuntu5.12 | |
vagrant@vagrant:~$ sudo apt-get install libssl1.0.0 openssl ca-certificates | |
vagrant@vagrant:~$ openssl version -a | |
OpenSSL 1.0.1 14 Mar 2012 | |
built on: Mon Apr 7 20:33:29 UTC 2014 | |
platform: debian-amd64 | |
options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) blowfish(idx) | |
compiler: cc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_NO_TLS1_2_CLIENT -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50 -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM | |
OPENSSLDIR: "/usr/lib/ssl" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment