You need to sign in or sign up before continuing.
- 07 5月, 2014 1 次提交
-
-
由 Geoff Thorpe 提交于
The lazy-initialisation of BN_MONT_CTX was serialising all threads, as noted by Daniel Sands and co at Sandia. This was to handle the case that 2 or more threads race to lazy-init the same context, but stunted all scalability in the case where 2 or more threads are doing unrelated things! We favour the latter case by punishing the former. The init work gets done by each thread that finds the context to be uninitialised, and we then lock the "set" logic after that work is done - the winning thread's work gets used, the losing threads throw away what they've done. Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
- 06 5月, 2014 3 次提交
-
-
由 Dr. Stephen Henson 提交于
PR#3289 PR#3345
-
由 Dr. Stephen Henson 提交于
-
由 Tim Hudson 提交于
-
- 05 5月, 2014 1 次提交
-
-
由 Geoff Thorpe 提交于
Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
- 04 5月, 2014 6 次提交
-
-
由 Andy Polyakov 提交于
[MD5 is hardly relevant, just cleaning up repository]
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
sha/asm/sha256-armv4.pl: add ARMv8 code path.
-
由 Andy Polyakov 提交于
-
由 David Ramos 提交于
PR: 3338
-
- 02 5月, 2014 1 次提交
-
-
由 Geoff Thorpe 提交于
Even though the meat of dso_vms.c is compiled out on non-VMS builds, the (pre-)compiler still traverses some of the macro handling. This trips up at least one non-VMS build configuration, so this commit makes the skip-VMS case more robust. Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
- 01 5月, 2014 2 次提交
-
-
由 Jeff Trawick 提交于
RT: 3304
-
由 Matt Caswell 提交于
-
- 30 4月, 2014 2 次提交
-
-
由 Geoff Thorpe 提交于
It's not clear whether this inconsistency could lead to an actual computation error, but it involved a BIGNUM being passed around the montgomery logic in an inconsistent state. This was found using flags -DBN_DEBUG -DBN_DEBUG_RAND, and working backwards from this assertion in 'ectest'; ectest: bn_mul.c:960: BN_mul: Assertion `(_bnum2->top == 0) || (_bnum2->d[_bnum2->top - 1] != 0)' failed Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
由 Ben Laurie 提交于
-
- 28 4月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
-
- 27 4月, 2014 3 次提交
-
-
由 Matt Caswell 提交于
-
由 Matt Caswell 提交于
-
由 Chris Rorvick 提交于
Signed-off-by: NChris Rorvick <chris@rorvick.com>
-
- 26 4月, 2014 5 次提交
-
-
由 mancha 提交于
Specify -f is for compilation flags. Add -d to synopsis section. Closes #77.
-
由 mancha 提交于
Fix eckey_priv_encode to return an error on failure of i2d_ECPrivateKey.
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
There are certainly many more constifiable strings in the various interfaces, which I hope to get to eventually. Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
由 Geoff Thorpe 提交于
Gets rid of this; defined(@array) is deprecated at ../util/mkerr.pl line 792. (Maybe you should just omit the defined()?) defined(@array) is deprecated at ../util/mkerr.pl line 800. (Maybe you should just omit the defined()?) Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
- 25 4月, 2014 2 次提交
-
-
由 Mark J. Cox 提交于
to keep up to date with releases. Reported because http://www.openssl.org/support/faq.html#MISC1 was out of date
-
由 Geoff Thorpe 提交于
o_time.h was removed in commit ff49a944, which breaks "make update" unless mkdir.pl is updated accordingly. Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
- 24 4月, 2014 3 次提交
-
-
由 Steve Marquess 提交于
-
由 Andy Polyakov 提交于
algorithm suggested in following paper: Câmara, D.; Gouvêa, C. P. L.; López, J. & Dahab, R.: Fast Software Polynomial Multiplication on ARM Processors using the NEON Engine. http://conradoplg.cryptoland.net/files/2010/12/mocrysen13.pdf
-
由 Andy Polyakov 提交于
-
- 23 4月, 2014 1 次提交
-
-
由 Ben Laurie 提交于
-
- 22 4月, 2014 1 次提交
-
-
由 Ben Laurie 提交于
-
- 21 4月, 2014 1 次提交
-
-
由 Kaspar Brand 提交于
Fix typo that stopped SSL_CTX_get_{first,next}_certificate from working.
-
- 16 4月, 2014 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
When looking for an extension we need to set the last found position to -1 to properly search all extensions. PR#3309.
-
由 Dr. Stephen Henson 提交于
-
- 11 4月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 4月, 2014 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Keep copy of any host, path and port values allocated by OCSP_parse_url and free as necessary.
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-