summaryrefslogtreecommitdiffstats
path: root/crypto/seed
AgeCommit message (Collapse)Author
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
Since we don't use the eay style any more, there's no point tryint to tell emacs to use it. Reviewed-by: Ben Laurie <ben@openssl.org>
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
We had updates of certain header files in both Makefile.org and the Makefile in the directory the header file lived in. This is error prone and also sometimes generates slightly different results (usually just a comment that differs) depending on which way the update was done. This removes the file update targets from the top level Makefile, adds an update: target in all Makefiles and has it depend on the depend: or local_depend: targets, whichever is appropriate, so we don't get a double run through the whole file tree. Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 0f539dc1a2f45580435c39dada44dd276e79cb88) Conflicts: Makefile.org apps/Makefile test/Makefile
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Move more comments that confuse indentMatt Caswell
Conflicts: crypto/dsa/dsa.h demos/engines/ibmca/hw_ibmca.c ssl/ssl_locl.h Reviewed-by: Tim Hudson <tjh@openssl.org>
2012-06-09Revert "version skew" patches that break FIPS compilationDr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-02-26seed.c: Solaris portability fix from HEAD.Andy Polyakov
2011-06-01Prohibit low level cipher APIs in FIPS mode.Dr. Stephen Henson
Not complete: ciphers with assembly language key setup are not covered yet.
2008-12-23Engage crypto/modes.Andy Polyakov
2008-12-16SEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decrease on x86.Andy Polyakov
2007-09-19Fix dependencies. Make depend.Ben Laurie
2007-08-31Constify seed and md2.Andy Polyakov
2007-06-08WIN32 fixes.Dr. Stephen Henson
2007-05-17Add .cvsignore to seed dir.Dr. Stephen Henson
2007-04-24remove leftover from editing ...Bodo Möller
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller