1. 27 3月, 2018 1 次提交
  2. 13 2月, 2018 5 次提交
  3. 08 2月, 2018 1 次提交
  4. 30 1月, 2018 1 次提交
  5. 28 1月, 2018 1 次提交
  6. 06 12月, 2017 1 次提交
  7. 12 11月, 2017 1 次提交
  8. 02 11月, 2017 1 次提交
  9. 29 6月, 2017 1 次提交
  10. 27 6月, 2017 1 次提交
    • R
      util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_ · 4b2799c1
      Richard Levitte 提交于
      To make sure that our symbols don't clash with other libraries, we
      claim the namespaces OSSL and OPENSSL.  Because C doesn't provide
      namespaces, the only solution is to have them as prefixes on symbols,
      thus we allow OSSL_ and OPENSSL_ as prefixes.
      
      These namespace prefixes are optional for the foreseeable future, and
      will only be used for new modules as needed on a case by case basis,
      until further notice.
      
      For extra safety, there's an added requirement that module names -
      apart from the namespace prefix - be at least 2 characters long.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3781)
      4b2799c1
  11. 25 5月, 2017 1 次提交
  12. 16 2月, 2017 1 次提交
  13. 26 1月, 2017 1 次提交
  14. 10 11月, 2016 1 次提交
  15. 26 9月, 2016 1 次提交
  16. 22 9月, 2016 1 次提交
  17. 26 8月, 2016 1 次提交
  18. 25 8月, 2016 1 次提交
  19. 22 6月, 2016 1 次提交
  20. 18 5月, 2016 1 次提交
  21. 03 5月, 2016 1 次提交
  22. 16 4月, 2016 1 次提交
  23. 15 4月, 2016 1 次提交
  24. 16 3月, 2016 1 次提交
  25. 09 3月, 2016 2 次提交
  26. 04 3月, 2016 1 次提交
  27. 03 3月, 2016 1 次提交
  28. 01 3月, 2016 1 次提交
  29. 10 2月, 2016 1 次提交
  30. 04 2月, 2016 1 次提交
  31. 28 1月, 2016 1 次提交
  32. 23 1月, 2016 1 次提交
  33. 22 1月, 2016 1 次提交
    • R
      Refresh the thinking of --prefix and --openssldir · d74dfafd
      Richard Levitte 提交于
      --prefix is now exclusively used for software and manual installation.
      --openssldir is not exclusively used as a default location for certs,
      keys and the default openssl.cnf.
      
      This change is made to bring clarity, to have the two less
      intertwined, and to be more compatible with the usual ways of software
      installation.
      
      Please change your habits and scripts to use --prefix rather than
      --openssldir for installation location now.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      d74dfafd
  34. 15 1月, 2016 1 次提交
  35. 12 1月, 2016 1 次提交