- 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.
-
- 01 11月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 16 10月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
condition check.
-
- 15 10月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
reimplement BN_nist_mod_521.
-
- 15 9月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 14 9月, 2008 1 次提交
-
-
由 Bodo Möller 提交于
-
- 24 4月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
platforms.
-
- 23 4月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
So in a sense this commit reverts few latest ones fixing bugs in original code and improving it, most notably adding 64-bit support [though not in BN_nist_mod_224 yet]. PR: 1593
-
- 18 4月, 2008 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
PR: 1593
-
- 09 4月, 2008 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
will be revised too. PR: 1593
-
- 01 4月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 1593
-
- 29 6月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 29 5月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 24 5月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 04 5月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
for now (it was broken anyway)
-
- 14 3月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
Remove certain redundant BN_zero() initialisations, because BN_CTX_get(), BN_init(), [etc] already initialise to zero. Correct error checking in bn_sqr.c, and be less wishy-wash about how/why the result's 'top' value is set (note also, 'max' is always > 0 at this point).
-
- 09 3月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
redefine bn_clear_top2max() to be a NOP in the non-debugging case, and remove some unnecessary usages in bn_nist.c. Submitted by: Nils Larsch Reviewed by: Geoff Thorpe, Ulf Möller
-
- 25 1月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
automatically to accomodate the value, some compilers fail to do so. Most notably 0x0123456789ABCDEF should come out as long long in 32-bit context, but HP compiler truncates it to 32-bit value. Which in turn breaks GF(2^m) arithmetics in hpux-parisc2-cc build. Therefore this fix...
-
- 06 11月, 2003 2 次提交
-
-
由 Geoff Thorpe 提交于
constant BIGNUMs. It turns out that this trips up different but equally useful compiler warnings to -Wcast-qual, and so wasn't worth the ugliness it created. (Thanks to Ulf for the forehead-slap.)
-
由 Ulf Möller 提交于
-
- 05 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
is itself experimental, and in addition may cause execution to break on existing openssl "bugs" that previously were harmless or at least invisible.
-
- 04 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
and structures as constant without having to cast away const at any point. There is still plenty of other code that makes gcc's "-Wcast-qual" unhappy, but crypto/bn/ is now ok. Purists are welcome to suggest alternatives.
-
- 30 10月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
structures being passed in to or out of API functions, and this corrects a couple of cases found so far. Also, lop off a couple of bytes of white-space.
-
- 28 10月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
create new lock CRYPTO_LOCK_BN to avoid race condition
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch
-