1. 31 5月, 2017 1 次提交
  2. 13 8月, 2016 1 次提交
  3. 21 7月, 2016 1 次提交
  4. 20 7月, 2016 1 次提交
  5. 24 5月, 2016 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 10 3月, 2016 1 次提交
  8. 03 3月, 2016 1 次提交
  9. 02 3月, 2016 1 次提交
  10. 29 2月, 2016 1 次提交
  11. 05 2月, 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. 10 12月, 2015 4 次提交
  14. 05 11月, 2015 1 次提交
  15. 22 1月, 2015 1 次提交
  16. 21 9月, 2014 1 次提交
  17. 12 9月, 2014 1 次提交
  18. 18 7月, 2013 1 次提交
    • D
      Add support for ECDH KARI. · 88e20b85
      Dr. Stephen Henson 提交于
      Add support for ECDH in enveloped data. The CMS ctrls for the EC ASN1
      method decode/encode the appropriate parameters from the CMS ASN1 data
      and send appropriate data to the EC public key method.
      88e20b85
  19. 19 10月, 2011 1 次提交
  20. 13 2月, 2011 1 次提交
  21. 25 1月, 2011 1 次提交
  22. 26 8月, 2010 1 次提交
  23. 22 5月, 2007 1 次提交
  24. 06 4月, 2007 1 次提交
  25. 22 11月, 2006 1 次提交
  26. 28 9月, 2006 1 次提交
  27. 18 7月, 2006 1 次提交
  28. 17 4月, 2006 1 次提交
  29. 28 3月, 2006 1 次提交
  30. 10 1月, 2006 1 次提交
  31. 03 9月, 2005 1 次提交
  32. 10 5月, 2005 1 次提交
  33. 27 4月, 2005 1 次提交
  34. 13 4月, 2005 1 次提交
  35. 21 2月, 2003 1 次提交
    • B
      ECPublicKey_set_octet_string and ECPublicKey_get_octet_string · 62e3163b
      Bodo Möller 提交于
      behaviour was not quite consistent with the conventions
      for d2i and i2d functions as far as handling of the 'out'
      or 'in' pointer is concerned.
      
      This patch changes this behaviour, and renames the functions to
      o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the
      external encoding is just a raw object string without any DER icing).
      
      Submitted by: Nils Larsch
      62e3163b
  36. 07 2月, 2003 1 次提交
  37. 28 10月, 2002 1 次提交