1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 01 7月, 2022 1 次提交
  4. 10 8月, 2021 1 次提交
  5. 27 2月, 2020 1 次提交
  6. 28 9月, 2019 1 次提交
  7. 24 9月, 2018 1 次提交
  8. 04 4月, 2018 1 次提交
  9. 19 1月, 2018 1 次提交
  10. 09 1月, 2018 1 次提交
  11. 20 6月, 2017 1 次提交
  12. 12 6月, 2017 1 次提交
  13. 18 11月, 2016 1 次提交
  14. 20 7月, 2016 1 次提交
  15. 18 5月, 2016 1 次提交
  16. 13 4月, 2016 3 次提交
  17. 09 3月, 2016 1 次提交
  18. 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
  19. 06 2月, 2016 1 次提交
  20. 03 2月, 2016 1 次提交
  21. 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
  22. 10 12月, 2015 3 次提交
  23. 10 11月, 2015 1 次提交
  24. 08 10月, 2015 1 次提交
  25. 11 3月, 2015 1 次提交
  26. 03 2月, 2015 1 次提交
  27. 22 1月, 2015 1 次提交
  28. 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
  29. 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
  30. 03 6月, 2006 1 次提交
  31. 06 8月, 2005 1 次提交
  32. 01 6月, 2004 1 次提交
  33. 20 4月, 2004 1 次提交
  34. 01 5月, 2003 1 次提交