1. 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
  2. 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
  3. 12 4月, 2015 1 次提交
  4. 22 1月, 2015 1 次提交
  5. 31 12月, 2014 1 次提交
  6. 07 7月, 2014 1 次提交
  7. 05 7月, 2014 1 次提交
  8. 23 6月, 2014 2 次提交
  9. 25 5月, 2014 1 次提交
  10. 21 5月, 2014 1 次提交
    • V
      Fixes to host checking. · 397a8e74
      Viktor Dukhovni 提交于
      Fixes to host checking wild card support and add support for
      setting host checking flags when verifying a certificate
      chain.
      397a8e74
  11. 13 12月, 2013 1 次提交
    • D
      Add opaque ID structure. · 4a253652
      Dr. Stephen Henson 提交于
      Move the IP, email and host checking fields from the public
      X509_VERIFY_PARAM structure into an opaque X509_VERIFY_PARAM_ID
      structure. By doing this the structure can be modified in future
      without risk of breaking any applications.
      (cherry picked from commit adc6bd73e3bd10ce6e76867482e8d137071298d7)
      
      Conflicts:
      
      	crypto/x509/x509_vpm.c
      4a253652
  12. 06 12月, 2012 1 次提交
  13. 25 2月, 2010 1 次提交
  14. 30 6月, 2009 1 次提交
  15. 15 3月, 2009 1 次提交
  16. 17 2月, 2009 1 次提交
  17. 06 11月, 2008 1 次提交
  18. 22 10月, 2008 1 次提交
  19. 20 10月, 2008 1 次提交
  20. 12 10月, 2008 1 次提交
  21. 07 9月, 2007 1 次提交
  22. 03 5月, 2006 1 次提交
  23. 03 9月, 2005 1 次提交
  24. 07 9月, 2004 1 次提交