- 19 5月, 2011 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 30 1月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 5月, 2009 1 次提交
-
-
由 Andy 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).
-
- 06 5月, 2009 1 次提交
-
-
由 Richard Levitte 提交于
doesn't have padlocks.
-
- 27 4月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 13 11月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 11月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Change assert to OPENSSL_assert(). Fix e_padlock prototype.
-
- 04 1月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Guenter Knauf <eflash@gmx.net>
-
- 21 11月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 20 5月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 29 12月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Michal Ludvig <michal@logix.cz>
-
- 23 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 20 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 20 3月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 12月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
but not interoperable with the rest of the world. test_padlock script is added mostly for reference.
-
- 28 12月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
Well, it's even contrary, 512 was observed to *improve* performance by 5%. Excuse ourselves from treating C7 specially.
-
- 16 7月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
-
- 01 6月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 14 4月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
[read support for Solaris assembler].
-
由 Andy Polyakov 提交于
-
- 05 4月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 26 1月, 2005 1 次提交
-
-
- 13 1月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
performance on recent microarchitectures.
-
- 28 9月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
necessary.
-
- 25 9月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
gone unnoticed ...
-
- 13 9月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
- Move the inclusion of malloc.h until after all other includes, so we can do proper tests of system macros. - Make sure the correct header file is included to get the builtin "alloca" under VMS, and define a macro to map the symbol 'alloca' to it.
-
- 09 9月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
warning. Submitted by: Doug Kaufman <dkaufman@rahul.net>
-
- 07 9月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 24 8月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
compiling the engine and inline memcpy in performance critical pathes.
-
- 04 8月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
potential corruption problem if user manages to inter-leave aligined and misaligned requests [as well as some MSC-specific tweaks].
-
- 03 8月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
performing AES encryption in hardware, as well as one accessing hardware RNG. As you surely imagine this engine access this extended instruction set. Well, only AES for the moment, support for RNG is to be added later on... PR: 889 Submitted by: Michal Ludvig <michal@logix.cz> Obtained from: http://www.logix.cz/michal/devel/padlock/
-