- 04 7月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
version some time soon.
-
- 28 3月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed version was added but it required portable code to check *both* modes to determine equality. This commit maintains the availability of both thread ID types, but deprecates the type-specific accessor APIs that invoke the callbacks - instead a single type-independent API is used. This simplifies software that calls into this interface, and should also make it less error-prone - as forgetting to call and compare *both* thread ID accessors could have led to hard-to-debug/infrequent bugs (that might only affect certain platforms or thread implementations). As the CHANGES note says, there were corresponding deprecations and replacements in the thread-related functions for BN_BLINDING and ERR too.
-
- 29 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 27 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 23 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
and BN_get_sign - implement BN_set_negative as a function - always use "#define BN_is_zero(a) ((a)->top == 0)"
-
- 03 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
(by using new BN_pseudo_rand_range function)
-
- 08 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 2月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 08 2月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 27 11月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
"make update"
-
- 27 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 03 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 30 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 28 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
New function BN_pseudo_rand(). Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when generating DSA primes (why not use BN_is_prime()?)
-
- 27 1月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
Clean up bn_mont.c.
-
由 Richard Levitte 提交于
-
- 24 1月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 23 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-