1. 01 7月, 2022 1 次提交
  2. 10 8月, 2021 1 次提交
  3. 27 2月, 2020 1 次提交
  4. 12 10月, 2019 1 次提交
  5. 24 7月, 2019 1 次提交
  6. 26 2月, 2019 1 次提交
  7. 25 1月, 2019 1 次提交
  8. 21 1月, 2019 1 次提交
  9. 09 10月, 2018 1 次提交
    • B
      apps: allow empty attribute values with -subj · a7ee1ef6
      Benjamin Kaduk 提交于
      Historically (i.e., OpenSSL 1.0.x), the openssl applications would
      allow for empty subject attributes to be passed via the -subj argument,
      e.g., `opensl req -subj '/CN=joe/O=/OU=local' ...`.  Commit
      db4c08f0 applied a badly needed rewrite
      to the parse_name() helper function that parses these strings, but
      in the process dropped a check that would skip attributes with no
      associated value.  As a result, such strings are now treated as
      hard errors and the operation fails.
      
      Restore the check to skip empty attribute values and restore
      the historical behavior.
      
      Document the behavior for empty subject attribute values in the
      corresponding applications' manual pages.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7349)
      
      (cherry picked from commit 3d362f190306b62a17aa2fd475b2bc8b3faa8142)
      a7ee1ef6
  10. 05 9月, 2018 1 次提交
  11. 26 7月, 2018 1 次提交
  12. 31 5月, 2018 1 次提交
  13. 11 5月, 2018 1 次提交
  14. 25 4月, 2018 2 次提交
  15. 19 4月, 2018 1 次提交
  16. 08 3月, 2018 1 次提交
  17. 01 3月, 2018 2 次提交
  18. 01 2月, 2018 1 次提交
  19. 28 12月, 2017 1 次提交
  20. 08 12月, 2017 1 次提交
  21. 13 11月, 2017 1 次提交
  22. 18 10月, 2017 1 次提交
  23. 09 10月, 2017 1 次提交
  24. 25 8月, 2017 1 次提交
  25. 22 8月, 2017 1 次提交
  26. 20 8月, 2017 1 次提交
  27. 31 7月, 2017 1 次提交
  28. 26 7月, 2017 1 次提交
  29. 04 7月, 2017 1 次提交
  30. 03 7月, 2017 1 次提交
  31. 13 6月, 2017 1 次提交
  32. 12 6月, 2017 1 次提交
  33. 02 6月, 2017 1 次提交
  34. 26 4月, 2017 1 次提交
  35. 15 2月, 2017 1 次提交
  36. 12 1月, 2017 1 次提交
  37. 08 12月, 2016 1 次提交
  38. 20 10月, 2016 1 次提交