1. 05 2月, 2016 1 次提交
  2. 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
  3. 10 12月, 2015 4 次提交
  4. 05 11月, 2015 1 次提交
  5. 22 1月, 2015 1 次提交
  6. 21 9月, 2014 1 次提交
  7. 12 9月, 2014 1 次提交
  8. 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
  9. 19 10月, 2011 1 次提交
  10. 13 2月, 2011 1 次提交
  11. 25 1月, 2011 1 次提交
  12. 26 8月, 2010 1 次提交
  13. 22 5月, 2007 1 次提交
  14. 06 4月, 2007 1 次提交
  15. 22 11月, 2006 1 次提交
  16. 28 9月, 2006 1 次提交
  17. 18 7月, 2006 1 次提交
  18. 17 4月, 2006 1 次提交
  19. 28 3月, 2006 1 次提交
  20. 10 1月, 2006 1 次提交
  21. 03 9月, 2005 1 次提交
  22. 10 5月, 2005 1 次提交
  23. 27 4月, 2005 1 次提交
  24. 13 4月, 2005 1 次提交
  25. 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
  26. 07 2月, 2003 1 次提交
  27. 28 10月, 2002 2 次提交
  28. 27 8月, 2002 1 次提交
  29. 15 8月, 2002 1 次提交
  30. 07 8月, 2002 1 次提交
  31. 02 8月, 2002 2 次提交
    • B
      Rename implementations of method functions so that they match · 35b73a1f
      Bodo Möller 提交于
      the new method names where _GF... suffixes have been removed.
      
      Revert changes to ..._{get/set}_Jprojective_coordinates_...:
      The current implementation for ECC over binary fields does not use
      projective coordinates, and if it did, it would not use Jacobian
      projective coordinates; so it's OK to use the ..._GFp prefix for all
      this.
      
      Add author attributions to some files so that it doesn't look
      as if Sun wrote all of this :-)
      35b73a1f
    • B
      add support for elliptic curves over binary fields · 7793f30e
      Bodo Möller 提交于
      Submitted by: Duglas Stebila <douglas.stebila@sun.com>,
                    Sheueling Chang <sheueling.chang@sun.com>
      
      (CHANGES entries by Bodo Moeller)
      7793f30e
  32. 18 6月, 2002 1 次提交
  33. 10 6月, 2002 1 次提交
  34. 20 3月, 2002 1 次提交
  35. 18 3月, 2002 1 次提交
    • B
      Fix bugs and typos. · af28dd6c
      Bodo Möller 提交于
      Add some WTLS curves.
      New function EC_GROUP_check() (this will probably
      be implemented differently soon).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      af28dd6c