29 次代码提交 (13e81fc971df6b2ac0e79e68ee23eee3ca970971)

作者 SHA1 备注 提交日期
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9 年前
  David Benjamin 43c4d17230 Add X509_CRL_up_ref. 9 年前
  David Benjamin 8745865451 Fix a couple other leaks on failure in X509_verify_cert. 9 年前
  David Benjamin a6ee3de08e Fix leak on malloc failure in X509_verify_cert. 9 年前
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9 年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 年前
  David Benjamin d87021d246 Fix length checks in X509_cmp_time to avoid out-of-bounds reads. 9 年前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 年前
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9 年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 年前
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 9 年前
  David Benjamin dd1ca99da4 Remove X509_get_pubkey_parameters. 9 年前
  Adam Langley 6899b19464 Update API to use (char *) for email addresses and hostnames. 9 年前
  Adam Langley 6f8c366989 Set optional peername when X509_check_host() succeeds. 9 年前
  Adam Langley 589963f79e Multiple verifier reference identities. 9 年前
  Adam Langley c68f3e02b0 X509_check_mumble() failure is <= 0, not just 0. 9 年前
  Adam Langley fcd34624a1 Drop hostlen from X509_VERIFY_PARAM_ID. 9 年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年前
  Adam Langley b9e0ccc650 Fix a couple of minor compiler warnings. 9 年前
  Adam Langley 69a01608f3 Add malloc failure tests. 10 年前
  Adam Langley 920e69658e Extra return in check_issued. 10 年前
  David Benjamin 150c617cfc Add X509_up_ref and use it internally. 10 年前
  Alex Chernyakhovsky cbd056cd55 Remove OPENSSL_NO_CHAIN_VERIFY 10 年前
  Adam Langley dc160f84f5 Fixes to host checking. 10 年前
  Adam Langley e0ddf2706a For self signed root only indicate one error. 10 年前
  Adam Langley ec72cf5a1c Include TA in checks/callback with partial chains. 10 年前
  Adam Langley 35163dc925 Add cert_self_signed function to simplify verify. 10 年前
  Adam Langley a216d03d0e Simplify X509_STORE_CTX_get1_chain. 10 年前
  Adam Langley 95c29f3cd1 Inital import. 10 年前