1. 09 12月, 2014 1 次提交
    • G
      Include <openssl/foo.h> instead of "foo.h" · e52a3c3d
      Geoff Thorpe 提交于
      Exported headers shouldn't be included as "foo.h" by code from the same
      module, it should only do so for module-internal headers. This is
      because the symlinking of exported headers (from include/openssl/foo.h
      to crypto/foo/foo.h) is being removed, and the exported headers are
      being moved to the include/openssl/ directory instead.
      
      Change-Id: I4c1d80849544713308ddc6999a549848afc25f94
      Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e52a3c3d
  2. 15 2月, 2014 1 次提交
  3. 18 7月, 2013 1 次提交
  4. 11 3月, 2010 1 次提交
  5. 02 2月, 2010 1 次提交
  6. 24 9月, 2009 1 次提交
  7. 03 5月, 2008 1 次提交
  8. 06 4月, 2008 2 次提交
  9. 18 3月, 2008 1 次提交
    • D
      Various tidies/fixes: · e4f0e40e
      Dr. Stephen Henson 提交于
      Make streaming support in cms cleaner.
      
      Note errors in various S/MIME functions if CMS_final() fails.
      
      Add streaming support for enveloped data.
      e4f0e40e
  10. 17 3月, 2008 1 次提交
  11. 16 3月, 2008 1 次提交
  12. 15 3月, 2008 2 次提交
  13. 14 3月, 2008 1 次提交
  14. 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