Skip to content
  1. Jul 19, 2002
  2. Jul 16, 2002
    • Richard Levitte's avatar
      For those wanting to build for several platforms with the same source · 041843e4
      Richard Levitte authored
      directory, making a separate directory tree with lots of symbolic links
      seems to be the solution.  Unfortunately, Configure doesn't take appropriate
      steps to support this solution (as in removing a file that's going to be
      rewritten).  This change corrects that situation.  Now I just have to
      find all other places where there's lack of support for this.
      041843e4
  3. Jul 14, 2002
    • Bodo Möller's avatar
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller authored
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  4. Jul 10, 2002
  5. Jul 04, 2002
  6. Jun 26, 2002
  7. Jun 21, 2002
    • Geoff Thorpe's avatar
      Make sure any ENGINE control commands make local copies of string · a6c6874a
      Geoff Thorpe authored
      pointers passed to them whenever necessary. Otherwise it is possible the
      caller may have overwritten (or deallocated) the original string data
      when a later ENGINE operation tries to use the stored values.
      
      Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by: Geoff Thorpe
      PR: 98
      a6c6874a
  8. Jun 18, 2002
  9. Jun 14, 2002
  10. Jun 12, 2002
  11. Jun 11, 2002
  12. Jun 10, 2002
  13. May 31, 2002
  14. May 30, 2002
  15. May 16, 2002
  16. May 15, 2002
    • Dr. Stephen Henson's avatar
      · 544a2aea
      Dr. Stephen Henson authored
      Zero cipher_data in EVP_CIPHER_CTX_cleanup
      
      Add cleanup calls to evp_test.c
      
      Allow reuse of cipher contexts by removing
      automatic cleanup in EVP_*Final().
      544a2aea
  17. May 10, 2002
    • Dr. Stephen Henson's avatar
      · dc014d43
      Dr. Stephen Henson authored
      Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
      in bn_mul_recursive.
      
      This is (hopefully) what was triggering bignum errors on 64 bit
      platforms and causing the BN_mod_mul test to fail.
      dc014d43
  18. May 08, 2002
  19. May 07, 2002
  20. May 05, 2002
  21. Apr 30, 2002
  22. Apr 26, 2002
  23. Apr 17, 2002
  24. Apr 15, 2002
  25. Apr 13, 2002
  26. Apr 12, 2002
  27. Apr 10, 2002
  28. Apr 09, 2002
  29. Apr 04, 2002
  30. Mar 26, 2002
  31. Mar 20, 2002
  32. Mar 19, 2002
  33. Mar 18, 2002
    • Bodo Möller's avatar
      Fix bugs and typos. · af28dd6c
      Bodo Möller authored
      Add some WTLS curves.
      New function EC_GROUP_check() (this will probably
      be implemented differently soon).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      af28dd6c
  34. Mar 15, 2002