Sign in
boringssl
/
boringssl.git
/
887c300e2518b96a1321bb3027749f416d4844ab
887c300
Move the key type check from tls12_check_peer_sigalg to ssl_verify_*.
by David Benjamin
· 9 years ago
a95e9f3
Test that signature verification checks the key type.
by David Benjamin
· 9 years ago
51dd7d6
Don't fall back to SHA-1 in TLS 1.3, only TLS 1.2.
by David Benjamin
· 9 years ago
a2d81f1
Don't decompose signature algorithms in ssl_rsa.c.
by David Benjamin
· 9 years ago
6b8509a
Add default handlers for extension parsing.
by Steven Valdez
· 9 years ago
310d3f6
Change |EVP_PKEY_up_ref| to return int.
by Adam Langley
· 9 years ago
27516f7
Add no-op function ENGINE_register_all_complete.
by Adam Langley
· 9 years ago
ea9a0d5
Refine SHA-1 default in signature algorithm negotiation.
by David Benjamin
· 9 years ago
d246b81
Don't decompose sigalgs in key preferences.
by David Benjamin
· 9 years ago
0aa25bd
Don't call tls12_get_hash in the server handshake.
by David Benjamin
· 9 years ago
7bf80e1
Rename util/BUILD to as not to confuse Bazel.
by Adam Langley
· 9 years ago
10f97f3
Revert "Move C++ helpers into |bssl| namespace."
by Adam Langley
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
a125f04
Add commit queue config for auto-testing of changes.
by Andrii Shyshkalov
· 9 years ago
8d79ed6
Assume that MSVC supports C++11.
by Adam Langley
· 9 years ago
19fdcb5
Don't #include header files in extern "C" blocks.
by Adam Langley
· 9 years ago
0ee3193
Breaking news: 1998 has come and gone.
by David Benjamin
· 9 years ago
ee51a22
Add a missing flushHandshake call to the TLS 1.3 handshake.
by David Benjamin
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
09eb655
Simplify ssl_get_message somewhat.
by David Benjamin
· 9 years ago
528bd26
Don't use init_buf in DTLS.
by David Benjamin
· 9 years ago
df759b5
Allow CECPQ1 cipher suites to do False Start.
by Adam Langley
· 9 years ago
4748944
Reorder functions in bn_test.
by David Benjamin
· 9 years ago
ffb7adc
Convert BN_mod_sqrt tests to bn_tests.txt.
by David Benjamin
· 9 years ago
61367ee
Set variables to avoid false-positive compiler warnings.
by Adam Langley
· 9 years ago
403c52a
Support “-starttls smtp” in `bssl client`
by Adam Langley
· 9 years ago
abe22b6
BUILD: drop -fvisibility=hidden.
by Adam Langley
· 9 years ago
7a4b404
Remove SSL_get_server_key_exchange_hash.
by David Benjamin
· 9 years ago
397c8e6
Forbid renegotiation in TLS 1.3.
by David Benjamin
· 9 years ago
71dd666
Test that stray HelloRequests during the handshake are ignored.
by David Benjamin
· 9 years ago
97718f1
Move references to init_buf into SSL_PROTOCOL_METHOD.
by David Benjamin
· 9 years ago
a2c42d7
Rename (s3,d1)_meth.c.
by David Benjamin
· 9 years ago
0d099f0
Define RAND_cleanup in one place only
by Alessandro Ghedini
· 9 years ago
85f20c2
Implement downgrade signaling in Go.
by Nick Harper
· 9 years ago
4dbdf94
Push V2ClientHello handling into ssl3_get_message.
by David Benjamin
· 9 years ago
f25dda9
Split readClientHello in two.
by David Benjamin
· 9 years ago
7d79f83
Pull Go TLS server extension logic into its own function.
by David Benjamin
· 9 years ago
44b33bc
Implement OCSP stapling and SCT in Go TLS 1.3.
by David Benjamin
· 9 years ago
82261be
Improve CCS/Handshake synchronization tests.
by David Benjamin
· 9 years ago
b41d2e4
Implement basic TLS 1.3 client handshake in Go.
by Nick Harper
· 9 years ago
582ba04
Add tests for packed handshake records in TLS.
by David Benjamin
· 9 years ago
7510140
Move Go server extension logic to a separate function.
by David Benjamin
· 9 years ago
f8b0e70
Add parsing logic for the three new TLS 1.3 extensions.
by Nick Harper
· 9 years ago
34a3c49
Simplify TLS reuse_message implementation.
by David Benjamin
· 9 years ago
c937ede
Remove backslash.
by David Benjamin
· 9 years ago
affdee9
Update documentation to reference the “master-with-bazel” branch.
by Adam Langley
· 9 years ago
2304447
No-op change to trigger the new Bazel bot.
by Adam Langley
· 9 years ago
5a09d02
No-op change to trigger the new Bazel bot.
by Adam Langley
· 9 years ago
8701055
No-op change to trigger the new Bazel bot.
by Adam Langley
· 9 years ago
ff26f09
Fix c.in.decrypt error handling in runner.
by David Benjamin
· 9 years ago
95c6956
Add version tolerance tests for DTLS.
by David Benjamin
· 9 years ago
ce9a216
Document that BN_mod_sqrt assumes p is a prime.
by David Benjamin
· 9 years ago
4cb00ba
Convert test_exp to bn_tests.txt.
by David Benjamin
· 9 years ago
ad6d33c
Convert test_mod_exp_mont5 test vectors.
by David Benjamin
· 9 years ago
45a8c8a
Convert test_mod_exp and test_mod_exp_consttime.
by David Benjamin
· 9 years ago
28a8c2f
Fold the rest of test_sqrt into TestSquare.
by David Benjamin
· 9 years ago
5a13e40
Convert test_mont and test_mod_mul to bn_tests.txt.
by David Benjamin
· 9 years ago
e8317a5
Add tests for BN_nnmod.
by David Benjamin
· 9 years ago
7819409
Generate more test data in test_mont.
by David Benjamin
· 9 years ago
56cbbe5b
Use BN_set_bit in TestLShift1.
by David Benjamin
· 9 years ago
66a0e6e
Add a Go tool to check bn_tests.txt.
by David Benjamin
· 9 years ago
0186787
Add top-level BUILD file (in util/).
by Adam Langley
· 9 years ago
7505144
Extract certificate message processing in Go.
by David Benjamin
· 9 years ago
a6f8263
Extract Go CertificateRequest logic into a helper.
by David Benjamin
· 9 years ago
7e0442a
Rewrite Go Certificate and CertificateRequest serialization.
by Nick Harper
· 9 years ago
e5d577d
Add Go HKDF implementation with test.
by Nick Harper
· 9 years ago
b3d51be
Split ServerHello extensions into a separate struct.
by Nick Harper
· 9 years ago
1701776
Clarify how Quotient tests do rounding.
by David Benjamin
· 9 years ago
5212ef8
Reimplement serverHelloMsg with byteBuilder in Go.
by Nick Harper
· 9 years ago
8dda5cc
Add a Go version of CBB and convert ClientHello marshaling to it.
by Nick Harper
· 9 years ago
d94b83b
Rename Channel ID's EncryptedExtensions to just ChannelID in C.
by David Benjamin
· 9 years ago
cedff87
Add TLS 1.3 constants from draft 13 to Go.
by David Benjamin
· 9 years ago
24599a8
Rename EncryptedExtensions in Go in preparation for TLS 1.3.
by David Benjamin
· 9 years ago
cecee27
Fix the Go code to be aware of DTLS version bounds.
by David Benjamin
· 9 years ago
4c3ddf7
Explicitly mark nearly every test at TLS 1.2.
by David Benjamin
· 9 years ago
60edffd
Change SignatureAndHashAlgorithm to SignatureScheme in Go.
by Nick Harper
· 9 years ago
3d4030b
Test |BN_uadd| and |BN_usub|.
by Brian Smith
· 9 years ago
e4bf8b3
Test aliasing in |BN_add| and |BN_sub|.
by Brian Smith
· 9 years ago
fe47ba2
Test |BN_add_word| and |BN_sub_word|.
by Brian Smith
· 9 years ago
84cd159
Add SSL_CTX_up_ref.
by Adam Langley
· 9 years ago
b72f66f
Test |BN_mod_exp_mont| with zero and even modulus too.
by Brian Smith
· 9 years ago
2b8415e
Move the Digest/Sign split for SignatureAlgorithms to a lower level.
by Steven Valdez
· 9 years ago
0ba8773
Group 1.3 extension constants together and remove ticket_age.
by David Benjamin
· 9 years ago
9e68f19
Add SSL_get_curve_id and SSL_get_dhe_group_size.
by David Benjamin
· 9 years ago
7277576
Adding new TLS 1.3 alert/extension IDs.
by Steven Valdez
· 9 years ago
18a3518
Don't allocate a group/curve ID for CECPQ1.
by David Benjamin
· 9 years ago
d1e28ad
Remove key_exchange_info for plain RSA.
by David Benjamin
· 9 years ago
929d4ee
Don't send legacy ciphers if min_version >= TLS 1.3.
by David Benjamin
· 9 years ago
b6a0a51
Simplify version configuration.
by David Benjamin
· 9 years ago
f11f233
Add |tool_headers| to Bazel output of generate_build_files.py
by Adam Langley
· 9 years ago
f0451ca
Cleaning up internal use of Signature Algorithms.
by Steven Valdez
· 9 years ago
352d0a9
Remove a/b parameters to send_change_cipher_spec.
by David Benjamin
· 9 years ago
153e436
Add missing 'does nothing' comments for consistency.
by David Benjamin
· 9 years ago
version_for_cocoapods_4.0
784f6f9
Remove a bunch of unnecessary includes.
by David Benjamin
· 9 years ago
57a6f3c
Fix missing cert length prefix.
by Steven Valdez
· 9 years ago
d09f53c
Take out a bunch of unused constants.
by David Benjamin
· 9 years ago
0256385
Changing representation of signature/hash to use SignatureScheme.
by Steven Valdez
· 9 years ago
9d632f4
Group d1_both.c by sending and receiving handshake messages.
by David Benjamin
· 9 years ago
32a3780
Move more non-bc tests down.
by David Benjamin
· 9 years ago
Next »