- May 09, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Bodo Möller authored
during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
-
Bodo Möller authored
-
- May 08, 2005
-
-
Nils Larsch authored
EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name
-
Andy Polyakov authored
is used with constant assertion.
-
- May 07, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
PR: 1059
-
- May 06, 2005
-
-
Richard Levitte authored
there's no need to undefine it here. Then, let's get a bit paranoid and not define BN_ULLONG on THIRTY_TWO_BIT machines when BN_LLONG isn't defined.
-
- May 05, 2005
-
-
Nils Larsch authored
-
- May 04, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- May 03, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Nils Larsch authored
useful anyway
-
Nils Larsch authored
for now (it was broken anyway)
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- May 01, 2005
-
-
Dr. Stephen Henson authored
-
- Apr 30, 2005
-
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Apr 29, 2005
-
-
Nils Larsch authored
-
Nils Larsch authored
for ecdh)
-
Nils Larsch authored
-
- Apr 28, 2005
-
-
Andy Polyakov authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
when decrypting data.
-
- Apr 27, 2005
-
-
Dr. Stephen Henson authored
1. "unsigned long long" isn't portable changed: to BN_ULLONG. 2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used. 2. Avoid lots of compiler warnings about signed/unsigned mismatches. 3. Include new library directory pqueue in mk1mf build system. 4. Update symbols.
-
Nils Larsch authored
-
Dr. Stephen Henson authored
casts.
-
- Apr 26, 2005
-
-
Dr. Stephen Henson authored
The function rsa_eay_mont_helper() has been removed because it is no longer needed after this change.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Nils Larsch authored
- possibility of re-creation of the blinding parameters after a fixed number of uses (suggested by Bodo) - calculatition of the rsa::e in case it's absent and p and q are present (see bug report #785) - improve the performance when if one rsa structure is shared by more than a thread (see bug report #555) - fix the problem described in bug report #827 - hide the definition ot the BN_BLINDING structure in bn_blind.c
-