aboutsummaryrefslogtreecommitdiff
path: root/crypto/seed
AgeCommit message (Expand)AuthorFilesLines
2016-03-29crypto/seed: add small-footprint path.Andy Polyakov2-485/+360
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz4-4/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-92/+62
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte4-4/+4
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-145/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell7-364/+749
2015-01-22Move more comments that confuse indentMatt Caswell1-1/+2
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2012-02-26seed.c: incredibly enough seed.c can fail to compile on Solaris with certainAndy Polyakov1-0/+4
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2008-12-23Engage crypto/modes.Andy Polyakov4-123/+17
2008-12-16SEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decrease on x86.Andy Polyakov1-2/+41
2007-09-19Fix dependencies. Make depend.Ben Laurie1-9/+28
2007-08-31Constify seed and md2.Andy Polyakov1-1/+1
2007-06-08WIN32 fixes.Dr. Stephen Henson1-0/+2
2007-05-17Add .cvsignore to seed dir.Dr. Stephen Henson1-0/+4
2007-04-24remove leftover from editing ...Bodo Möller1-2/+0
2007-04-23Add SEED encryption algorithm.Bodo Möller8-0/+1087