| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable SSLv2 in OpenSSL. No objections from djm. | sthen | 2012-07-11 | 14 | -0/+84 |
* | OpenSSL 1.0.0f: crank minor | djm | 2012-01-05 | 1 | -1/+1 |
* | crank major for openssl-1.0.0e | djm | 2011-11-03 | 1 | -1/+1 |
* | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | kettenis | 2011-08-03 | 1 | -0/+253 |
* | No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it. | mpf | 2011-07-08 | 1 | -2/+1 |
* | Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasm | mpf | 2011-07-08 | 1 | -3/+3 |
* | OpenSSL grows another undocumented header, apparently needed on armish | djm | 2010-10-07 | 1 | -1/+2 |
* | More OpenSSL fixes: | djm | 2010-10-06 | 1 | -2/+2 |
* | Our make already uses sh -e when executing commands. | naddy | 2010-10-04 | 1 | -7/+7 |
* | DES_LONG should be u_int on all platforms, it was spuriously | djm | 2010-10-03 | 1 | -1/+1 |
* | percolate up errors from perl asm scripts, correctly enable SHA-256 asm on | djm | 2010-10-02 | 1 | -9/+9 |
* | update supporting files, crank library majors | djm | 2010-10-01 | 15 | -243/+601 |
* | oops. Missed this from my aes-ni commit. | thib | 2010-07-01 | 1 | -3/+4 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -6/+8 |
* | crankus majoris | djm | 2009-04-06 | 1 | -1/+1 |
* | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | djm | 2009-01-09 | 13 | -39/+0 |
* | adjust Makefile and crank major for openssl-0.9.8j | djm | 2009-01-09 | 15 | -14/+54 |
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 15 | -3/+43 |
* | turn off CAST assembler code (i.e. use C implementation) as it has bad | djm | 2008-09-08 | 1 | -3/+3 |
* | sparc now requires this bloated library to be -fPIC | deraadt | 2008-09-07 | 1 | -1/+5 |
* | remerge local tweaks, update per-arch configuration headers, update | djm | 2008-09-06 | 15 | -64/+838 |
* | i have to crank this for a ridiculous reason, to save me about 4 hours of work | deraadt | 2008-07-25 | 1 | -1/+1 |
* | architecture sh (landisk) is little endian. | drahn | 2006-10-14 | 1 | -2/+2 |
* | Initial config for sh, copied from arm. | jsg | 2006-10-11 | 1 | -0/+180 |
* | crank shlib_version | djm | 2006-06-27 | 2 | -4/+5 |
* | backport checks for degenerate Diffie-Hellman public exponents from | djm | 2006-05-04 | 1 | -1/+1 |
* | use WANTLINT= (on all architectures) | deraadt | 2005-11-24 | 1 | -1/+2 |
* | import i386 AES asm code from openssl.org; ok and help with testing djm@ | markus | 2005-05-10 | 1 | -2/+7 |
* | typo; from grunk AT pestilenz.org via markus@ | djm | 2005-04-29 | 1 | -2/+1 |
* | crank | djm | 2005-04-29 | 1 | -1/+1 |
* | adjust for new files in 0.9.7g | djm | 2005-04-29 | 1 | -6/+22 |
* | re-enable DSO_DLFCN on shared lib architectures; ok deraadt | markus | 2005-04-01 | 1 | -2/+7 |
* | backout last commit for now.. | markus | 2005-03-30 | 1 | -2/+2 |
* | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | markus | 2005-03-30 | 1 | -2/+2 |
* | For amd64, build the bn routines in libcrypto with the amd64 specific | beck | 2005-02-07 | 1 | -2/+9 |
* | mips is now 64 bits so use a 64 bit config | pefo | 2004-09-07 | 1 | -6/+6 |
* | mips->mips64 | pefo | 2004-08-11 | 1 | -0/+0 |
* | errno changes, lib major version bumps, and general flag day | marc | 2004-07-13 | 1 | -2/+2 |
* | update missing pieces from 0.9.7d; ok henning | markus | 2004-04-25 | 1 | -1/+1 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | deraadt | 2004-02-27 | 2 | -182/+2 |
* | Cleanup and shrink ACSS_KEY a bit. Thus crank library minor. | hshoexer | 2004-02-13 | 1 | -1/+1 |
* | config for arm, copied from powerpc/sparc ok markus@ | drahn | 2004-02-03 | 1 | -0/+180 |
* | cleanup byte order detection per arch a bit; mickey ok | deraadt | 2004-01-29 | 1 | -14/+4 |
* | the rest of the libs stuff; from art@ again | mickey | 2004-01-28 | 2 | -0/+360 |
* | enable acss. | hshoexer | 2004-01-23 | 2 | -4/+6 |
* | Break up the colon-separated path to -I into two -I args so the tree | millert | 2003-11-19 | 1 | -2/+2 |
* | use bn_asm_vax.S (from netbsd); test + ok by miod | markus | 2003-11-18 | 2 | -5/+478 |
* | crank minor for ERR_release_err_state_table | markus | 2003-11-11 | 1 | -1/+1 |
* | swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles | markus | 2003-06-02 | 1 | -21/+15 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 2 | -3/+4 |