Sign in
boringssl
/
boringssl.git
/
ec783839be5830d8893e60566909ef5c9fb25334
ec78383
Make ranged for loops work with STACK_OF(T).
by David Benjamin
· 8 years ago
d4e3795
x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.
by David Benjamin
· 8 years ago
edad306
Detect if the kernel preserves %zmm registers.
by David Benjamin
· 8 years ago
0121953
Register stack deleters automatically.
by David Benjamin
· 8 years ago
9a89250
Don't use std::is_trivially_destructable.
by David Benjamin
· 8 years ago
2507d9e
Add a CMake toggle to allow the C++ runtime.
by David Benjamin
· 8 years ago
13fafcd
Add a warning to |SSL_get_servername|.
by Adam Langley
· 8 years ago
ccf8057
Use functions that do not depend on the current locale.
by Adam Langley
· 8 years ago
a6b8689
Document our strict behaviour when clients attempt renegotiation.
by Adam Langley
· 8 years ago
10e1060
Send correct fatal alert the renegotation extension fails to match.
by Adam Langley
· 8 years ago
22df691
Document the behaviour of non-standard separators in cipher strings.
by Adam Langley
· 8 years ago
6d81cf3
Add a tool to check dependencies.
by David Benjamin
· 8 years ago
506be38
Add a BORINGSSL_ALLOW_CXX_RUNTIME build flag.
by David Benjamin
· 8 years ago
56851c8
Fix bssl sockets on Windows.
by Steven Valdez
· 8 years ago
e664a53
Return null from SSL_get0_peer_certificates if unauthenticated.
by David Benjamin
· 8 years ago
2eee131
span: work around MSVC warning C4996
by Martin Kreichgauer
· 8 years ago
d6a8a5a
Remove obsolete TODOs.
by David Benjamin
· 8 years ago
9ad98f7
Add comment conversion tool.
by David Benjamin
· 8 years ago
17c3057
Add bssl::SealRecord and bssl::OpenRecord.
by Martin Kreichgauer
· 8 years ago
c937699
Avoid a C++ runtime dependency.
by David Benjamin
· 8 years ago
c642aca
Convert SSL_ECDH_CTX to C++.
by David Benjamin
· 8 years ago
ebb4a37
Define BORINGSSL_NO_CXX if !__cplusplus.
by David Benjamin
· 8 years ago
9f9f4ea
Fix typo.
by David Benjamin
· 8 years ago
6dc8bf6
Convert SSL_TRANSCRIPT to C++.
by David Benjamin
· 8 years ago
bf1117d
Sample server GREASE from the server_random.
by David Benjamin
· 8 years ago
31b0c9b
Add a bunch of scopers.
by David Benjamin
· 8 years ago
8f28886
Give SSL_HANDSHAKE a constructor and destructor.
by David Benjamin
· 8 years ago
e39ac8f
Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games.
by David Benjamin
· 8 years ago
1386aad
Switch various things to scopers.
by David Benjamin
· 8 years ago
59392c3
Update FIPS documentation with pointer to the cert and security policy.
by Adam Langley
· 8 years ago
cfc11c2
C++-ify SSL_AEAD_CTX.
by David Benjamin
· 8 years ago
86e95b8
Move libssl's internals into the bssl namespace.
by David Benjamin
· 8 years ago
0e4a448
Add ClientHello no_session_id variant.
by Steven Valdez
· 8 years ago
6f2cd5d
Build with -fno-exceptions standalone.
by David Benjamin
· 8 years ago
7d53638
Use __NR_getrandom rather than SYS_getrandom.
by David Benjamin
· 8 years ago
71dfad4
Add new functions for configuring the client CA list.
by David Benjamin
· 8 years ago
3a1dd46
Add async certificate verification callback.
by David Benjamin
· 8 years ago
7e9e06a
Use OPENSSL_UNUSED in OPENSSL_COMPILE_ASSERT.
by David Benjamin
· 8 years ago
c5304e4
Use -chip_check_exe_only to work around SDE VDSO issues.
by David Benjamin
· 8 years ago
818031e
Build with -Wimplicit-fallthrough in Clang.
by David Benjamin
· 8 years ago
11d11d6
Fix and/or annotate all switch fall-throughs.
by Adam Langley
· 8 years ago
09ed119
Test that record-splitting splits records.
by David Benjamin
· 8 years ago
1430873
Disable record splitting in fuzzer mode.
by Adam Langley
· 8 years ago
a3d76d0
Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code.
by David Benjamin
· 8 years ago
9f2bffb
Add SSL_AEAD_CTX_seal_scatter.
by Martin Kreichgauer
· 8 years ago
b853f31
Fix handling of ServerHellos with omitted extensions.
by David Benjamin
· 8 years ago
c66e397
Enable extra_in with the ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
c386440
Add some timestamps to connect/accept failures.
by David Benjamin
· 8 years ago
03fe369
Refresh TLS fuzzer corpora.
by David Benjamin
· 8 years ago
2abda63
Fix TLS 1.3 variant fuzzers.
by David Benjamin
· 8 years ago
3ba4fb4
Build the fuzzers with -Wno-missing-prototypes.
by David Benjamin
· 8 years ago
dbe0158
Implement ContentType TLS 1.3 variant.
by Steven Valdez
· 8 years ago
6fb16cc
Fix linux_fuzz bot.
by David Benjamin
· 8 years ago
8a5dcbc
Print the socket error when connect fails.
by David Benjamin
· 8 years ago
4a8d1f3
Make missing prototypes warning work in clang/C++.
by David Benjamin
· 8 years ago
c6d4af0
Remove ssl_{c,cc}_sources from generate_build_files.py.
by David Benjamin
· 8 years ago
d304a2f
Switch tls13_client and tls13_server to C++.
by David Benjamin
· 8 years ago
81678aa
Switch t1_lib, tls_record, and tls13_both to C++.
by David Benjamin
· 8 years ago
0238d8f
Switch more files to C++.
by David Benjamin
· 8 years ago
b609c22
Switch ssl_privkey to C++.
by David Benjamin
· 8 years ago
f526081
Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++.
by David Benjamin
· 8 years ago
81a5df4
Switch ssl_ecdh to C++.
by David Benjamin
· 8 years ago
e64d2c7
Convert ssl_buffer, ssl_cert, and ssl_cipher to C++.
by David Benjamin
· 8 years ago
d781fc4
Switch handshake_client and handshake_server to C++.
by David Benjamin
· 8 years ago
e8703a3
Switch a number of files to C++.
by David Benjamin
· 8 years ago
a93a68d
Fix comment for SSL_ERROR_PENDING_CERTIFICATE.
by David Benjamin
· 8 years ago
52586f9
Adding TLS 1.3 variant to SSL*.
by Steven Valdez
· 8 years ago
812b197
Refresh TLS fuzzer corpus.
by David Benjamin
· 8 years ago
1ffb4a4
Route the TLS 1.3 experiment into the fuzzer.
by David Benjamin
· 8 years ago
a502239
Actually test the TLS 1.3 experimental variant.
by David Benjamin
· 8 years ago
038da9b
Move the version to an extension in the experimental TLS 1.3 encoding.
by Steven Valdez
· 8 years ago
9d4e06e
Switch some pointer casts to memcpy.
by David Benjamin
· 8 years ago
b065177
Reduce the alignment tag on aead_aes_gcm_siv_asm_ctx.
by David Benjamin
· 8 years ago
08fea48
Fix fuzzer mode test suppressions.
by David Benjamin
· 8 years ago
96ee4a8
Remove non-GTest build generation bits.
by David Benjamin
· 8 years ago
0b80f7f
Convert example_mul to GTest.
by David Benjamin
· 8 years ago
8d43674
Convert the tests in x509v3 to GTest.
by David Benjamin
· 8 years ago
520e122
Implement experimental alternate encoding of TLS 1.3.
by Steven Valdez
· 8 years ago
a818134
Simplify ChangeCipherSpec code in runner.
by David Benjamin
· 8 years ago
be483dbe
Revise SSL_CTX_sess_set_new_cb documentation.
by David Benjamin
· 8 years ago
ee7aa02
Implement basic HTTP tunnel support in bssl client.
by David Benjamin
· 8 years ago
d9cbb53
Fix SSL_version on 0-RTT.
by David Benjamin
· 8 years ago
2ec3b31
Unify RSA errors somewhat.
by David Benjamin
· 8 years ago
35dd4c8
Avoid possible memleak in X509_policy_check()
by David Benjamin
· 8 years ago
13f1f17
Fix typo in FUZZING.md.
by David Benjamin
· 8 years ago
d68618b
<sup> doesn't work in Markdown, use Unicode instead.
by Adam Langley
· 8 years ago
fed35d3
Update the FIPS documentation.
by Adam Langley
· 8 years ago
d2e872f
Test that overflowing AEAD ciphertext length is handled.
by Adam Langley
· 8 years ago
00019f2
Add text about build logic to the style guide.
by David Benjamin
· 8 years ago
a1ce856
Test record splitting at all ciphers.
by David Benjamin
· 8 years ago
bf5f192
Add some addition tests for the cipher parsing code and tidy.
by David Benjamin
· 8 years ago
634f475
Test the Channel IDs are not requested without ECDHE.
by David Benjamin
· 8 years ago
99a93d4
Remove some unnecessary error codes.
by David Benjamin
· 8 years ago
c3648fa
Add tests for SSL_VERIFY_PEER_IF_NO_OBC and fix TLS 1.3.
by David Benjamin
· 8 years ago
364af78
Add some cipher negotiation tests.
by David Benjamin
· 8 years ago
eb083b0
Remove some dead code.
by David Benjamin
· 8 years ago
413e79e
Test the client rejects invalid compression methods from the server.
by David Benjamin
· 8 years ago
7d7ed9f
Refresh TLS fuzzer corpora.
by David Benjamin
· 8 years ago
cd4d981
Update the existing corpora for the format change.
by David Benjamin
· 8 years ago
09114ae
Restore SSLv3 fuzzer coverage.
by David Benjamin
· 8 years ago
Next »