1. 01 Jul, 2001 2 commits
  2. 28 Jun, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · b7a26e6d
      Dr. Stephen Henson authored
      Modify apps to use NCONF code instead of old CONF code.
      
      Add new extension functions which work with NCONF.
      
      Tidy up extension config routines and remove redundant code.
      
      Fix NCONF_get_number().
      
      Todo: more testing of apps to see they still work...
      b7a26e6d
  3. 27 Jun, 2001 1 commit
  4. 26 Jun, 2001 3 commits
  5. 25 Jun, 2001 5 commits
  6. 24 Jun, 2001 1 commit
  7. 23 Jun, 2001 19 commits
  8. 22 Jun, 2001 1 commit
  9. 21 Jun, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · ed5538dc
      Dr. Stephen Henson authored
      Fix memory leak when RAND is used: need to cleanup
      RANDs ENGINE reference in ENGINE_cleanup().
      ed5538dc
  10. 20 Jun, 2001 3 commits
  11. 19 Jun, 2001 3 commits
    • Dr. Stephen Henson's avatar
      · 323f289c
      Dr. Stephen Henson authored
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
    • Dr. Stephen Henson's avatar
      Fix memory leaks. · a45e4a55
      Dr. Stephen Henson authored
      a45e4a55
    • Richard Levitte's avatar
      cp is only used when DSA is built. · b7fe2f96
      Richard Levitte authored
      b7fe2f96