1. 20 2月, 2001 2 次提交
    • U
      Temporary fix for build break. · 7bd51947
      Ulf Möller 提交于
      It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing.
      7bd51947
    • 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
  2. 10 2月, 2001 1 次提交
  3. 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
  4. 06 2月, 2001 1 次提交
  5. 05 2月, 2001 1 次提交
  6. 25 1月, 2001 1 次提交
  7. 23 1月, 2001 2 次提交
  8. 09 1月, 2001 1 次提交
  9. 31 12月, 2000 2 次提交
  10. 29 12月, 2000 3 次提交
  11. 28 12月, 2000 1 次提交
  12. 26 12月, 2000 2 次提交
  13. 18 12月, 2000 1 次提交
  14. 16 12月, 2000 1 次提交
  15. 15 12月, 2000 2 次提交
  16. 12 12月, 2000 1 次提交
  17. 09 12月, 2000 1 次提交
    • G
      Next step in tidying up the LHASH code. · d0fa136c
      Geoff Thorpe 提交于
      DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe
      wrapper functions that avoid the use of function pointer casting yet retain
      type-safety for type-specific callbacks. However, most of the usage within
      OpenSSL itself doesn't really require the extra function because the hash
      and compare callbacks are internal functions declared only for use by the
      hash table. So this change catches all those cases and reimplements the
      functions using the base-level LHASH prototypes and does per-variable
      casting inside those functions to convert to the appropriate item type.
      
      The exception so far is in ssl_lib.c where the hash and compare callbacks
      are not static - they're exposed in ssl.h so their prototypes should not be
      changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left
      intact.
      d0fa136c
  18. 05 12月, 2000 1 次提交
  19. 04 12月, 2000 1 次提交
  20. 03 12月, 2000 1 次提交
  21. 02 12月, 2000 2 次提交
    • U
      remove unused static function · 0826c85f
      Ulf Möller 提交于
      0826c85f
    • G
      First step in tidying up the LHASH code. The callback prototypes (and · 385d8138
      Geoff Thorpe 提交于
      casts) used in the lhash code are about as horrible and evil as they can
      be. For starters, the callback prototypes contain empty parameter lists.
      Yuck.
      
      This first change defines clearer prototypes - including "typedef"'d
      function pointer types to use as "hash" and "compare" callbacks, as well as
      the callbacks passed to the lh_doall and lh_doall_arg iteration functions.
      Now at least more explicit (and clear) casting is required in all of the
      dependant code - and that should be included in this commit.
      
      The next step will be to hunt down and obliterate some of the function
      pointer casting being used when it's not necessary - a particularly evil
      variant exists in the implementation of lh_doall.
      385d8138
  22. 01 12月, 2000 4 次提交
  23. 30 11月, 2000 7 次提交