- 12 12月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 09 12月, 2014 1 次提交
-
-
由 Geoff Thorpe 提交于
Exported headers shouldn't be included as "foo.h" by code from the same module, it should only do so for module-internal headers. This is because the symlinking of exported headers (from include/openssl/foo.h to crypto/foo/foo.h) is being removed, and the exported headers are being moved to the include/openssl/ directory instead. Change-Id: I4c1d80849544713308ddc6999a549848afc25f94 Signed-off-by: NGeoff Thorpe <geoff@openssl.org> Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 08 12月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 29 11月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 23 1月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2963 and a number of others
-
- 25 10月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 14 10月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 12 10月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: David Miller
-
- 27 6月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
path with spaces. PR: 2835
-
- 04 6月, 2012 1 次提交
-
-
由 Ben Laurie 提交于
-
- 28 4月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 22 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
is picked up.
-
- 27 1月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 18 9月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2035
-
- 06 4月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 08 1月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 12月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 23 12月, 2008 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 22 12月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 12月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 12月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 12月, 2008 1 次提交
-
-
由 Bodo Möller 提交于
(specifically, "experimental-jpake").
-
- 13 11月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 11月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
-
- 02 11月, 2008 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 01 11月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 10月, 2008 2 次提交
-
-
由 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. */
-
- 17 4月, 2008 1 次提交
-
-
由 Lutz Jänicke 提交于
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
-
- 29 8月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 04 4月, 2007 1 次提交
-
-
由 Ben Laurie 提交于
-
- 21 1月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 12月, 2006 4 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
Submitted by: Masashi Fujita, NTT
-