Sign in
boringssl
/
boringssl
/
e2568c41cbc9d9510594ffb8a84d1a68aa1c41dd
e2568c4
Tidy up some Windows compiler assumptions.
by David Benjamin
· 8 years ago
6df7667
Add a -renegotiate-freely flag to bssl client.
by David Benjamin
· 8 years ago
3e2001c
Remove BIO_set_callback and friends.
by David Benjamin
· 8 years ago
72912d2
Rotate the default ticket encryption key.
by Martin Kreichgauer
· 8 years ago
e976887
CQ: bring back Windows builders.
by Andrii Shyshkalov
· 8 years ago
5600c58
CQ config: always run win tryjobs, but don't block on them.
by Andrii Shyshkalov
· 8 years ago
ae9f061
CQ: make win builder optional as temp workaround.
by Andrii Shyshkalov
· 8 years ago
34bf605
Add default cert store on Fuchsia
by Aaron Green
· 8 years ago
874c738
Revert ADX due to build issues.
by David Benjamin
· 8 years ago
02b1d19
Refactor bio_io()
by Vlad Tsyrklevich
· 8 years ago
18cdde7
Remove old BORINGSSL_YYYYMM defines.
by David Benjamin
· 8 years ago
f4ecc84
Prevent both early data and custom extensions from being accepted.
by Steven Valdez
· 8 years ago
78f5e75
Enable AVX2 and ADX in p256-x86_64-asm.pl.
by David Benjamin
· 8 years ago
488ca0e
Enable ADX in x86_64-mont*.pl.
by David Benjamin
· 8 years ago
e1bfd16
Update yasm to 1.3.0 on the bots.
by David Benjamin
· 8 years ago
348f0d8
Add OpenSSL 1.1.0's cipher property functions.
by David Benjamin
· 8 years ago
bd70845
Add tests for CertificateVerify
by Dimitar Vlahovski
· 8 years ago
ca9e8f5
Tidy up handshake digest logic.
by David Benjamin
· 8 years ago
74115c9
Align the tables in P-256 select w[57] tests.
by David Benjamin
· 8 years ago
8c44afd
Revert "Enable ADX in x86_64-mont*.pl."
by David Benjamin
· 8 years ago
83d1a3d
Enable ADX in x86_64-mont*.pl.
by David Benjamin
· 8 years ago
4a37de0
Test that Finished checks are enforced in 0-RTT.
by David Benjamin
· 8 years ago
70dbf04
Add SSL_CTX_cipher_in_group.
by David Benjamin
· 8 years ago
590b677
Use names for the TLS 1.3 variants in bssl client.
by David Benjamin
· 8 years ago
f6ae9e6
Fix more hard-coded TLS 1.3 variant strings.
by David Benjamin
· 8 years ago
016ebe2
OPENSSL_cleanse some buffers.
by David Benjamin
· 8 years ago
7934f08
Replace init_msg/init_num with a get_message hook.
by David Benjamin
· 8 years ago
8f94c31
Replace reuse_message with an explicit next_message call.
by David Benjamin
· 8 years ago
ba2d3df
Add DTLS_with_buffers_method.
by David Benjamin
· 8 years ago
e3dee27
Remove the free_buffer parameter to release_current_message.
by David Benjamin
· 8 years ago
9bbdf58
Remove expect and received flight hooks.
by David Benjamin
· 8 years ago
ef37ab5
Teach doc.go about // comments.
by David Benjamin
· 8 years ago
d8ea390
Fix doc.go against Go tip.
by David Benjamin
· 8 years ago
26ababb
Fix a bug in bssl::OpenRecord.
by Martin Kreichgauer
· 8 years ago
c90be3b
Add a paragraph to PORTING.md about async private keys.
by Adam Langley
· 8 years ago
dc110f5
tool: make speed use EVP_AEAD_CTX_seal_scatter
by Martin Kreichgauer
· 8 years ago
4492a61
More scopers.
by David Benjamin
· 8 years ago
78b8b99
Fix a bug in and test the message callback.
by David Benjamin
· 8 years ago
bda7b9a
Maintain comment alignment when converting.
by David Benjamin
· 8 years ago
211a06a
Rephrase documentation on early data reset.
by David Benjamin
· 8 years ago
8d20074
Clarify the ChaCha20-Poly1305 assembly functions' final parameters.
by David Benjamin
· 8 years ago
b0c761e
Tolerate early ChangeCipherSpec in DTLS.
by David Benjamin
· 8 years ago
27e377e
Fix miscellaneous clang-tidy warnings.
by David Benjamin
· 8 years ago
6c54547
Fix a bug in convert_comments.go.
by David Benjamin
· 8 years ago
921aba3
Don't add spaces after ( in convert_comments.go.
by David Benjamin
· 8 years ago
37af90f
Convert a few more scopers.
by David Benjamin
· 8 years ago
d272dea
Explicitly include <new> for placement new.
by David Benjamin
· 8 years ago
9fb6fea
Turn on clang -fcolor-diagnostics.
by David Benjamin
· 8 years ago
a4cb62f
Fix build against LLVM CFI.
by David Benjamin
· 8 years ago
d363247
Fix Bazel build and make it work on Windows.
by Yun Peng
· 8 years ago
4d1b57a
Add dummy |RAND_get_rand_method|.
by Adam Langley
· 8 years ago
ee910bf
Use new STACK_OF helpers.
by David Benjamin
· 8 years ago
abbf365
Make the bssl::SealRecord out_suffix arg fixed length.
by Martin Kreichgauer
· 8 years ago
182b573
Don't set timeout in runner when using GDB.
by Adam Langley
· 8 years ago
6e9321f
Add a bssl::PushToStack helper.
by David Benjamin
· 8 years ago
61c9838
Add some documentation for CRYPTO_BUFFERs.
by Adam Langley
· 8 years ago
e6c58ff
go fmt runner.go
by Adam Langley
· 8 years ago
7b6acc5
Make generated Bazel match canonical format.
by Adam Langley
· 8 years ago
2916430
Test that nullptr has the obvious memory representation.
by David Benjamin
· 8 years ago
4d2e1a8
Add a note on architecture requirements.
by David Benjamin
· 8 years ago
af2b1e8
C++ headers should be more aggressively wrapped in extern "C++".
by David Benjamin
· 8 years ago
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
Next »