1. 25 7月, 2016 1 次提交
  2. 18 5月, 2016 1 次提交
  3. 16 4月, 2016 1 次提交
  4. 23 2月, 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. 10 11月, 2015 1 次提交
  7. 12 8月, 2015 1 次提交
  8. 22 6月, 2015 1 次提交
  9. 14 5月, 2015 1 次提交
  10. 11 5月, 2015 1 次提交
  11. 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
  12. 01 5月, 2015 1 次提交
    • R
      free NULL cleanup 5a · 222561fe
      Rich Salz 提交于
      Don't check for NULL before calling a free routine.  This gets X509_.*free:
          x509_name_ex_free X509_policy_tree_free X509_VERIFY_PARAM_free
          X509_STORE_free X509_STORE_CTX_free X509_PKEY_free
          X509_OBJECT_free_contents X509_LOOKUP_free X509_INFO_free
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      222561fe
  13. 25 3月, 2015 1 次提交
  14. 24 3月, 2015 1 次提交
  15. 22 1月, 2015 1 次提交
  16. 09 5月, 2014 1 次提交
  17. 13 2月, 2014 1 次提交
  18. 22 12月, 2013 1 次提交
    • D
      Canonicalise input in CMS_verify. · cd30f03a
      Dr. Stephen Henson 提交于
      If content is detached and not binary mode translate the input to
      CRLF format. Before this change the input was verified verbatim
      which lead to a discrepancy between sign and verify.
      cd30f03a
  19. 18 7月, 2013 1 次提交
  20. 13 3月, 2012 1 次提交
  21. 27 7月, 2010 1 次提交
  22. 27 11月, 2009 1 次提交
  23. 25 3月, 2009 1 次提交
  24. 15 3月, 2009 2 次提交
  25. 22 11月, 2008 1 次提交
  26. 05 8月, 2008 1 次提交
  27. 18 4月, 2008 1 次提交
  28. 12 4月, 2008 4 次提交
  29. 10 4月, 2008 2 次提交
  30. 07 4月, 2008 1 次提交
  31. 29 3月, 2008 1 次提交
  32. 28 3月, 2008 1 次提交
  33. 20 3月, 2008 1 次提交
  34. 18 3月, 2008 2 次提交
    • 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
    • D
      More support for KEK RecipientInfo. · 6e3bc4f0
      Dr. Stephen Henson 提交于
      Generalise RecipientInfo and enveloped data handling so applications can
      add their own key lookup routines as well as using the standard ones.
      6e3bc4f0