Skip to content
  1. Sep 19, 2000
    • Bodo Möller's avatar
      Totally remove the supposedly 'faster' variant in · fe035197
      Bodo Möller authored
      BN_mod_mul_montgomery, which calls bn_sqr_recursive
      without much preparation.
      
      bn_sqr_recursive requires the length of its argument to be
      a power of 2, which is not always the case here.
      There's no reason for not using BN_sqr -- if a simpler
      approach to squaring made sense, then why not change
      BN_sqr?  (Using BN_sqr should also speed up DH where g is chosen
      such that it becomes small [e.g., 2] when converted
      to Montgomery representation.)
      
      Case closed :-)
      fe035197
    • Bodo Möller's avatar
      Clarification about Montgomery problem · cb1fbf8e
      Bodo Möller authored
      cb1fbf8e
    • Bodo Möller's avatar
      Document BN_mod_mul_montgomery bug; · a45bd295
      Bodo Möller authored
      make disabled code slightly more correct (this does not solve
      the problem though).
      a45bd295
  2. Sep 18, 2000
  3. Sep 17, 2000
  4. Sep 15, 2000
  5. Sep 14, 2000
  6. Sep 13, 2000
  7. Sep 12, 2000
  8. Sep 11, 2000
  9. Sep 10, 2000
  10. Sep 07, 2000
  11. Sep 05, 2000
  12. Sep 04, 2000
  13. Sep 03, 2000
  14. Sep 01, 2000
  15. Aug 30, 2000
  16. Aug 22, 2000
  17. Aug 21, 2000
    • Dr. Stephen Henson's avatar
      Various fixes... · eaa28181
      Dr. Stephen Henson authored
      initialize ex_pathlen to -1 so it isn't checked if pathlen
      is not present.
      
      set ucert to NULL in apps/pkcs12.c otherwise it gets freed
      twice.
      
      remove extraneous '\r' in MIME encoder.
      
      Allow a NULL to be passed to X509_gmtime_adj()
      
      
      Make PKCS#7 code use definite length encoding rather then
      the indefinite stuff it used previously.
      eaa28181
  18. Aug 18, 2000
  19. Aug 17, 2000
  20. Aug 14, 2000
  21. Aug 11, 2000
  22. Aug 06, 2000
  23. Aug 04, 2000
  24. Jul 29, 2000