1408 Commits (5f387e38fc406d6e341248865df61dd9d957171f)
 

Author SHA1 Message Date
  David Benjamin 5a3162a521 Convert hmac_test to C++. 9 years ago
  David Benjamin f93d737c86 Convert pbkdf_test to C++11. 9 years ago
  David Benjamin 94e597a51c Convert digest_test to C++. 9 years ago
  David Benjamin c2b45a164a Convert evp_test to C++. 9 years ago
  David Benjamin 1d77e56b29 Convert ssl_test to C++. 9 years ago
  David Benjamin 45fb1be33e Remove std::unique_ptr dependency on bssl_shim's scoped types. 9 years ago
  Adam Langley d7c5dfb233 Add native support for onces and thread-local storage. 9 years ago
  Adam Langley c11e13a78b Support MIPS64. 9 years ago
  Adam Langley 20b64fd19d Export the PSS padding functions. 9 years ago
  Adam Langley 32ab7b0e74 Use libmingwex for gmtime_s. 9 years ago
  Adam Langley 3e719319be Lowercase some Windows headers. 9 years ago
  Adam Langley e2e13265ff Don't set NEON_FUNCTIONAL in the getauxval path. 9 years ago
  David Benjamin 4616bb1e6e Build 32-bit assembly with SSE2 enabled. 9 years ago
  David Benjamin 87ac295d5d Remove unused fields from EVP_PKEY. 9 years ago
  David Benjamin 05a5beb35c Add support for finding depot_tools' MSVC toolchain on the bots. 9 years ago
  David Benjamin 340d5ed295 Test that warning alerts are ignored. 9 years ago
  David Benjamin 0570923ed2 Add additional features to bssl client. 9 years ago
  David Benjamin 0d4db50a54 Use C++11 inline initialization. 9 years ago
  David Benjamin e5a3ac2cac Fix fail_second_ddos_callback flag. 9 years ago
  David Benjamin 8056343a58 Fix CRYPTO_add_lock documentation. 9 years ago
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9 years ago
  David Benjamin 90fa69aaae Remove unnecessary -ldl and clean up includes for malloc tests. 9 years ago
  Håvard Molland ab2479a08a Clean up error reporting. 9 years ago
  Adam Langley 32156b974d Add some more Android compatibility declarations. 9 years ago
  David Benjamin 72dc7834af Test that signature_algorithm preferences are enforced. 9 years ago
  David Benjamin 67d1fb59ad Test that client cipher preferences are enforced. 9 years ago
  David Benjamin 642f1498d0 evp: prevent underflow in base64 decoding 9 years ago
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9 years ago
  David Benjamin 3c9746a6d7 Regression test for CVE-2015-0291. 9 years ago
  David Benjamin b85a4c2923 Remove unnecessary NULL initializations in ssl_cert_dup. 9 years ago
  David Benjamin cdea40c3e2 Add tests for full handshakes under renegotiation. 9 years ago
  David Benjamin 4b1510c71e Fix a failure to NULL a pointer freed on error. 9 years ago
  David Benjamin 7a8e62dbd9 Fix ASN1_TYPE_cmp 9 years ago
  David Benjamin 61c0d4e8b2 Always reset sigalgslen when NULLing sigalgs. 9 years ago
  David Benjamin c12d377e24 Free up ADB and CHOICE if already initialised. 9 years ago
  David Benjamin 7e3b5840c2 Fix more missing error checks in v3_cpols.c 9 years ago
  Adam Langley 078abceb29 Don't install SIGILL handler until after sigsetjmp. 9 years ago
  David Benjamin 8b368412d3 Minor formatting fixes. 9 years ago
  David Benjamin 9e13e1a31d Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD. 9 years ago
  David Benjamin cfdd6b1aef Account for partial reads in PacketedBio. 9 years ago
  David Benjamin 506fa4f770 Allocate string types directly. 9 years ago
  David Benjamin 42574efaff Avoid undefined behavior in probable_prime. 9 years ago
  David Benjamin cdcecf546b Fix regression in ASN1_UTCTIME_cmp_time_t 9 years ago
  David Benjamin a5a3eeb9cc Remove ssl_cert_inst() 9 years ago
  David Benjamin ced555394f Fix undefined behavior in shifts. 9 years ago
  David Benjamin 34860739de ASN.1 print fix. 9 years ago
  David Benjamin 859a04b7ff Fix missing return checks in v3_cpols.c 9 years ago
  David Benjamin a9c6667cab Fix asn1_item_print_ctx 9 years ago
  David Benjamin e30f3fb080 ASN1_primitive_new NULL param handling 9 years ago
  David Benjamin c02f148fa8 Fix error handling in bn_exp 9 years ago