1. 28 9月, 2017 1 次提交
  2. 24 2月, 2017 1 次提交
  3. 04 8月, 2016 1 次提交
  4. 25 7月, 2016 1 次提交
  5. 18 5月, 2016 1 次提交
  6. 16 5月, 2016 1 次提交
  7. 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
  8. 15 10月, 2015 1 次提交
  9. 14 5月, 2015 1 次提交
  10. 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
  11. 24 3月, 2015 1 次提交
  12. 23 3月, 2015 1 次提交
  13. 22 1月, 2015 1 次提交
  14. 27 7月, 2005 1 次提交
  15. 04 12月, 2002 1 次提交
  16. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  17. 02 12月, 1999 1 次提交
  18. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  19. 20 10月, 1999 1 次提交
  20. 03 5月, 1999 1 次提交
  21. 24 4月, 1999 1 次提交
  22. 20 4月, 1999 1 次提交
  23. 14 4月, 1999 1 次提交
  24. 21 12月, 1998 2 次提交