1. 15 Jul, 2002 1 commit
    • Richard Levitte's avatar
      There's an ongoing project to bring some kind of path selection · cbecb3ac
      Richard Levitte authored
      mechanism to the ENGINE framework.  This means there there are going
      to be new functionality for the DSO part, and ultimately some way of
      merging two file specifications together.
      
      This commit places the merging code into the repository.  It's
      currently not used anywhere, and hasn't been tested at all.  It may be
      full of errors, including syntactical ones.  Those will be fixed as
      promptly as possible.
      cbecb3ac
  2. 14 Jul, 2002 1 commit
    • 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
  3. 12 Jul, 2002 1 commit
  4. 11 Jul, 2002 1 commit
  5. 10 Jul, 2002 7 commits
  6. 09 Jul, 2002 2 commits
  7. 08 Jul, 2002 2 commits
  8. 04 Jul, 2002 1 commit
  9. 30 Jun, 2002 1 commit
  10. 29 Jun, 2002 1 commit
  11. 27 Jun, 2002 18 commits
  12. 26 Jun, 2002 2 commits
  13. 25 Jun, 2002 1 commit
  14. 21 Jun, 2002 1 commit
    • 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