- 03 11月, 2008 6 次提交
-
-
由 Andy Polyakov 提交于
-
由 Dr. Stephen Henson 提交于
builds work properly...
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 02 11月, 2008 7 次提交
-
-
由 Dr. Stephen Henson 提交于
Change assert to OPENSSL_assert(). Fix e_padlock prototype.
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
not used.
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
-
由 Ben Laurie 提交于
-
- 01 11月, 2008 5 次提交
-
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
underlying cipher to be size_t-fied, it allows for size_t, signed and unsigned long. It maintains source and even binary compatibility.
-
由 Andy Polyakov 提交于
-
- 31 10月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 10月, 2008 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
Submitted by: David North
-
- 28 10月, 2008 8 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
Submitted by: Sander Temme
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
PR: 1663
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
/* * This release balances code size and performance. In particular key * schedule setup is fully unrolled, because doing so *significantly* * reduces amount of instructions per setup round and code increase is * justifiable. In block functions on the other hand only inner loops * are unrolled, as full unroll gives only nominal performance boost, * while code size grows 4 or 7 times. Also, unlike previous versions * this one "encourages" compiler to keep intermediate variables in * registers, which should give better "all round" results, in other * words reasonable performance even with not so modern compilers. */
-
由 Andy Polyakov 提交于
-
- 27 10月, 2008 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
C++ style comments. Signed/unsigned warning in apps.c Missing targets in jpake/Makefile
-
由 Ben Laurie 提交于
-
- 23 10月, 2008 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 22 10月, 2008 4 次提交
-
-
由 Dr. Stephen Henson 提交于
with the appropriate parameters which calls OBJ_bsearch(). A compiler will typically inline this. This avoids the need for cmp_xxx variables and fixes unchecked const issues with CHECKED_PTR_OF()
-
由 Geoff Thorpe 提交于
avoid inlines...)
-
由 Lutz Jänicke 提交于
to s_client application. PR: #1761 Submitted by: David Woodhouse <dwmw2@infradead.org>
-
由 Geoff Thorpe 提交于
-
- 20 10月, 2008 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
Duplicate const. Use of ; outside function.
-