summaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
AgeCommit message (Collapse)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
(with introduction of 64-bit support alloca must be declared and there is no standard way of doing that, switching to __bultin_alloca is considered appropriate because code explicitly targets gcc anyway).
2009-05-06Make sure the padlock code compiles correctly even on hardware thatRichard Levitte
doesn't have padlocks.
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
Change assert to OPENSSL_assert(). Fix e_padlock prototype.
2008-01-03Netware support.Dr. Stephen Henson
Submitted by: Guenter Knauf <eflash@gmx.net>
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
Submitted by: Michal Ludvig <michal@logix.cz>