4627 Commits (73d42e614c21b3ec173c839bf1f687f1654b4265)
 

Author SHA1 Message Date
  David Benjamin d272dea99b Explicitly include <new> for placement new. 7 years ago
  David Benjamin 9fb6feaa84 Turn on clang -fcolor-diagnostics. 7 years ago
  David Benjamin a4cb62f0ae Fix build against LLVM CFI. 7 years ago
  Yun Peng d363247f1e Fix Bazel build and make it work on Windows. 7 years ago
  Adam Langley 4d1b57ae7f Add dummy |RAND_get_rand_method|. 7 years ago
  David Benjamin ee910bfe24 Use new STACK_OF helpers. 7 years ago
  Martin Kreichgauer abbf365b6d Make the bssl::SealRecord out_suffix arg fixed length. 7 years ago
  Adam Langley 182b573329 Don't set timeout in runner when using GDB. 7 years ago
  David Benjamin 6e9321f9ae Add a bssl::PushToStack helper. 7 years ago
  Adam Langley 61c9838d2d Add some documentation for CRYPTO_BUFFERs. 7 years ago
  Adam Langley e6c58ffa70 go fmt runner.go 7 years ago
  Adam Langley 7b6acc5cb5 Make generated Bazel match canonical format. 7 years ago
  David Benjamin 2916430ddb Test that nullptr has the obvious memory representation. 7 years ago
  David Benjamin 4d2e1a8fb8 Add a note on architecture requirements. 7 years ago
  David Benjamin af2b1e8210 C++ headers should be more aggressively wrapped in extern "C++". 7 years ago
  David Benjamin ec783839be Make ranged for loops work with STACK_OF(T). 7 years ago
  David Benjamin d4e37951b4 x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. 7 years ago
  David Benjamin edad306de9 Detect if the kernel preserves %zmm registers. 7 years ago
  David Benjamin 0121953a10 Register stack deleters automatically. 7 years ago
  David Benjamin 9a89250285 Don't use std::is_trivially_destructable. 7 years ago
  David Benjamin 2507d9e709 Add a CMake toggle to allow the C++ runtime. 7 years ago
  Adam Langley 13fafcd32a Add a warning to |SSL_get_servername|. 7 years ago
  Adam Langley ccf80574e9 Use functions that do not depend on the current locale. 7 years ago
  Adam Langley a6b8689dc9 Document our strict behaviour when clients attempt renegotiation. 7 years ago
  Adam Langley 10e1060261 Send correct fatal alert the renegotation extension fails to match. 7 years ago
  Adam Langley 22df69103f Document the behaviour of non-standard separators in cipher strings. 7 years ago
  David Benjamin 6d81cf3d9c Add a tool to check dependencies. 7 years ago
  David Benjamin 506be38be1 Add a BORINGSSL_ALLOW_CXX_RUNTIME build flag. 7 years ago
  Steven Valdez 56851c85f3 Fix bssl sockets on Windows. 7 years ago
  David Benjamin e664a534af Return null from SSL_get0_peer_certificates if unauthenticated. 7 years ago
  Martin Kreichgauer 2eee131401 span: work around MSVC warning C4996 7 years ago
  David Benjamin d6a8a5a54d Remove obsolete TODOs. 7 years ago
  David Benjamin 9ad98f7edf Add comment conversion tool. 7 years ago
  Martin Kreichgauer 17c3057f26 Add bssl::SealRecord and bssl::OpenRecord. 7 years ago
  David Benjamin c937699735 Avoid a C++ runtime dependency. 7 years ago
  David Benjamin c642aca28f Convert SSL_ECDH_CTX to C++. 7 years ago
  David Benjamin ebb4a37ed2 Define BORINGSSL_NO_CXX if !__cplusplus. 7 years ago
  David Benjamin 9f9f4eaa2e Fix typo. 7 years ago
  David Benjamin 6dc8bf6262 Convert SSL_TRANSCRIPT to C++. 7 years ago
  David Benjamin bf1117d1fd Sample server GREASE from the server_random. 7 years ago
  David Benjamin 31b0c9be30 Add a bunch of scopers. 7 years ago
  David Benjamin 8f28886817 Give SSL_HANDSHAKE a constructor and destructor. 7 years ago
  David Benjamin e39ac8fb59 Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. 7 years ago
  David Benjamin 1386aad102 Switch various things to scopers. 7 years ago
  Adam Langley 59392c360d Update FIPS documentation with pointer to the cert and security policy. 7 years ago
  David Benjamin cfc11c2320 C++-ify SSL_AEAD_CTX. 7 years ago
  David Benjamin 86e95b852e Move libssl's internals into the bssl namespace. 7 years ago
  Steven Valdez 0e4a448ab8 Add ClientHello no_session_id variant. 7 years ago
  David Benjamin 6f2cd5d5c2 Build with -fno-exceptions standalone. 7 years ago
  David Benjamin 7d53638872 Use __NR_getrandom rather than SYS_getrandom. 7 years ago