1. 15 10月, 2019 1 次提交
  2. 10 9月, 2019 1 次提交
  3. 19 8月, 2019 1 次提交
  4. 12 8月, 2019 1 次提交
  5. 09 8月, 2019 1 次提交
  6. 28 5月, 2019 1 次提交
  7. 21 5月, 2019 1 次提交
  8. 27 3月, 2019 1 次提交
  9. 25 3月, 2019 1 次提交
  10. 19 3月, 2019 1 次提交
  11. 11 3月, 2019 1 次提交
  12. 26 2月, 2019 1 次提交
  13. 20 2月, 2019 1 次提交
  14. 18 2月, 2019 1 次提交
  15. 05 2月, 2019 1 次提交
  16. 01 2月, 2019 1 次提交
  17. 30 1月, 2019 1 次提交
  18. 27 1月, 2019 1 次提交
  19. 07 1月, 2019 1 次提交
  20. 29 12月, 2018 1 次提交
  21. 16 12月, 2018 1 次提交
    • D
      man: harmonize the various formulations in the HISTORY sections · df75c2bf
      Dr. Matthias St. Pierre 提交于
      While stereotyped repetitions are frowned upon in literature, they
      serve a useful purpose in manual pages, because it is easier for
      the user to find certain information if it is always presented in
      the same way. For that reason, this commit harmonizes the varying
      formulations in the HISTORY section about which functions, flags,
      etc. were added in which OpenSSL version.
      
      It also attempts to make the pod files more grep friendly by
      avoiding to insert line breaks between the symbol names and the
      corresponding version number in which they were introduced
      (wherever possible). Some punctuation and typographical errors
      were fixed on the way.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7854)
      df75c2bf
  22. 12 12月, 2018 1 次提交
  23. 10 12月, 2018 1 次提交
  24. 02 11月, 2018 1 次提交
  25. 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
  26. 26 9月, 2018 2 次提交
  27. 20 9月, 2018 1 次提交
  28. 13 9月, 2018 1 次提交
  29. 11 9月, 2018 1 次提交
  30. 04 9月, 2018 1 次提交
  31. 01 9月, 2018 1 次提交
  32. 22 8月, 2018 2 次提交
  33. 20 8月, 2018 1 次提交
  34. 31 7月, 2018 1 次提交
  35. 04 7月, 2018 1 次提交
  36. 02 7月, 2018 1 次提交
  37. 08 6月, 2018 1 次提交
  38. 31 5月, 2018 1 次提交