1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 05 12月, 2017 1 次提交
  7. 20 6月, 2017 1 次提交
  8. 18 5月, 2016 1 次提交
  9. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  10. 10 12月, 2015 3 次提交
  11. 07 5月, 2015 1 次提交
  12. 11 3月, 2015 1 次提交
  13. 24 1月, 2015 1 次提交
  14. 22 1月, 2015 1 次提交
  15. 15 5月, 2011 1 次提交
  16. 05 6月, 2006 1 次提交
  17. 02 6月, 2006 1 次提交
  18. 01 6月, 2006 1 次提交
  19. 20 4月, 2004 1 次提交
  20. 29 11月, 2003 1 次提交
  21. 14 3月, 2003 1 次提交
  22. 09 8月, 2002 1 次提交
    • 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
  23. 14 6月, 2002 1 次提交
  24. 22 1月, 2002 2 次提交
  25. 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
  26. 15 9月, 2001 1 次提交
  27. 07 9月, 2001 1 次提交
  28. 28 8月, 2001 1 次提交
  29. 26 8月, 2001 1 次提交
  30. 24 8月, 2001 1 次提交
  31. 19 8月, 2001 1 次提交
  32. 18 8月, 2001 1 次提交
  33. 02 5月, 2000 1 次提交
  34. 30 1月, 1999 1 次提交
  35. 24 1月, 1999 1 次提交