Skip to content
  1. Mar 29, 2002
  2. Mar 26, 2002
  3. Mar 25, 2002
  4. Mar 22, 2002
  5. Mar 21, 2002
  6. Mar 20, 2002
  7. Mar 19, 2002
  8. Mar 16, 2002
    • Dr. Stephen Henson's avatar
      · 59a941e4
      Dr. Stephen Henson authored
      Ensure EVP_CipherInit() uses the correct encode/decode parameter if
      enc == -1
      
      [Reported by Markus Friedl <markus@openbsd.org>]
      
      Fix typo in dh_lib.c (use of DSAerr instead of DHerr).
      59a941e4
  9. Mar 15, 2002
  10. Mar 14, 2002
  11. Mar 13, 2002
    • Dr. Stephen Henson's avatar
      · f2cbb154
      Dr. Stephen Henson authored
      Undo previous patch: avoid warnings by #undef'ing
      duplicate definitions.
      
      Suggested by "Kenneth R. Robinette" <support@securenetterm.com>
      f2cbb154
  12. Mar 12, 2002
    • Dr. Stephen Henson's avatar
      · e38e8b29
      Dr. Stephen Henson authored
      Fix Kerberos warnings with VC++.
      e38e8b29
    • Dr. Stephen Henson's avatar
      · c03ceadf
      Dr. Stephen Henson authored
      Fix ASN1 additions for KRB5
      c03ceadf
    • Dr. Stephen Henson's avatar
      · e50baf58
      Dr. Stephen Henson authored
      Fix various warnings when compiling with KRB5 code.
      e50baf58
  13. Mar 11, 2002
  14. Mar 09, 2002
    • Dr. Stephen Henson's avatar
      · c77bd287
      Dr. Stephen Henson authored
      Make ciphers and digests obtain an ENGINE functional reference
      if impl is explicitly supplied.
      c77bd287
    • Dr. Stephen Henson's avatar
      · 1619add9
      Dr. Stephen Henson authored
      Make {RSA,DSA,DH}_new_method obtain and release an ENGINE
      functional reference.
      1619add9
  15. Mar 08, 2002
    • Dr. Stephen Henson's avatar
      typo · a1a4e8b6
      Dr. Stephen Henson authored
      a1a4e8b6
    • Dr. Stephen Henson's avatar
      · 25f350a0
      Dr. Stephen Henson authored
      Fix the Win32_rename() function so it correctly
      returns an error code. Use the same code in Win9X
      and NT.
      
      Fix some ca.c options so they work under Win32:
      unlink/rename wont work under Win32 unless the file
      is closed.
      25f350a0
  16. Mar 07, 2002
  17. Mar 06, 2002
    • Ben Laurie's avatar
      ADH-DES-CBC-SHA should be LOW. · 91aeab0d
      Ben Laurie authored
      91aeab0d
    • Dr. Stephen Henson's avatar
      · c913cf44
      Dr. Stephen Henson authored
      ENGINE module additions.
      
      Add "init" command to control ENGINE
      initialization.
      
      Call ENGINE_finish on initialized ENGINEs on exit.
      
      Reorder shutdown in apps.c: modules should be shut
      down first.
      
      Add test private key loader to openssl ENGINE: this
      just loads a private key in PEM format.
      
      Fix print format for dh length parameter.
      c913cf44