1. 15 10月, 2019 1 次提交
  2. 29 12月, 2018 1 次提交
  3. 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
  4. 11 9月, 2018 1 次提交
  5. 22 8月, 2018 1 次提交
  6. 28 12月, 2017 1 次提交
  7. 08 12月, 2017 1 次提交
  8. 07 11月, 2017 1 次提交
  9. 19 10月, 2017 1 次提交
  10. 14 8月, 2017 1 次提交
  11. 10 8月, 2017 1 次提交
  12. 17 7月, 2017 1 次提交
    • R
      Standardize apps use of -rand, etc. · 3ee1eac2
      Rich Salz 提交于
      Standardized the -rand flag and added a new one:
          -rand file...
                  Always reads the specified files
          -writerand file
                  Always writes to the file on exit
      
      For apps that use a config file, the RANDFILE config parameter reads
      the file at startup (to seed the RNG) and write to it on exit if
      the -writerand flag isn't used.
      
      Ensured that every app that took -rand also took -writerand, and
      made sure all of that agreed with all the documentation.
      
      Fix error reporting in write_file and -rand
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/3862)
      3ee1eac2
  13. 11 5月, 2017 1 次提交
  14. 30 3月, 2017 1 次提交
  15. 22 2月, 2017 2 次提交
  16. 08 2月, 2017 1 次提交
  17. 06 2月, 2017 1 次提交
  18. 14 12月, 2016 1 次提交
  19. 27 10月, 2016 1 次提交
  20. 13 6月, 2016 1 次提交
  21. 06 6月, 2016 1 次提交
  22. 21 5月, 2016 1 次提交
  23. 20 5月, 2016 1 次提交
  24. 19 5月, 2016 1 次提交
  25. 20 3月, 2016 1 次提交
  26. 12 2月, 2016 1 次提交
  27. 06 2月, 2016 1 次提交
  28. 31 10月, 2015 1 次提交
  29. 01 9月, 2015 1 次提交
    • D
      Remove asn1-kludge option. · d8c054f2
      Dr. Stephen Henson 提交于
      Remove asn1-kludge option from the req utility. It was a decade old
      workaround for CAs and software which required an invalid encoding
      of PKCS#10 certificate requests: omitting the attributes field even
      though it is not OPTIONAL.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d8c054f2
  30. 28 8月, 2015 1 次提交
    • R
      Various doc fixes. · c03726ca
      Rich Salz 提交于
      Make all mention of digest algorithm use "any supported algorithm"
      
      RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>:
          X509_LOOKUP_hash_dir.pod
          X509_check_ca.pod
          X509_check_issued.pod
      
      RT 1600:
          Remove references to non-existant objects(3)
          Add RETURN VALUES to BIO_do_accept page.
      
      RT1818:
          RSA_sign Can return values other than 0 on failure.
      
      RT3634:
          Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>)
      
      RT3678:
          Some clarifications to BIO_new_pair
          (Devchandra L Meetei <dlmeetei@gmail.com>)
      
      RT3787:
          Fix some EVP_ function return values
          (Laetitia Baudoin <lbaudoin@google.com>)
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      c03726ca
  31. 27 8月, 2015 1 次提交
  32. 22 8月, 2015 1 次提交
  33. 01 8月, 2015 1 次提交
  34. 03 5月, 2015 1 次提交
  35. 01 9月, 2014 1 次提交
  36. 12 8月, 2014 1 次提交
  37. 15 2月, 2014 1 次提交
  38. 06 9月, 2013 1 次提交
  39. 15 4月, 2009 1 次提交