1. 29 10月, 2003 4 次提交
    • G
      Relax some over-zealous constification that gave some lhash-based code no · 8dc344cc
      Geoff Thorpe 提交于
      choice but to have to cast away "const" qualifiers from their prototypes.
      This does not remove constification restrictions from hash/compare
      callbacks, but allows destructor commands to be run over a tables' elements
      without bad casts.
      8dc344cc
    • G
      For whatever reason (compiler or header bugs), at least one commonly-used · 0991f070
      Geoff Thorpe 提交于
      linux system (namely mine) chokes on our definitions and uses of the "HZ"
      symbol in crypto/tmdiff.[ch] and apps/speed.c as a "bad function cast"
      (when in fact there is no function casting involved at all). In both cases,
      it is easily worked around by not defining a cast into the macro and
      jiggling the expressions slightly.
      
      In addition - this highlights some cruft in openssl that needs sorting out.
      The tmdiff.h header is exported as part of the openssl API despite the fact
      that it is ugly as the driven sludge and not used anywhere in the library,
      applications, or utilities. More weird still, almost identical code exists
      in apps/speed.c though it looks to be slightly tweaked - so either tmdiff
      should be updated and used by speed.c, or it should be dumped because it's
      obviously not useful enough.
      
      Rather than removing it for now, I've changed the API for tmdiff to at
      least make sense. This involves taking the object type (MS_TM) from the
      implementation and using it in the header rather than using "char *" in the
      API and casting mercilessly in the code (ugh). If someone doesn't like
      "MS_TM" and the "ms_time_***" naming, by all means change it. This should
      be a harmless improvement, because the existing API is clearly not very
      useful (eg. we reimplement it rather than using it in our own utils).
      
      However, someone still needs to take a hack at consolidating speed.c and
      tmdiff.[ch] somehow.
      0991f070
    • G
      Update any code that was using deprecated functions so that everything builds · 2aaec9cc
      Geoff Thorpe 提交于
      and links with OPENSSL_NO_DEPRECATED defined.
      2aaec9cc
    • G
      When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should · 9d473aa2
      Geoff Thorpe 提交于
      be) precompiled out in the API headers. This change is to ensure that if
      it is defined when compiling openssl, the deprecated functions aren't
      implemented either.
      9d473aa2
  2. 12 10月, 2003 1 次提交
  3. 11 10月, 2003 2 次提交
  4. 01 10月, 2003 1 次提交
  5. 25 9月, 2003 1 次提交
    • R
      Fix prime generation loop in crypto/bn/bn_prime.pl by making · 6bd27f86
      Ralf S. Engelschall 提交于
      sure the loop does correctly stop and breaking ("division by zero")
      modulus operations are not performed. The (pre-generated) prime
      table crypto/bn/bn_prime.h was already correct, but it could not be
      re-generated on some platforms because of the "division by zero"
      situation in the script.
      6bd27f86
  6. 04 9月, 2003 3 次提交
  7. 22 7月, 2003 2 次提交
  8. 21 7月, 2003 2 次提交
  9. 20 6月, 2003 3 次提交
  10. 12 6月, 2003 2 次提交
  11. 10 6月, 2003 1 次提交
  12. 03 6月, 2003 1 次提交
  13. 02 6月, 2003 1 次提交
  14. 01 5月, 2003 3 次提交
  15. 30 4月, 2003 3 次提交
  16. 11 4月, 2003 1 次提交
  17. 04 4月, 2003 3 次提交
  18. 02 4月, 2003 1 次提交
  19. 30 3月, 2003 1 次提交
  20. 25 3月, 2003 1 次提交
  21. 22 3月, 2003 1 次提交
  22. 21 3月, 2003 2 次提交