Skip to content
  1. Jul 15, 2002
    • 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. 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
  3. Jul 12, 2002
  4. Jul 11, 2002
  5. Jul 10, 2002
  6. Jul 09, 2002
  7. Jul 08, 2002
  8. Jul 04, 2002
  9. Jun 30, 2002
  10. Jun 29, 2002
  11. Jun 27, 2002
  12. Jun 26, 2002
  13. Jun 25, 2002
  14. 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