1. 27 Jun, 2002 1 commit
    • 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. 26 Jun, 2002 2 commits
  3. 25 Jun, 2002 1 commit
  4. 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
  5. 20 Jun, 2002 5 commits
  6. 18 Jun, 2002 4 commits
  7. 17 Jun, 2002 1 commit
  8. 16 Jun, 2002 4 commits
  9. 14 Jun, 2002 3 commits
  10. 13 Jun, 2002 13 commits
  11. 12 Jun, 2002 5 commits