1. 21 7月, 2001 1 次提交
  2. 10 7月, 2001 1 次提交
  3. 09 7月, 2001 2 次提交
  4. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      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
  5. 17 6月, 2001 1 次提交
  6. 25 5月, 2001 1 次提交
    • D
      · 76c919c1
      Dr. Stephen Henson 提交于
      Add missing variable length cipher flag for Blowfish.
      
      Only use trust settings if either trust or reject settings
      are present, otherwise use compatibility mode. This stops
      root CAs being rejected if they have alias of keyid set.
      76c919c1
  7. 07 5月, 2001 2 次提交
  8. 14 4月, 2001 1 次提交
  9. 08 4月, 2001 1 次提交
  10. 09 3月, 2001 2 次提交
  11. 08 3月, 2001 1 次提交
    • D
      · 2dc769a1
      Dr. Stephen Henson 提交于
      Make EVP_Digest*() routines return a value.
      
      TODO: update docs, and make soe other routines
      which use EVP_Digest*() check return codes.
      2dc769a1
  12. 26 2月, 2001 1 次提交
    • R
      make update · d88a26c4
      Richard Levitte 提交于
      Note that all *_it variables are suddenly non-existant according to
      libeay.num.  This is a bug that will be corrected.  Please be patient.
      d88a26c4
  13. 22 2月, 2001 1 次提交
  14. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  15. 14 2月, 2001 1 次提交
  16. 08 2月, 2001 1 次提交
    • D
      · deb2c1a1
      Dr. Stephen Henson 提交于
      Fix AES code.
      
      Update Rijndael source to v3.0
      
      Add AES OIDs.
      
      Change most references of Rijndael to AES.
      
      Add new draft AES ciphersuites.
      deb2c1a1
  17. 06 2月, 2001 1 次提交
  18. 05 2月, 2001 1 次提交
  19. 02 2月, 2001 1 次提交
  20. 01 12月, 2000 1 次提交
  21. 13 11月, 2000 1 次提交
  22. 12 11月, 2000 1 次提交
  23. 07 11月, 2000 3 次提交
  24. 20 10月, 2000 1 次提交
  25. 15 10月, 2000 1 次提交
  26. 25 9月, 2000 2 次提交
  27. 07 9月, 2000 1 次提交
  28. 18 8月, 2000 1 次提交
  29. 14 8月, 2000 1 次提交
  30. 11 8月, 2000 1 次提交
    • R
      Abdelilah Essiari <aes@george.lbl.gov> reports that for very small · 35140f33
      Richard Levitte 提交于
      records, EVP_EncodeUpdate() may misbehave.  This happens when there's
      a record boundary between the two ending b64 equal signs, which makes
      EVP_EncodeUpdate think there has been more than one EOF, and therefore
      add an extra NUL at the end of the output buffer.  This fix corrects
      that problem.
      35140f33
  31. 27 7月, 2000 1 次提交
  32. 05 7月, 2000 1 次提交
    • R
      I got sick and tired of having to keep track of NIDs when such a thing · c2bbf9cf
      Richard Levitte 提交于
      could be done automagically, much like the numbering in libeay.num and
      ssleay.num.  The solution works as follows:
      
        - New object identifiers are inserted in objects.txt, following the
          syntax given in objects.README.
        - objects.pl is used to process obj_mac.num and create a new
          obj_mac.h.
        - obj_dat.pl is used to create a new obj_dat.h, using the data in
          obj_mac.h.
      
      This is currently kind of a hack, and the perl code in objects.pl
      isn't very elegant, but it works as I intended.  The simplest way to
      check that it worked correctly is to look in obj_dat.h and check the
      array nid_objs and make sure the objects haven't moved around (this is
      important!).  Additions are OK, as well as consistent name changes.
      c2bbf9cf
  33. 21 6月, 2000 1 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
  34. 16 6月, 2000 1 次提交