1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 27 5月, 2017 1 次提交
  7. 17 8月, 2016 1 次提交
  8. 16 6月, 2016 1 次提交
  9. 12 6月, 2016 1 次提交
  10. 18 5月, 2016 1 次提交
  11. 06 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. 08 1月, 2016 1 次提交
  14. 10 11月, 2015 1 次提交
  15. 23 9月, 2015 1 次提交
  16. 11 9月, 2015 1 次提交
  17. 01 9月, 2015 2 次提交
  18. 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
  19. 25 3月, 2015 1 次提交
  20. 22 1月, 2015 1 次提交
  21. 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
  22. 15 2月, 2014 1 次提交
  23. 18 7月, 2013 1 次提交
  24. 11 3月, 2010 1 次提交
  25. 02 2月, 2010 1 次提交
  26. 24 9月, 2009 1 次提交
  27. 03 5月, 2008 1 次提交
  28. 06 4月, 2008 2 次提交
  29. 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
  30. 17 3月, 2008 1 次提交
  31. 16 3月, 2008 1 次提交
  32. 15 3月, 2008 2 次提交
  33. 14 3月, 2008 1 次提交
  34. 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