104 Commits (a0ef7b0a56a4f5e376dffa28f7808c011b312bc5)

Autor SHA1 Mensagem Data
  David Benjamin af07365b49 Check for overflow when parsing a CBS with d2i_*. 9 anos atrás
  David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean. 9 anos atrás
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9 anos atrás
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9 anos atrás
  David Benjamin ff905b09fc Avoid sticking -1 into a size_t. 9 anos atrás
  David Benjamin dc4a554b2c Remove dead code in x509_lu.c. 9 anos atrás
  David Benjamin 79680ffaed Fix various malloc failure codepaths. 9 anos atrás
  David Benjamin 15e4deb165 d2i: don't update input pointer on failure 9 anos atrás
  David Benjamin 43c4d17230 Add X509_CRL_up_ref. 9 anos atrás
  David Benjamin 885fc046a5 Fix memory leaks on error in x_x509a.c. 9 anos atrás
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 anos atrás
  David Benjamin 8745865451 Fix a couple other leaks on failure in X509_verify_cert. 9 anos atrás
  David Benjamin a6ee3de08e Fix leak on malloc failure in X509_verify_cert. 9 anos atrás
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9 anos atrás
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 anos atrás
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9 anos atrás
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. 9 anos atrás
  Adam Langley b3cda6565a Fix signed/unsigned warnings for MSVC. 9 anos atrás
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 9 anos atrás
  Matt Braithwaite 7e8f2baeb7 Restore implementation of |NETSCAPE_SPKI_verify|. 9 anos atrás
  David Benjamin d87021d246 Fix length checks in X509_cmp_time to avoid out-of-bounds reads. 9 anos atrás
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 anos atrás
  Adam Langley 6fb174e564 Remove last references to named locks. 9 anos atrás
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9 anos atrás
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 anos atrás
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9 anos atrás
  David Benjamin 0ce78a757d Fix some missing OBJ_dup failure checks. 9 anos atrás
  David Benjamin 5d1ec73b0f Require that FOO_free functions do nothing on NULL. 9 anos atrás
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9 anos atrás
  David Benjamin 2ab9090b87 Remove X509_STORE's ex_data. 9 anos atrás
  David Benjamin 546f1a59ef Unexpose the generic ex_data functions. 9 anos atrás
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 anos atrás
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 9 anos atrás
  David Benjamin 4b1510c71e Fix a failure to NULL a pointer freed on error. 9 anos atrás
  David Benjamin 87b2a13a86 Fix seg fault in ASN1_generate_v3/ASN1_generate_nconf 9 anos atrás
  David Benjamin 3305858342 Fix wrong numbers being passed as string lengths 9 anos atrás
  David Benjamin 9d102ddbc0 Check public key is not NULL. 9 anos atrás
  Adam Langley 4e581b5378 Add support for reading PKCS#7 data from PEM files. 9 anos atrás
  Adam Langley 50073e8c5e Add functions to parse and generate PKCS#7 files with CRLs. 9 anos atrás
  David Benjamin dd1ca99da4 Remove X509_get_pubkey_parameters. 9 anos atrás
  Adam Langley 6899b19464 Update API to use (char *) for email addresses and hostnames. 9 anos atrás
  Adam Langley 6f8c366989 Set optional peername when X509_check_host() succeeds. 9 anos atrás
  Adam Langley d0f5df2d71 New peername element in X509_VERIFY_PARAM_ID. 9 anos atrás
  Adam Langley 589963f79e Multiple verifier reference identities. 9 anos atrás
  Adam Langley c68f3e02b0 X509_check_mumble() failure is <= 0, not just 0. 9 anos atrás
  Adam Langley fcd34624a1 Drop hostlen from X509_VERIFY_PARAM_ID. 9 anos atrás
  David Benjamin 96396b3aaa Fix cross-module errors. 9 anos atrás
  Adam Langley 29b186736c Precompute sorted array for error strings. 9 anos atrás
  David Benjamin 9e128b06a1 Fix memory leak on malloc failure. 9 anos atrás
  David Benjamin 1eed2c0e40 Fix some unchecked mallocs. 9 anos atrás