1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 28 9月, 2019 2 次提交
  5. 10 9月, 2019 2 次提交
  6. 24 7月, 2019 1 次提交
  7. 03 6月, 2019 1 次提交
    • S
      Add the content type attribute to additional CMS signerinfo. · d63d841f
      Shane Lontis 提交于
      Fixes #8923
      
      Found using the openssl cms -resign option.
      This uses an alternate path to do the signing which was not adding the required signed attribute
      content type. The content type attribute should always exist since it is required is there are
      any signed attributes.
      As the signing time attribute is always added in code, the content type attribute is also required.
      The CMS_si_check_attributes() method adds validity checks for signed and unsigned attributes
      e.g. The message digest attribute is a signed attribute that must exist if any signed attributes
      exist, it cannot be an unsigned attribute and there must only be one instance containing a single
      value.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/8944)
      
      (cherry picked from commit 19e512a8244a6f527d0194339a8f9fc45468537a)
      d63d841f
  8. 11 9月, 2018 1 次提交
  9. 22 6月, 2018 1 次提交
  10. 10 4月, 2017 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  13. 12 1月, 2016 1 次提交
  14. 08 1月, 2016 2 次提交
  15. 08 12月, 2015 1 次提交
  16. 12 9月, 2015 1 次提交
  17. 11 9月, 2015 1 次提交
  18. 22 1月, 2015 1 次提交
  19. 18 7月, 2013 1 次提交
  20. 22 6月, 2013 1 次提交
    • D
      CMS public key parameter support. · e365352d
      Dr. Stephen Henson 提交于
      Add support for customisation of CMS handling of signed and enveloped
      data from custom public key parameters.
      
      This will provide support for RSA-PSS and RSA-OAEP but could also be
      applied to other algorithms.
      e365352d
  21. 13 3月, 2012 1 次提交
  22. 11 3月, 2010 1 次提交
  23. 27 11月, 2009 1 次提交
  24. 29 3月, 2008 1 次提交
  25. 28 3月, 2008 1 次提交
  26. 26 3月, 2008 1 次提交
  27. 25 3月, 2008 1 次提交
  28. 17 3月, 2008 1 次提交
  29. 16 3月, 2008 1 次提交
  30. 15 3月, 2008 1 次提交
  31. 14 3月, 2008 1 次提交
  32. 13 3月, 2008 2 次提交