Sign in
boringssl
/
boringssl.git
/
e7e36aae253be9d054b5df108ac9fea42e1a0557
e7e36aa
Test that switching versions on renego is illegal.
by David Benjamin
· 9 years ago
2f8ea54
Reimplement OBJ_obj2txt.
by David Benjamin
· 9 years ago
253c05e
Always use the "no_branch" inversion algorithm for even moduli.
by Brian Smith
· 9 years ago
a432757
Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC.
by Brian Smith
· 9 years ago
4cfdf41
Use bn_mod_inverse_odd for RSA/inversion blinding.
by Brian Smith
· 9 years ago
f9bdcc1
Split bn_mod_inverse_ex into bn_mod_inverse_{general, odd}.
by Brian Smith
· 9 years ago
10b09ad
Factor out common logic in bn_mod_inverse_*.
by Brian Smith
· 9 years ago
22edd87
Resolve a small handful of size_t truncation warnings.
by David Benjamin
· 9 years ago
b919540
Align SSL_SESSION_up_ref with OpenSSL.
by David Benjamin
· 9 years ago
a9c3bf1
Add TLS_{client,server}_method.
by David Benjamin
· 9 years ago
9305a13
Tidy up PKCS1_MGF1.
by David Benjamin
· 9 years ago
ea655fa
Write a test for OBJ_obj2txt.
by David Benjamin
· 9 years ago
db0c693
Add an API-CONVENTIONS.md document.
by David Benjamin
· 9 years ago
4087df9
Move more side-specific code out of tls13_process_certificate.
by David Benjamin
· 9 years ago
bb9e36e
Test client certificates carry over on session resumption.
by David Benjamin
· 9 years ago
e455e51
Push some duplicated code into ssl_verify_cert_chain.
by David Benjamin
· 9 years ago
56d280d
Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check.
by David Benjamin
· 9 years ago
057b678
Remove spurious ';' and fix indentation for macro arguments in one file
by Alessandro Ghedini
· 9 years ago
9f55b53
Purge the remainder of asn1_mac.h.
by David Benjamin
· 9 years ago
721e8b7
Test that servers enforce session timeouts.
by David Benjamin
· 9 years ago
a20e535
Add a test for session ID context logic.
by David Benjamin
· 9 years ago
33dad1b
Stop pretending to ssl_clear_bad_session.
by David Benjamin
· 9 years ago
cec7344
Add a CBS version of SSL_early_callback_ctx_extension_get.
by David Benjamin
· 9 years ago
1e6f11a
Adding NewSessionTicket.
by Steven Valdez
· 9 years ago
e8e84b9
Reject warning alerts in TLS 1.3.
by David Benjamin
· 9 years ago
7259f2f
Prefix ext_key_share methods.
by Steven Valdez
· 9 years ago
7b689f6
Using NewSessionCallback for bssl client.
by Steven Valdez
· 9 years ago
a70de14
Check for trailing data in key_share extension.
by David Benjamin
· 9 years ago
ce079fd
Add SSL_is_dtls.
by David Benjamin
· 9 years ago
dc7a786
Use BN_nnmod instead of BN_mod in BN_mod_exp_mont_consttime.
by Brian Smith
· 9 years ago
da2630c
Remove redundant SSL_VERIFY_PEER check.
by David Benjamin
· 9 years ago
0b3625b
Add support for TLS 1.3 PSK resumption in Go.
by Nick Harper
· 9 years ago
afc64de
Add tests to ensure our ClientHello does not change.
by David Benjamin
· 9 years ago
3ce4389
Move some client/server special-cases out of tls13_process_certificate.
by David Benjamin
· 9 years ago
78f84f4
Document a conservative input range for Montgomery math functions.
by Brian Smith
· 9 years ago
899b9b1
Ensure |BN_div| never gives negative zero in the no_branch code.
by David Benjamin
· 9 years ago
875bf04
Update comments for HMAC to give a more accurate bound than EVP_MD_MAX_SIZE
by Eric Roman
· 9 years ago
4501bd5
Align with OpenSSL on SSL_set_bio behavior.
by David Benjamin
· 9 years ago
e76cdde
Use newest CRL.
by David Benjamin
· 9 years ago
2b314fa
Tolerate -0 better in BN_bn2{dec,hex}
by David Benjamin
· 9 years ago
7fcbfdb
Calculate inverse in |BN_MONT_CTX_set| in constant time w.r.t. modulus.
by Brian Smith
· 9 years ago
0375127
Promise more accurate bounds than EVP_MD_MAX_SIZE.
by David Benjamin
· 9 years ago
d4aae0f
Minor typo fixes.
by Adam Langley
· 9 years ago
4890165
Empty signature algorithms in TLS 1.3 CertificateRequest is illegal.
by David Benjamin
· 9 years ago
0c40a96
Send unsupported_extension on unexpected ServerHello extensions.
by David Benjamin
· 9 years ago
636ff1c
Convert rsa_1024_key.pem to a PKCS#8 PEM blob.
by David Benjamin
· 9 years ago
c5aa841
Fix up header file handling.
by David Benjamin
· 9 years ago
9498e74
Don't have the default value of |verify_result| be X509_V_OK.
by Adam Langley
· 9 years ago
0d1b096
Fix mixed comment markers.
by David Benjamin
· 9 years ago
1dc53d2
Adding handling for KeyUpdate post-handshake message.
by Steven Valdez
· 9 years ago
8e1c7be
Adding Post-Handshake message handling.
by Steven Valdez
· 9 years ago
87eab49
Splitting SSL session state.
by Steven Valdez
· 9 years ago
163f29a
Move post-handshake message handling out of read_app_data.
by David Benjamin
· 9 years ago
e97fb48
Test that V2ClientHello must be the first record.
by David Benjamin
· 9 years ago
ec3cb3a
Add |BN_mod_inverse_blinded| and use it in RSA blinding.
by Brian Smith
· 9 years ago
173bf93
Accept the special token 'UNTRANSLATED_ERROR' instead of the expected error code when -loose-errors argument is used. Usable for non-bssl shims
by EKR
· 9 years ago
ccd511e
Add a test for BN_cmp_word.
by David Benjamin
· 9 years ago
4edca0b
Add BN_rand_range_ex and use internally.
by Brian Smith
· 9 years ago
4792110
Forbid interleaving app data in a HelloRequest.
by David Benjamin
· 9 years ago
17e1292
Make runner's -test parameter take glob patterns.
by David Benjamin
· 9 years ago
4497e58
Switch finish_handshake to release_current_message.
by David Benjamin
· 9 years ago
02edcd0
Reject stray post-Finished messages in DTLS.
by David Benjamin
· 9 years ago
9fd9580
Remove ssl->s3->message_complete in favor of ssl->init_msg.
by David Benjamin
· 9 years ago
a950948
Use SSL3_HM_HEADER_LENGTH a bit more.
by David Benjamin
· 9 years ago
481b9d2
Remove begin_handshake and allocate init_buf lazily.
by David Benjamin
· 9 years ago
7baf681
Convert all of our test private keys to PKCS#8 PEM blobs.
by David Benjamin
· 9 years ago
5a8d48e
Fix the comments for |SHA[256|384|512]_Transform|.
by Adam Langley
· 9 years ago
4905454
Clear init_msg/init_num whenever we clear the backing store.
by David Benjamin
· 9 years ago
bd4679d
Tidy up ssl3_get_message slightly.
by David Benjamin
· 9 years ago
21c0028
Implement KeyUpdate in Go.
by David Benjamin
· 9 years ago
92d60c2
Use Fermat's Little Theorem when converting points to affine.
by Brian Smith
· 9 years ago
286fbf2
Add tests for |BN_mod_inverse| with modulus 1.
by Brian Smith
· 9 years ago
d5a4ecb
Support accepting TLS 1.3 tickets on the Go client.
by David Benjamin
· 9 years ago
5810488
Add support for sending TLS 1.3 tickets in Go.
by David Benjamin
· 9 years ago
4528e2b
Take DHE ciphers out of 1.3 in Go.
by David Benjamin
· 9 years ago
574f37f
gofmt crypto/bn/check_bn_tests.go.
by Brian Smith
· 9 years ago
842ae6c
Support unimplemented tests in test runner.
by EKR
· 9 years ago
7241ca5
Avoid one |BN_mod_inverse| in |RSA_check_key|.
by Brian Smith
· 9 years ago
289c843
Refactor BN_rand_range to reduce code duplication.
by Brian Smith
· 9 years ago
69e0a45
Remove OPENSSL_ALLOW_PROXY_CERTS.
by David Benjamin
· 9 years ago
ac6a84b
Always check that the value returned by asn1_do_adb() is non-NULL.
by David Benjamin
· 9 years ago
64ac925
Fix ASN1_STRING_to_UTF8 could not convert NumericString
by David Benjamin
· 9 years ago
1d4f4c0
Add SSL_send_fatal_alert.
by David Benjamin
· 9 years ago
abaef2e
Fix omitted selector handling.
by David Benjamin
· 9 years ago
ee2aea0
Fix an error path leak in int X509_ATTRIBUTE_set1_data()
by David Benjamin
· 9 years ago
5116263
Import (unreachable) bsaes-armv7.pl XTS fixes.
by David Benjamin
· 9 years ago
599922f
Fix an error path leak in do_ext_nconf()
by David Benjamin
· 9 years ago
4ff41f6
Check for overflow in CBB_add_u24.
by David Benjamin
· 9 years ago
d067e4c
Commit-Queue config: effectively remove Andorid builders.
by Andrii Shyshkalov
· 9 years ago
ebec9c3
Inline bio_set.
by David Benjamin
· 9 years ago
12d2c48
Add a packed renegotiation test.
by David Benjamin
· 9 years ago
0e04498
Fix funny line-wrapping.
by David Benjamin
· 9 years ago
613fe3b
Call expect_flight and received_flight in the 1.3 logic.
by David Benjamin
· 9 years ago
a68c118
Make SSL_get_extms_support a little friendlier.
by David Benjamin
· 9 years ago
b9afd51
Move some typedefs to base.h.
by Matt Braithwaite
· 9 years ago
5e7e7cc
Add SSL_set_fallback_version.
by David Benjamin
· 9 years ago
d5d24fd
Add mod_mul tests where M ≪ A and B.
by Adam Langley
· 9 years ago
17b6a7f
Add myriad2 cpu config awareness.
by Radu Margarint
· 9 years ago
b57e4fc
Migrate from Android.mk to Android.bp
by Dan Willemsen
· 9 years ago
00d7a7c
Drop cached certificate signature validity flag
by David Benjamin
· 9 years ago
Next »