Files
openssl/crypto
Bodo Möller 470fa98f8a BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.
But even if this is avoided, there are still segmentation violations
(during one of the BN_free()s at the end of test_kron
in some cases, in other cases during BN_kronecker, or
later in BN_sqrt; choosing a different exponentiation
algorithm in bntest.c appears to influence when the SIGSEGV
takes place).
2000-11-30 20:03:24 +00:00
..
2000-11-30 17:41:01 +00:00
2000-11-14 19:18:31 +00:00
2000-11-29 16:43:50 +00:00
2000-11-14 19:18:31 +00:00
2000-11-30 00:20:20 +00:00
2000-02-01 02:21:16 +00:00
2000-11-29 00:07:07 +00:00