- Nov 02, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Change assert to OPENSSL_assert(). Fix e_padlock prototype.
-
Ben Laurie authored
-
Dr. Stephen Henson authored
not used.
-
Ben Laurie authored
-
Ben Laurie authored
-
- Nov 01, 2008
-
-
Andy Polyakov authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Andy Polyakov authored
-
- Oct 31, 2008
-
-
Andy Polyakov authored
-
Andy Polyakov authored
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 authored
-
Dr. Stephen Henson authored
-
- Oct 29, 2008
-
-
Ben Laurie authored
-
- Oct 28, 2008
-
-
Andy Polyakov authored
Submitted by: David North
-
Andy Polyakov authored
-
Andy Polyakov authored
Submitted by: Sander Temme
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
PR: 1663
-
Andy Polyakov authored
-
Andy Polyakov authored
/* * 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 authored
-
- Oct 27, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
C++ style comments. Signed/unsigned warning in apps.c Missing targets in jpake/Makefile
-
- Oct 26, 2008
-
-
Ben Laurie authored
-
- Oct 22, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
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 authored
avoid inlines...)
-
Lutz Jänicke authored
to s_client application. PR: #1761 Submitted by: David Woodhouse <dwmw2@infradead.org>
-
Geoff Thorpe authored
-
- Oct 20, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Duplicate const. Use of ; outside function.
-
Lutz Jänicke authored
Submitted by: Alex Chen <alex_chen@filemaker.com>
-
- Oct 19, 2008
-
-
Ben Laurie authored
-