Age | Commit message (Expand) | Author |
2012-10-13 | Makefile and header changes for OpenSSL-1.0.1c | Damien Miller |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-11 | Disable SSLv2 in OpenSSL. No objections from djm. | Stuart Henderson |
2012-01-05 | OpenSSL 1.0.0f: crank minor | Damien Miller |
2011-11-03 | crank major for openssl-1.0.0e | Damien Miller |
2011-08-03 | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | Mark Kettenis |
2011-07-08 | No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it. | Marco Pfatschbacher |
2011-07-08 | Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasm | Marco Pfatschbacher |
2010-10-07 | OpenSSL grows another undocumented header, apparently needed on armish | Damien Miller |
2010-10-06 | More OpenSSL fixes: | Damien Miller |
2010-10-04 | Our make already uses sh -e when executing commands. | Christian Weisgerber |
2010-10-03 | DES_LONG should be u_int on all platforms, it was spuriously | Damien Miller |
2010-10-02 | percolate up errors from perl asm scripts, correctly enable SHA-256 asm on | Damien Miller |
2010-10-01 | update supporting files, crank library majors | Damien Miller |
2010-07-01 | oops. Missed this from my aes-ni commit. | Thordur I. Bjornsson |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-04-06 | crankus majoris | Damien Miller |
2009-01-09 | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | Damien Miller |
2009-01-09 | adjust Makefile and crank major for openssl-0.9.8j | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-08 | turn off CAST assembler code (i.e. use C implementation) as it has bad | Damien Miller |
2008-09-07 | sparc now requires this bloated library to be -fPIC | Theo de Raadt |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller |
2008-07-25 | i have to crank this for a ridiculous reason, to save me about 4 hours of work | Theo de Raadt |
2006-10-14 | architecture sh (landisk) is little endian. | Dale Rahn |
2006-10-11 | Initial config for sh, copied from arm. | Jonathan Gray |
2006-06-27 | crank shlib_version | Damien Miller |
2006-05-04 | backport checks for degenerate Diffie-Hellman public exponents from | Damien Miller |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-05-10 | import i386 AES asm code from openssl.org; ok and help with testing djm@ | Markus Friedl |
2005-04-29 | typo; from grunk AT pestilenz.org via markus@ | Damien Miller |
2005-04-29 | crank | Damien Miller |
2005-04-29 | adjust for new files in 0.9.7g | Damien Miller |
2005-04-01 | re-enable DSO_DLFCN on shared lib architectures; ok deraadt | Markus Friedl |
2005-03-30 | backout last commit for now.. | Markus Friedl |
2005-03-30 | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | Markus Friedl |
2005-02-07 | For amd64, build the bn routines in libcrypto with the amd64 specific | Bob Beck |
2004-09-07 | mips is now 64 bits so use a 64 bit config | Per Fogelstrom |
2004-08-11 | mips->mips64 | Per Fogelstrom |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-04-25 | update missing pieces from 0.9.7d; ok henning | Markus Friedl |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-13 | Cleanup and shrink ACSS_KEY a bit. Thus crank library minor. | Hans-Joerg Hoexer |
2004-02-03 | config for arm, copied from powerpc/sparc ok markus@ | Dale Rahn |
2004-01-29 | cleanup byte order detection per arch a bit; mickey ok | Theo de Raadt |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff |
2004-01-23 | enable acss. | Hans-Joerg Hoexer |
2003-11-19 | Break up the colon-separated path to -I into two -I args so the tree | Todd C. Miller |
2003-11-18 | use bn_asm_vax.S (from netbsd); test + ok by miod | Markus Friedl |
2003-11-11 | crank minor for ERR_release_err_state_table | Markus Friedl |