summaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
AgeCommit message (Expand)Author
2011-10-05e_padlock: add CTR mode.Andy Polyakov
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-05-25e_padlock.c: fix typo.Andy Polyakov
2011-05-24e_padlock.c: last x86_64 commit didn't work with some optimizers.Andy Polyakov
2011-05-18e_padlock.c: make it compile on MacOS X.Andy Polyakov
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2009-05-12e_padlock.c: fix typo (missing #endif) and switch to __builtin_allocaAndy Polyakov
2009-05-06Make sure the padlock code compiles correctly even on hardware thatRichard Levitte
2009-04-26e_padlock: add support for x86_64 gcc.Andy Polyakov
2008-11-12Revert another size_t change.Dr. Stephen Henson
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson
2008-01-03Netware support.Dr. Stephen Henson
2007-11-20Avoid warning.Dr. Stephen Henson
2007-05-20Padlock engine fails to compile with -O0 -fPIC.Andy Polyakov
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov