1. 26 4月, 2017 1 次提交
    • D
      Add support for custom signature parameters · 786dd2c2
      Dr. Stephen Henson 提交于
      Many signature types define the digest and public key type by a single OID
      such as ecdsa_with_sha256.
      
      Some types (RSA-PSS for example) use a single OID to indicate the signature
      scheme and additional parameters are encoded in the AlgorithmIdentifier.
      
      Add an X509_SIG_INFO structure to contain details about the signature type:
      specifically the digest algorithm, public key algorithm, security bits and
      various flags. This supports both existing algorithms and more complex
      types.
      
      Add accessors for the structure and a special case that retrieves signature
      information from a certificate.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3301)
      786dd2c2
  2. 18 11月, 2016 1 次提交
  3. 22 8月, 2016 1 次提交
  4. 20 8月, 2016 1 次提交
  5. 19 8月, 2016 1 次提交
  6. 17 8月, 2016 1 次提交
  7. 31 7月, 2016 1 次提交
  8. 18 5月, 2016 1 次提交
  9. 16 5月, 2016 1 次提交
  10. 09 3月, 2016 1 次提交
  11. 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
  12. 14 11月, 2015 1 次提交
  13. 15 10月, 2015 1 次提交
  14. 23 9月, 2015 1 次提交
  15. 18 9月, 2015 1 次提交
  16. 17 9月, 2015 2 次提交
  17. 06 9月, 2015 1 次提交
  18. 01 9月, 2015 1 次提交
  19. 14 5月, 2015 1 次提交
  20. 23 3月, 2015 1 次提交
  21. 22 1月, 2015 1 次提交
  22. 10 9月, 2014 1 次提交
  23. 12 12月, 2006 1 次提交
  24. 26 7月, 2000 1 次提交
  25. 20 10月, 1999 1 次提交
  26. 24 4月, 1999 1 次提交
  27. 20 4月, 1999 1 次提交
  28. 21 12月, 1998 2 次提交