====""OpenSSL""==== cryptography http://www.openssl.org/ **{{color c="red" text="If you value security ensure to have the latest version installed"}}** (it is required for the //https// protocol) Verify installed version via the command-line interface: %%openssl version%% Source code distribution: http://www.openssl.org/source/ Binary code distribution {contains DEV files}: - http://www.smokey01.com/coolpup/ - http://www.datafilehost.com/download-970900d3.html [[http://www.datafilehost.com/download-57c99026.html sha1]] %%./config --help && ./Configure --prefix=/usr --openssldir=/etc/ssl threads zlib-dynamic shared linux-elf%% Dependencies: +[[bzip2]],+[[grep]],+[[tar]] platform: linux-elf options: bn(64,32) rc4(4x,int) des(ptr,risc1,16,long) idea(int) blowfish(idx) 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" http://www.t2-project.org/packages/openssl.html http://aplawrence.com/Girish/openssl.html http://freshmeat.net/projects/openssl http://puppylinux.org/wikka/software {{nocomments}} ---- ==Categories== CategorySecurity CategoryNetworking CategorySoftwareLibraries CategorySoftware