summaryrefslogtreecommitdiffstats
path: root/crypto/aes
AgeCommit message (Collapse)Author
2010-05-05Revert previous Linux-specific/centric commit#19629. If it really has toAndy Polyakov
be done, it's definitely not the way to do it. So far answer to the question was to ./config -Wa,--noexecstack (adopted by RedHat).
2010-05-05Non-executable stack in asm.Ben Laurie
2010-04-10aes-ppc.pl: 10% performance improvement on Power6.Andy Polyakov
2010-04-10AESNI engine: add counter mode.Andy Polyakov
2010-03-29ARMv4 assembler: fix compilation failure. Fix is actually unconfirmed, butAndy Polyakov
I can't think of any other cause for failure
2010-02-23Reserve for option to implement AES counter in assembler.Andy Polyakov
2010-01-19s390x assembler update: add support for run-time facility detection.Andy Polyakov
2009-12-27Throw in more PA-RISC assembler.Andy Polyakov
2009-11-15aesni-x86.pl: eliminate development comments.Andy Polyakov
2009-05-02aesni-x86_64.pl: resolve LNK1223 error.Andy Polyakov
2009-05-02AES-NI engine jumbo update.Andy Polyakov
2009-04-27aesni-x86.pl: fix another typo and add test script.Andy Polyakov
2009-04-27aesni-x86.pl: fix typos.Andy Polyakov
2009-04-27Intel AES-NI engine.Andy Polyakov
Submitted by: Huang Ying
2009-03-17aes-390x.pl: commentary update.Andy Polyakov
2009-03-17Make SPARC assembler modules *really* Purify-friendly.Andy Polyakov
2009-03-16Make SPARC assembler Pirify-friendly (Purify can't cope with certainAndy Polyakov
PIC constructs).
2009-02-09s390x assembler pack update.Andy Polyakov
2008-12-27Revisit RT#1801 and complete fix.Andy Polyakov
2008-12-23Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov
2008-12-23Patch the omission from prvious commit #17716.Andy Polyakov
2008-12-23Engage crypto/modes.Andy Polyakov
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov
2008-12-17SEGV in AES_cbc_encrypt in aes-x86_64 assembler module.Andy Polyakov
PR: 1801 Submitted by: Huang Ying
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-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov
2008-11-02Fix asserts. Fix incorrect dependency.Ben Laurie
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2008-09-12AIX build updates.Andy Polyakov
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
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-03-12And so it begins...Dr. Stephen Henson
Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
2008-02-06Micro-profiling assisted "optimization" for Power6. Essentially it's soAndy Polyakov
to say educational commit. Reordering instructions doesn't improve performance much, rather exhibits Power6 limitations.
2008-01-13Unify ppc assembler make rules.Andy Polyakov
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2008-01-05Make aes-x86_64 work with debug Win64 build.Andy Polyakov
2008-01-05Make AES_T[ed] private to aes-586 module.Andy Polyakov
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-11-22Combat [bogus] relocations in some assember modules.Andy Polyakov
2007-09-27Yet another ARM update. It appears to be more appropriate to makeAndy Polyakov
developers responsible for -march choice.
2007-09-2710% performance tweak in 64-bit mode.Andy Polyakov
2007-08-29aes_ige suffered SIGBUS on RISC platforms.Andy Polyakov
2007-08-28Make naming more consistent.Andy Polyakov
2007-08-23Make x86_64 modules work under Win64/x64.Andy Polyakov
2007-07-30Buglet fixes and minor optimization in aes-x86_86 assembler.Andy Polyakov
2007-07-27AES for IA64 update.Andy Polyakov
2007-07-23Allow for option to skip hardware support.Andy Polyakov
2007-07-21Complete synchronization of aes-x86_64 with aes-586.Andy Polyakov