1. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  2. 17 5月, 2005 1 次提交
  3. 16 5月, 2005 1 次提交
  4. 30 3月, 2005 1 次提交
  5. 14 12月, 2004 1 次提交
  6. 03 11月, 2004 1 次提交
  7. 10 9月, 2004 1 次提交
  8. 03 8月, 2004 1 次提交
  9. 18 5月, 2004 1 次提交
  10. 20 4月, 2004 1 次提交
  11. 27 12月, 2003 1 次提交
  12. 03 5月, 2003 1 次提交
  13. 01 5月, 2003 1 次提交
  14. 17 1月, 2003 1 次提交
  15. 29 12月, 2002 1 次提交
  16. 16 10月, 2002 1 次提交
  17. 12 10月, 2002 1 次提交
  18. 09 10月, 2002 1 次提交
  19. 05 10月, 2002 1 次提交
  20. 02 10月, 2002 1 次提交
  21. 09 8月, 2002 2 次提交
    • B
      make update · 74cc4903
      Bodo Möller 提交于
      74cc4903
    • 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
  22. 30 7月, 2002 1 次提交
  23. 15 7月, 2002 1 次提交
    • B
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller 提交于
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  24. 28 6月, 2002 1 次提交
  25. 05 6月, 2002 2 次提交
  26. 07 4月, 2002 1 次提交
  27. 01 3月, 2002 1 次提交
  28. 28 2月, 2002 1 次提交
  29. 14 2月, 2002 1 次提交
  30. 08 2月, 2002 2 次提交
  31. 24 1月, 2002 1 次提交
    • R
      make update · fe19c448
      Richard Levitte 提交于
      libeay.num got tweaked so the old des symbols would retain their
      positions.
      fe19c448
  32. 21 1月, 2002 1 次提交
    • D
      · c9501c22
      Dr. Stephen Henson 提交于
      Initial ENGINE config module, docs to follow.
      
      Fix buffer overrun errors in OPENSSL_conf().
      c9501c22
  33. 19 1月, 2002 1 次提交
  34. 10 10月, 2001 1 次提交
  35. 04 10月, 2001 1 次提交
  36. 26 9月, 2001 2 次提交
    • G
      This change adds cipher and digest support into ENGINE using the · b370230b
      Geoff Thorpe 提交于
      ENGING_TABLE mechanism. The necessary hooks from crypto/evp/ to use this
      will be committed shortly.
      b370230b
    • G
      This change replaces the ENGINE's underlying mechanics with the new · b6d1e52d
      Geoff Thorpe 提交于
      ENGINE_TABLE-based stuff - as described in crypto/engine/README.
      
      Associated miscellaneous changes;
       - the previous cipher/digest hooks that hardwired directly to EVP's
         OBJ_NAME-based storage have been backed out. New cipher/digest support
         has been constructed and will be committed shortly.
       - each implementation defines its own ENGINE_load_<name> function now.
       - the "openssl" ENGINE isn't needed or loaded any more.
       - core (not algorithm or class specific) ENGINE code has been split into
         multiple files to increase readability and decrease linker bloat.
       - ENGINE_cpy() has been removed as it wasn't really a good idea in the
         first place and now, because of registration issues, can't be
         meaningfully defined any more.
       - BN_MOD_EXP[_CRT] support is removed as per the README.
       - a bug in enginetest.c has been fixed.
      
      NB: This commit almost certainly breaks compilation until subsequent
      changes are committed.
      b6d1e52d