1. 10 5月, 2005 1 次提交
  2. 09 5月, 2005 1 次提交
  3. 29 4月, 2005 1 次提交
  4. 27 4月, 2005 1 次提交
  5. 23 4月, 2005 2 次提交
  6. 13 4月, 2005 1 次提交
  7. 30 3月, 2005 1 次提交
  8. 03 11月, 2004 1 次提交
  9. 21 10月, 2004 1 次提交
  10. 16 7月, 2004 1 次提交
  11. 15 6月, 2004 1 次提交
  12. 18 5月, 2004 1 次提交
  13. 20 4月, 2004 2 次提交
  14. 23 2月, 2004 1 次提交
  15. 06 12月, 2003 1 次提交
  16. 17 11月, 2003 1 次提交
  17. 16 11月, 2003 1 次提交
  18. 01 5月, 2003 1 次提交
  19. 21 3月, 2003 2 次提交
  20. 15 1月, 2003 1 次提交
  21. 08 12月, 2002 1 次提交
    • G
      This is a first-cut at improving the callback mechanisms used in · e9224c71
      Geoff Thorpe 提交于
      key-generation and prime-checking functions. Rather than explicitly passing
      callback functions and caller-defined context data for the callbacks, a new
      structure BN_GENCB is defined that encapsulates this; a pointer to the
      structure is passed to all such functions instead.
      
      This wrapper structure allows the encapsulation of "old" and "new" style
      callbacks - "new" callbacks return a boolean result on the understanding
      that returning FALSE should terminate keygen/primality processing.  The
      BN_GENCB abstraction will allow future callback modifications without
      needing to break binary compatibility nor change the API function
      prototypes. The new API functions have been given names ending in "_ex" and
      the old functions are implemented as wrappers to the new ones.  The
      OPENSSL_NO_DEPRECATED symbol has been introduced so that, if defined,
      declaration of the older functions will be skipped. NB: Some
      openssl-internal code will stick with the older callbacks for now, so
      appropriate "#undef" logic will be put in place - this is in case the user
      is *building* openssl (rather than *including* its headers) with this
      symbol defined.
      
      There is another change in the new _ex functions; the key-generation
      functions do not return key structures but operate on structures passed by
      the caller, the return value is a boolean. This will allow for a smoother
      transition to having key-generation as "virtual function" in the various
      ***_METHOD tables.
      e9224c71
  22. 05 12月, 2002 1 次提交
  23. 28 11月, 2002 1 次提交
  24. 15 11月, 2002 1 次提交
  25. 13 11月, 2002 1 次提交
  26. 04 11月, 2002 1 次提交
  27. 29 10月, 2002 1 次提交
  28. 28 10月, 2002 1 次提交
  29. 09 10月, 2002 1 次提交
  30. 15 8月, 2002 1 次提交
  31. 10 8月, 2002 1 次提交
  32. 09 8月, 2002 3 次提交
    • B
      make update · 74cc4903
      Bodo Möller 提交于
      74cc4903
    • 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
  33. 07 8月, 2002 1 次提交
  34. 02 8月, 2002 1 次提交
  35. 30 7月, 2002 1 次提交