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