- Nov 11, 2008
-
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
- Nov 10, 2008
-
-
Dr. Stephen Henson authored
-
Lutz Jänicke authored
-
- Nov 05, 2008
-
-
Dr. Stephen Henson authored
Submitted by: "Alon Bar-Lev" <alon.barlev@gmail.com> Approved by: steve@openssl.org Fix some size_t issues.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Nov 04, 2008
-
-
Ben Laurie authored
-
Ben Laurie authored
-
- Nov 03, 2008
-
-
Andy Polyakov authored
PR: 1693 Submitted by: Alon Bar-Lev
-
Andy Polyakov authored
-
- Nov 02, 2008
-
-
Dr. Stephen Henson authored
builds work properly...
-
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
-