1. 18 5月, 2004 1 次提交
  2. 20 4月, 2004 1 次提交
  3. 08 1月, 2004 1 次提交
  4. 28 11月, 2003 1 次提交
  5. 19 11月, 2003 1 次提交
  6. 29 10月, 2003 1 次提交
    • 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
  7. 11 10月, 2003 1 次提交
  8. 22 7月, 2003 1 次提交
  9. 04 4月, 2003 1 次提交
  10. 28 2月, 2003 1 次提交
  11. 14 2月, 2003 1 次提交
  12. 09 2月, 2003 1 次提交
  13. 07 2月, 2003 1 次提交
  14. 31 1月, 2003 1 次提交
  15. 05 1月, 2003 1 次提交
  16. 04 12月, 2002 1 次提交
  17. 19 11月, 2002 1 次提交
  18. 13 11月, 2002 1 次提交
  19. 29 10月, 2002 1 次提交
  20. 28 10月, 2002 1 次提交
  21. 25 9月, 2002 1 次提交
  22. 15 8月, 2002 1 次提交
  23. 12 8月, 2002 1 次提交
  24. 09 8月, 2002 2 次提交
    • B
      fix warnings · 41fdcfa7
      Bodo Möller 提交于
      41fdcfa7
    • B
      Add ECDH support. · e172d60d
      Bodo Möller 提交于
      Additional changes:
       - use EC_GROUP_get_degree() in apps/req.c
       - add ECDSA and ECDH to apps/speed.c
       - adds support for EC curves over binary fields to ECDSA
       - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
       - reorganize crypto/ecdsa/ecdsatest.c
       - add engine support for ECDH
       - fix a few bugs in ECDSA engine support
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      e172d60d
  25. 22 3月, 2002 1 次提交
  26. 18 3月, 2002 1 次提交
    • B
      Fix bugs and typos. · af28dd6c
      Bodo Möller 提交于
      Add some WTLS curves.
      New function EC_GROUP_check() (this will probably
      be implemented differently soon).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      af28dd6c
  27. 15 3月, 2002 1 次提交
    • D
      · de941e28
      Dr. Stephen Henson 提交于
      Initialize cipher context in KRB5
      ("D. Russell" <russelld@aol.net>)
      
      Allow HMAC functions to use an alternative ENGINE.
      de941e28
  28. 14 3月, 2002 1 次提交
  29. 05 3月, 2002 1 次提交
  30. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  31. 14 2月, 2002 1 次提交
  32. 29 1月, 2002 1 次提交
  33. 03 1月, 2002 1 次提交
  34. 02 1月, 2002 1 次提交
  35. 10 12月, 2001 1 次提交
  36. 08 12月, 2001 1 次提交
  37. 16 11月, 2001 1 次提交
  38. 06 11月, 2001 1 次提交
  39. 05 11月, 2001 1 次提交