1. 16 6月, 2016 1 次提交
  2. 24 5月, 2016 1 次提交
  3. 18 5月, 2016 1 次提交
  4. 21 3月, 2016 1 次提交
  5. 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
  6. 08 1月, 2016 2 次提交
  7. 01 4月, 2015 1 次提交
  8. 22 1月, 2015 1 次提交
  9. 13 2月, 2014 1 次提交
  10. 09 11月, 2013 1 次提交
  11. 05 8月, 2013 1 次提交
    • D
      Add KDF for DH. · dc1ce3bc
      Dr. Stephen Henson 提交于
      Add X9.42 DH KDF. Move sharedinfo generation code to CMS library as the
      same structure is used by DH and ECDH.
      
      Move ASN1_OBJECT typedef to ossl_typ.h so it can be picked up by dh headers
      without the need to use ASN1.
      dc1ce3bc
  12. 18 7月, 2013 1 次提交
  13. 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
  14. 27 2月, 2013 1 次提交
    • D
      Add function CMS_RecipientInfo_encrypt · e1f1d28f
      Dr. Stephen Henson 提交于
      Add CMS_RecipientInfo_encrypt: this function encrypts an existing content
      encryption key to match the key in the RecipientInfo structure: this is
      useful if a new recpient is added to and existing enveloped data structure.
      
      Add documentation.
      e1f1d28f
  15. 13 3月, 2012 1 次提交
  16. 27 7月, 2010 1 次提交
  17. 27 11月, 2009 1 次提交
  18. 03 5月, 2008 1 次提交
  19. 12 4月, 2008 3 次提交
  20. 10 4月, 2008 1 次提交
  21. 06 4月, 2008 2 次提交
  22. 29 3月, 2008 1 次提交
  23. 28 3月, 2008 1 次提交
  24. 27 3月, 2008 1 次提交
  25. 26 3月, 2008 1 次提交
  26. 25 3月, 2008 1 次提交
  27. 20 3月, 2008 3 次提交
  28. 19 3月, 2008 1 次提交
  29. 18 3月, 2008 2 次提交
  30. 17 3月, 2008 2 次提交
  31. 16 3月, 2008 2 次提交