bn_exp.c: improve portability.
[openssl.git] / crypto / bn / bn_sqrt.c
2005-08-23 Bodo Mölleravoid potential spurious BN_free()
2005-03-30 Nils Larschfix header
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2002-08-02 Bodo Möllerremove obsolete part of comment
2002-08-02 Bodo Möllerremove obsoleted disabled code
2002-08-02 Bodo MöllerChange BN_mod_sqrt() so that it verifies that the input...
2001-03-08 Bodo MöllerComment
2000-12-07 Bodo MöllerSign-related fixes (and tests).
2000-12-07 Bodo MöllerMove 'q->neg = 0' to those places where it is needed
2000-12-06 Bodo MöllerBN_mod_sqrt documentation/comment
2000-12-06 Bodo MöllerFaster BN_mod_sqrt algorithm for p == 5 (8).
2000-11-30 Bodo MöllerMove reduction step from BN_mod_exp to BN_mod_exp_mont_...
2000-11-30 Bodo MöllerBN_sqrt
2000-11-28 Bodo MöllerAdd bn_kron.c (BN_kronecker), which I forgot in the...