Skip to content
  1. Oct 15, 2018
    • 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. Oct 13, 2018
  3. Oct 12, 2018
  4. Oct 04, 2018
  5. Oct 02, 2018
  6. Sep 29, 2018
  7. Sep 24, 2018
  8. Sep 21, 2018
  9. Sep 20, 2018
  10. Sep 16, 2018
  11. Sep 13, 2018
  12. Sep 12, 2018
  13. Sep 11, 2018
  14. Sep 10, 2018
  15. Sep 06, 2018
  16. Sep 05, 2018
  17. Sep 04, 2018
  18. Sep 03, 2018
  19. Sep 02, 2018
  20. Sep 01, 2018