1. 28 9月, 2019 1 次提交
  2. 24 9月, 2018 1 次提交
  3. 04 4月, 2018 1 次提交
  4. 19 1月, 2018 1 次提交
  5. 09 1月, 2018 1 次提交
  6. 20 6月, 2017 1 次提交
  7. 12 6月, 2017 1 次提交
  8. 18 11月, 2016 1 次提交
  9. 20 7月, 2016 1 次提交
  10. 18 5月, 2016 1 次提交
  11. 13 4月, 2016 3 次提交
  12. 09 3月, 2016 1 次提交
  13. 10 2月, 2016 2 次提交
    • R
      Configure et al: move the installation directory logic to Makefiles · 5482dac9
      Richard Levitte 提交于
      The logic to figure out the combinations of --prefix and --openssldir
      has stayed in Configure so far, with Unix paths as defaults.
      
      However, since we're making Configure increasingly platform agnostic,
      these defaults need to change and adapt to the platform, along with
      the logic to combine them.
      
      The easiest to provide for this is to move the logic and the defaults
      away from Configure and into the build files.
      
      This also means that the definition of the macros ENGINESDIR and
      OPENSSLDIR move away from include/openssl/opensslconf.h and into the
      build files.
      
      Makefile.in is adapted accordingly.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      5482dac9
    • R
      Remove store. · 7984f082
      Rich Salz 提交于
      Rebased and merged by me, with Ben's approval.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NBen Laurie <ben@openssl.org>
      7984f082
  14. 06 2月, 2016 1 次提交
  15. 03 2月, 2016 1 次提交
  16. 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
  17. 10 12月, 2015 3 次提交
  18. 10 11月, 2015 1 次提交
  19. 08 10月, 2015 1 次提交
  20. 11 3月, 2015 1 次提交
  21. 03 2月, 2015 1 次提交
  22. 22 1月, 2015 1 次提交
  23. 28 1月, 2014 1 次提交
    • D
      Add loaded dynamic ENGINEs to list. · e933f91f
      Dr. Stephen Henson 提交于
      Always add a dynamically loaded ENGINE to list. Otherwise it can cause
      problems when multiply loaded, especially if it adds new public key methods.
      For all current engines we only want a single implementation anyway.
      e933f91f
  24. 28 3月, 2010 1 次提交
    • D
      PR: 1813 · ac495542
      Dr. Stephen Henson 提交于
      Submitted by: Torsten Hilbrich <torsten.hilbrich@secunet.com>
      
      Fix memory leak when engine name cannot be loaded.
      ac495542
  25. 03 6月, 2006 1 次提交
  26. 06 8月, 2005 1 次提交
  27. 01 6月, 2004 1 次提交
  28. 20 4月, 2004 1 次提交
  29. 01 5月, 2003 1 次提交
  30. 16 10月, 2002 1 次提交
  31. 12 10月, 2002 1 次提交
    • R
      Step 11c of move of engines: Time to make the changes to support · aae329c4
      Richard Levitte 提交于
      automatic load of dynamic engines.  Change the iterator to try to load
      the requested engine dynamically.  The environment variable
      OPENSSL_ENGINES can be used to override the internal default directory
      where one can expect to find dynamically loadable engines.
      
      Note: The changes in step 11 have all been made by Geoff Thorpe.
      Credit where credit is due.
      aae329c4
  32. 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
  33. 14 2月, 2002 1 次提交
  34. 21 1月, 2002 1 次提交
    • D
      · c9501c22
      Dr. Stephen Henson 提交于
      Initial ENGINE config module, docs to follow.
      
      Fix buffer overrun errors in OPENSSL_conf().
      c9501c22
  35. 26 9月, 2001 1 次提交