1. 14 7月, 2015 1 次提交
  2. 14 5月, 2015 1 次提交
  3. 11 5月, 2015 1 次提交
  4. 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
  5. 24 3月, 2015 1 次提交
  6. 22 1月, 2015 1 次提交
  7. 18 8月, 2014 1 次提交
  8. 22 5月, 2010 1 次提交
    • D
      PR: 2251 · ca96d389
      Dr. Stephen Henson 提交于
      Submitted by: Ger Hobbelt <ger@hobbelt.com>
      Approved by: steve@openssl.org
      
      Memleak, BIO chain leak and realloc checks in v3_pci.c
      ca96d389
  9. 20 4月, 2009 1 次提交
  10. 05 3月, 2007 1 次提交
  11. 21 1月, 2007 1 次提交
  12. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  13. 18 1月, 2005 1 次提交
    • R
      Changes concering RFC 3820 (proxy certificates) integration: · a7201e9a
      Richard Levitte 提交于
       - Enforce that there should be no policy settings when the language
         is one of id-ppl-independent or id-ppl-inheritAll.
       - Add functionality to ssltest.c so that it can process proxy rights
         and check that they are set correctly.  Rights consist of ASCII
         letters, and the condition is a boolean expression that includes
         letters, parenthesis, &, | and ^.
       - Change the proxy certificate configurations so they get proxy
         rights that are understood by ssltest.c.
       - Add a script that tests proxy certificates with SSL operations.
      
      Other changes:
      
       - Change the copyright end year in mkerr.pl.
       - make update.
      a7201e9a
  14. 28 12月, 2004 1 次提交