1. 22 Oct, 2005 1 commit
  2. 19 Oct, 2005 1 commit
  3. 15 Oct, 2005 1 commit
  4. 11 Oct, 2005 1 commit
  5. 08 Oct, 2005 1 commit
  6. 01 Oct, 2005 1 commit
  7. 02 Sep, 2005 1 commit
  8. 01 Sep, 2005 1 commit
  9. 31 Aug, 2005 1 commit
  10. 25 Aug, 2005 1 commit
  11. 23 Aug, 2005 1 commit
  12. 21 Aug, 2005 2 commits
  13. 20 Aug, 2005 1 commit
  14. 14 Aug, 2005 1 commit
  15. 07 Aug, 2005 1 commit
  16. 05 Aug, 2005 1 commit
  17. 04 Aug, 2005 1 commit
  18. 25 Jul, 2005 2 commits
  19. 24 Jul, 2005 1 commit
  20. 23 Jul, 2005 1 commit
  21. 05 Jul, 2005 3 commits
  22. 04 Jul, 2005 1 commit
  23. 02 Jun, 2005 2 commits
  24. 29 May, 2005 1 commit
  25. 26 May, 2005 1 commit
  26. 18 May, 2005 1 commit
  27. 16 May, 2005 2 commits
  28. 15 May, 2005 1 commit
  29. 11 May, 2005 1 commit
  30. 10 May, 2005 1 commit
  31. 09 May, 2005 1 commit
  32. 01 May, 2005 1 commit
  33. 26 Apr, 2005 2 commits
    • Dr. Stephen Henson's avatar
      Port BN_MONT_CTX_set_locked() from stable branch. · 6ec8e63a
      Dr. Stephen Henson authored
      The function rsa_eay_mont_helper() has been removed because it is no longer
      needed after this change.
      6ec8e63a
    • Nils Larsch's avatar
      some updates for the blinding code; summary: · 800e400d
      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
      800e400d