Revision [24159]
This is an old revision of openssl made by coolpup on 2012-09-29 06:45:00.
OpenSSL
cryptography
Binary code distribution:
Source code distribution: http://www.openssl.org/source/
Tutorial
- Verify installed version via the command-line interface:
openssl version
- Can be used for sha1sum calculation:
openssl sha1 <file>
./config --help && ./Configure --prefix=/usr --openssldir=/etc/ssl zlib-dynamic shared linux-elf
Appendix
- platform: linux-elf
compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O2 -pipe -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM
OPENSSLDIR: "/etc/ssl"
Categories
CategorySecurityCategorySoftwareLibraries
CategorySoftware