Skip to content
  1. Jun 27, 2002
    • Richard Levitte's avatar
      A number of includes were removed from evp.h some time ago. The reason · 4942ef6f
      Richard Levitte authored
      was that they weren't really needed any more for EVP itself.  However,
      it seems like soma applications (I know about OpenSSH, but there may
      be more) used evp.h as the 'load all' header file, which makes sense
      since we try our best to promote the use of EVP instead of the lower
      level crypto algorithms.  Therefore, I put the inclusions back so
      the application authors don't get too shocked by all the errors they
      would otherwise get.
      
      Thanks to Theo de Raadt for making us aware of this.
      4942ef6f
  2. Jun 26, 2002
  3. Jun 25, 2002
  4. 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
  5. Jun 20, 2002
  6. Jun 18, 2002
  7. Jun 17, 2002
  8. Jun 16, 2002
  9. Jun 14, 2002
  10. Jun 13, 2002
  11. Jun 12, 2002