1. 12 10月, 2018 1 次提交
  2. 11 10月, 2018 1 次提交
  3. 10 10月, 2018 3 次提交
  4. 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
  5. 08 10月, 2018 1 次提交
  6. 06 10月, 2018 1 次提交
  7. 05 10月, 2018 1 次提交
  8. 04 10月, 2018 4 次提交
  9. 02 10月, 2018 2 次提交
  10. 26 9月, 2018 3 次提交
  11. 24 9月, 2018 3 次提交
  12. 23 9月, 2018 1 次提交
    • B
      Create the .rnd file it it does not exist · 1fd6afb5
      Bernd Edlinger 提交于
      It's a bit annoying, since some commands try to read a .rnd file,
      and print an error message if the file does not exist.
      
      But previously a .rnd file was created on exit, and that does no longer
      happen.
      
      Fixed by continuing in app_RAND_load_conf regardless of the error in
      RAND_load_file.
      
      If the random number generator is still not initalized on exit, the
      function RAND_write_file will fail and no .rnd file would be created.
      
      Remove RANDFILE from openssl.cnf
      Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
      (Merged from https://github.com/openssl/openssl/pull/7217)
      
      (cherry picked from commit 0f58220973a02248ca5c69db59e615378467b9c8)
      1fd6afb5
  13. 22 9月, 2018 4 次提交
  14. 21 9月, 2018 2 次提交
  15. 20 9月, 2018 4 次提交
  16. 18 9月, 2018 3 次提交
  17. 17 9月, 2018 4 次提交
  18. 16 9月, 2018 1 次提交