1. 06 2月, 2020 1 次提交
  2. 10 9月, 2019 4 次提交
  3. 01 7月, 2019 1 次提交
  4. 28 5月, 2019 3 次提交
  5. 26 2月, 2019 3 次提交
  6. 20 11月, 2018 3 次提交
  7. 11 9月, 2018 3 次提交
  8. 10 9月, 2018 1 次提交
  9. 21 8月, 2018 1 次提交
  10. 14 8月, 2018 1 次提交
  11. 27 3月, 2018 1 次提交
  12. 13 2月, 2018 5 次提交
  13. 08 2月, 2018 1 次提交
  14. 30 1月, 2018 1 次提交
  15. 28 1月, 2018 1 次提交
  16. 06 12月, 2017 1 次提交
  17. 12 11月, 2017 1 次提交
  18. 02 11月, 2017 1 次提交
  19. 29 6月, 2017 1 次提交
  20. 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
  21. 25 5月, 2017 1 次提交
  22. 16 2月, 2017 1 次提交
  23. 26 1月, 2017 1 次提交
  24. 10 11月, 2016 1 次提交
  25. 26 9月, 2016 1 次提交