summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
AgeCommit message (Collapse)Author
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-02-24Fix crash in SPARC T4 XTS.Andy Polyakov
Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 775b669de3ba84d8dce16ff5e2bdffe263c05c4b)
2014-07-20Initial POWER8 support from development branch.Andy Polyakov
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-06-11Engage ARMv8 AES support [from HEAD].Andy Polyakov
2014-02-05[aesni|sha*]-mb-x86_64.pl: add multi-block assembly modules [from master].Andy Polyakov
2014-02-01PPC assembly pack: jumbo update from master.Andy Polyakov
Add Vector Permutation AES and little-endian support.
2013-12-09ARM assembly pack: AES update from master (including bit-sliced module).Andy Polyakov
2013-12-01make updateDr. Stephen Henson
2013-06-13Backport single makefile from master.Ben Laurie
2013-05-19Add AES SPARC T4 module from master.Andy Polyakov
2013-05-19Add AES-NI SHA256 stitch and take it into build loop [from master].Andy Polyakov
2011-11-14Mafiles updates to accomodate assembler update from HEAD.Andy Polyakov
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations [from HEAD].Andy Polyakov
2011-08-14Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson
using OBJ xref utilities instead of string comparison with OID name. This removes the arbitrary restriction on using SHA1 only with some ECC ciphersuites.
2011-06-28AES-NI backport from HEAD. Note that e_aes.c doesn't implement all modesAndy Polyakov
from HEAD yet, more will be back-ported later.
2008-12-23Engage crypto/modes.Andy Polyakov
2008-12-02Implement Configure option pattern "experimental-foo"Bodo Möller
(specifically, "experimental-jpake").
2008-11-12Update make rules for x86_64 assembler pack.Andy Polyakov
2008-11-02Fix asserts. Fix incorrect dependency.Ben Laurie
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-18More support for KEK RecipientInfo.Dr. Stephen Henson
Generalise RecipientInfo and enveloped data handling so applications can add their own key lookup routines as well as using the standard ones.
2008-01-13Unify ppc assembler make rules.Andy Polyakov
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-08-28Make naming more consistent.Andy Polyakov
2007-04-30Engage s390x assembler modules.Andy Polyakov
2006-11-30Update dependencies.Dr. Stephen Henson
2006-08-31Forward port of IGE mode.Ben Laurie
2006-07-14Add option for "compact" rounds to aes_x86core.c. "Compact" rounds areAndy Polyakov
those referencing compact, 256-byte, S-boxes.
2005-12-10Engage AES for UltraSPARC in sparcv9 targets.Andy Polyakov
2005-07-12AES x86_64 assembler implementation.Andy Polyakov
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
2005-05-16make updateBodo Möller
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-03-30Blow away Makefile.ssl.Ben Laurie