1. 08 1月, 2016 1 次提交
  2. 01 1月, 2016 1 次提交
  3. 10 11月, 2015 1 次提交
  4. 11 9月, 2015 1 次提交
  5. 01 9月, 2015 1 次提交
  6. 14 5月, 2015 1 次提交
  7. 02 5月, 2015 1 次提交
    • R
      free NULL cleanup -- coda · 25aaa98a
      Rich Salz 提交于
      After the finale, the "real" final part. :)  Do a recursive grep with
      "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are
      an "if NULL" check that can be removed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      25aaa98a
  8. 01 5月, 2015 2 次提交
  9. 30 4月, 2015 1 次提交
    • R
      free NULL cleanup 8 · 2ace7450
      Rich Salz 提交于
      Do not check for NULL before calling a free routine.  This addresses:
          ASN1_BIT_STRING_free ASN1_GENERALIZEDTIME_free ASN1_INTEGER_free
          ASN1_OBJECT_free ASN1_OCTET_STRING_free ASN1_PCTX_free ASN1_SCTX_free
          ASN1_STRING_clear_free ASN1_STRING_free ASN1_TYPE_free
          ASN1_UTCTIME_free M_ASN1_free_of
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      2ace7450
  10. 28 3月, 2015 1 次提交
    • R
      free NULL cleanup · c5ba2d99
      Rich Salz 提交于
      EVP_.*free; this gets:
              EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free
              EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it
              EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      c5ba2d99
  11. 24 3月, 2015 1 次提交
  12. 29 1月, 2015 1 次提交
  13. 22 1月, 2015 1 次提交
  14. 06 5月, 2014 1 次提交
  15. 18 7月, 2013 2 次提交
  16. 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
  17. 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
  18. 13 3月, 2012 1 次提交
  19. 27 11月, 2009 1 次提交
  20. 27 3月, 2008 1 次提交
  21. 20 3月, 2008 2 次提交
  22. 19 3月, 2008 2 次提交
  23. 18 3月, 2008 2 次提交
  24. 17 3月, 2008 2 次提交
  25. 16 3月, 2008 1 次提交
  26. 14 3月, 2008 1 次提交
  27. 13 3月, 2008 1 次提交
    • D
      And so it begins... · 8931b30d
      Dr. Stephen Henson 提交于
      Initial support for CMS.
      
      Add zlib compression BIO.
      
      Add AES key wrap implementation.
      
      Generalize S/MIME MIME code to support CMS and/or PKCS7.
      8931b30d