aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
Commit message (Collapse)AuthorAgeFilesLines
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-3/+4
| | | | | | | For code bracketed by "#if 1" then remove the alternate "#else .. #endif" lines. Reviewed-by: Andy Polyakov <appro@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-553/+572
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
| | | | | | | indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-1/+1
| | | | | | | | Add a dozen more const declarations where appropriate. These are from Justin; while adding his patch, I noticed ASN1_BIT_STRING_check could be fixed, too. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* Configure: reimplement commit#21695.Andy Polyakov2011-11-151-2/+2
|
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-2/+2
| | | | aspirational __owur annotations.
* e_padlock: add CTR mode.Andy Polyakov2011-10-051-3/+45
|
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-061-788/+181
|
* e_padlock.c: fix typo.Andy Polyakov2011-05-251-1/+1
|
* e_padlock.c: last x86_64 commit didn't work with some optimizers.Andy Polyakov2011-05-241-13/+15
|
* e_padlock.c: make it compile on MacOS X.Andy Polyakov2011-05-181-7/+11
|
* stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson2011-01-301-0/+10
|
* e_padlock.c: fix typo (missing #endif) and switch to __builtin_allocaAndy Polyakov2009-05-121-5/+6
| | | | | | (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).
* Make sure the padlock code compiles correctly even on hardware thatRichard Levitte2009-05-061-1/+6
| | | | doesn't have padlocks.
* e_padlock: add support for x86_64 gcc.Andy Polyakov2009-04-261-18/+122
|
* Revert another size_t change.Dr. Stephen Henson2008-11-121-1/+1
|
* Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson2008-11-021-1/+1
| | | | | Change assert to OPENSSL_assert(). Fix e_padlock prototype.
* Netware support.Dr. Stephen Henson2008-01-031-0/+3
| | | | Submitted by: Guenter Knauf <eflash@gmx.net>
* Avoid warning.Dr. Stephen Henson2007-11-201-2/+2
|
* Padlock engine fails to compile with -O0 -fPIC.Andy Polyakov2007-05-201-1/+1
|
* Move eng_padlock.c to ./engines.Andy Polyakov2006-12-291-0/+1218
Submitted by: Michal Ludvig <michal@logix.cz>