1. 15 Oct, 2018 1 commit
    • Benjamin Kaduk's avatar
      apps: allow empty attribute values with -subj · 77078e6b
      Benjamin Kaduk authored
      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.
      
      (cherry picked from commit 3d362f19)
      (cherry picked from commit a7ee1ef6
      
      )
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7368)
      77078e6b
  2. 13 Oct, 2018 1 commit
  3. 12 Oct, 2018 1 commit
  4. 04 Oct, 2018 2 commits
  5. 02 Oct, 2018 1 commit
  6. 29 Sep, 2018 4 commits
  7. 24 Sep, 2018 2 commits
  8. 21 Sep, 2018 1 commit
  9. 20 Sep, 2018 1 commit
  10. 16 Sep, 2018 2 commits
  11. 13 Sep, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 11 Sep, 2018 3 commits
  14. 10 Sep, 2018 1 commit
  15. 06 Sep, 2018 1 commit
  16. 05 Sep, 2018 2 commits
  17. 04 Sep, 2018 10 commits
  18. 03 Sep, 2018 3 commits
  19. 02 Sep, 2018 1 commit
  20. 01 Sep, 2018 1 commit