Sign in
boringssl
/
boringssl.git
/
5db7c9b8c2eedb89abab5b4587902ed773015ad0
5db7c9b
Get OPENSSL_COMPILE_ASSERT working in function bodies.
by David Benjamin
· 8 years ago
d1515a3
Move a number of X.509 functions from ssl_lib.c to ssl_x509.c
by Adam Langley
· 8 years ago
03b96d7
Remove unused |ssl_parse_x509|.
by Adam Langley
· 8 years ago
8d5f9da
Abstract away BIO_flush calls in the handshake.
by David Benjamin
· 8 years ago
44c1a65
Run go fmt on bogo code.
by Nick Harper
· 8 years ago
1da9c67
Use a Perlasm variable rather than an #if to exclude the ChaCha20-Poly1305 asm on Windows.
by Adam Langley
· 8 years ago
feca9e5
Emit ssl_[c|cc]_sources for Bazel.
by Adam Langley
· 8 years ago
8d56558
Optimized Seal/Open routines for ChaCha20-Poly1305 for x86-64
by vkrasnov
· 8 years ago
358baeb
Add missing src/ prefix to GTest sources.
by David Benjamin
· 8 years ago
5b410b6
Remove unnecessary CBS_get_asn1_element.
by David Benjamin
· 8 years ago
1aa4a5b
Delete unused Poly1305 assembly.
by Adam Langley
· 8 years ago
9662843
Do a cursory conversion of a few tests to GTest.
by David Benjamin
· 8 years ago
d1263b0
Stop emitting tests for gyp.
by David Benjamin
· 8 years ago
9fb326d
Fix MSVC C4826 issues in googletest.
by David Benjamin
· 8 years ago
c10c298
Fix ColorPrintf issues in googletest.
by David Benjamin
· 8 years ago
9b50285
Check in a pristine copy of googletest.
by David Benjamin
· 8 years ago
958346a
Run select_certificate_cb multiple times
by Alessandro Ghedini
· 8 years ago
5c7a4b8
Add test for truncated AEAD tags.
by Adam Langley
· 8 years ago
07820b5
Add a getter for SSL_set_session_id_context.
by David Benjamin
· 8 years ago
2e83924
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
5322010
Revert "Remove old ChaCha20-Poly1305 AEAD."
by Adam Langley
· 8 years ago
6752efd
Never send SNI warning alerts.
by David Benjamin
· 8 years ago
a8c8b38
Don't call the SNI callback as a client.
by David Benjamin
· 8 years ago
def9b46
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
1252f87
Convert one libssl function to C++11.
by David Benjamin
· 8 years ago
0726fb7
Add SSL_CIPHER_is_AEAD.
by Alessandro Ghedini
· 8 years ago
a26d4c3
Enable stitched x86-64 AES-NI AES-GCM implementation.
by Brian Smith
· 9 years ago
abb32cc
Restore H (the key) in the GHASH context.
by Adam Langley
· 8 years ago
67ccf59
Fix crypto/rand/urandom header guards for Fuchsia.
by Aaron Green
· 8 years ago
c253864
Remove some node.js hacks.
by David Benjamin
· 8 years ago
c80e416
Add support for Fuchsia in crypto/rand.
by Aaron Green
· 8 years ago
b4cc925
Remove specialized assembly language |ecp_nistz256_from_mont|.
by Brian Smith
· 8 years ago
a2bdbb6
Remove unused cp_nistz256_mul_by_2.
by Brian Smith
· 8 years ago
cb42354
Clarify x86 GCM asm implementation dispatching.
by Brian Smith
· 8 years ago
18a37a4
Remove unused "pure" MMX x86 GCM implementation.
by Brian Smith
· 8 years ago
ac153bd
Remove unused non-MMX/SSE GCM assembly code.
by Brian Smith
· 8 years ago
6a0888d
Save one call to |ecp_nistz256_from_mont| in |ecp_nistz256_get_affine|.
by David Benjamin
· 8 years ago
745745d
Add SSL_CIPHER_is_static_RSA.
by David Benjamin
· 8 years ago
5fc99c6
There are no more MD5 ciphers.
by David Benjamin
· 8 years ago
dcecdfd
Fix a couple of missing spaces in comments.
by Adam Langley
· 8 years ago
1d6eeb3
Spellcheck our public headers.
by David Benjamin
· 8 years ago
e3fbb36
Test SSL_set_max_send_fragment.
by David Benjamin
· 8 years ago
8b8d22c
Parse PKCS#12 files more accurately.
by David Benjamin
· 8 years ago
2df010e
Remove 'pivot element' from wNAF code.
by David Benjamin
· 8 years ago
0a211df
Remove BN_FLG_CONSTTIME.
by David Benjamin
· 8 years ago
d261004
Report TLS 1.3 as supporting secure renegotiation.
by David Benjamin
· 8 years ago
7f539fa
Handle overflow in ascii_to_ucs2.
by David Benjamin
· 8 years ago
9d0e7fb
Rework PKCS{5,8,12} code.
by David Benjamin
· 8 years ago
314d814
Reimplement pkcs12_pbe_keyivgen with CBS.
by David Benjamin
· 8 years ago
d1afc41
Reimplement PKCS5_pbe_set with CBB.
by David Benjamin
· 8 years ago
2a25aae
Ensure that CBB is |CBB_zero|ed before possibly calling |CBB_cleanup|.
by Adam Langley
· 8 years ago
4fae069
Reimplement PKCS5_v2_PBE_keyivgen.
by David Benjamin
· 8 years ago
e464e81
Reimplement PKCS5_pbe2_set with CBB.
by David Benjamin
· 8 years ago
ac83bea
Trim dead code from PKCS#5 PBE2 bits.
by David Benjamin
· 8 years ago
9ba19b8
Test we can round-trip PKCS8_{encrypt,decrypt}.
by David Benjamin
· 8 years ago
a5eee1c
Decouple EVP_get_digestbyobj from the giant OID table.
by David Benjamin
· 8 years ago
8f3f6be
Const-correct the PKCS8 salt parameter.
by David Benjamin
· 8 years ago
35349e9
Unexport PKCS5 functions.
by David Benjamin
· 8 years ago
20dbc1f
Import some PKCS8_decrypt test vectors from Chromium.
by David Benjamin
· 8 years ago
e2c083d
ASN1_UTCTIME_print: fix, comment, test.
by Matthew Braithwaite
· 8 years ago
7c7ab21
Guard a winsock2.h include under the usual pragmas.
by David Benjamin
· 8 years ago
9c33ae8
Fix TLS 1.3 NewSessionTicket processing.
by David Benjamin
· 8 years ago
6add9f1
Fix setsockopt call.
by David Benjamin
· 8 years ago
45573cc
Add Little-endian BIGNUM conversions
by Rob Sloan
· 8 years ago
08b65f4
Enabling 0-RTT on new Session Tickets.
by Steven Valdez
· 8 years ago
c0c7019
Simplify ec_GFp_nistp224_points_mul logic.
by David Benjamin
· 8 years ago
d224240
Don't accept signature OIDs in EVP_get_digestby{nid,obj}.
by David Benjamin
· 8 years ago
9cbd559
Simplify ec_GFp_nistp256_points_mul logic.
by David Benjamin
· 8 years ago
bf5bda3
Adding socket reuse to bssl server.
by Steven Valdez
· 8 years ago
0b8dc30
Don't use BN_mod_inverse for inverses mod p in RSA keygen.
by David Benjamin
· 8 years ago
053fee9
Enforce the SSL 3.0 no_certificate alert in tests.
by David Benjamin
· 8 years ago
48063c2
Add tests around SSL_write's retry behavior.
by David Benjamin
· 8 years ago
a660e7a
Don't clear cert_request in ssl3_send_client_certificate.
by David Benjamin
· 8 years ago
2be4aa7
Add a helper function for resetting SSL_get_error state.
by David Benjamin
· 8 years ago
3fa1e21
Test invalid inputs for AES_unwrap_key.
by David Benjamin
· 8 years ago
a1eaba1
Add a test for renegotiation on busy write buffer.
by David Benjamin
· 8 years ago
f53e390
Import RSA decryption tests from upstream.
by David Benjamin
· 8 years ago
322f431
Fix API-CONVENTIONS.md typos.
by David Benjamin
· 8 years ago
2214f4e
Remove call to SSL_CTX_set_tls_channel_id_enabled in bssl_shim.
by David Benjamin
· 8 years ago
14e18ca
Fix AES-GCM-SIV on large inputs.
by David Benjamin
· 8 years ago
55696ce
Remove lh_new's default hash and comparator.
by David Benjamin
· 8 years ago
c42a771
Test LHASH contents with lh_doall_arg.
by David Benjamin
· 8 years ago
a17eb56
Convert hkdf_test to C++.
by David Benjamin
· 8 years ago
d17d1da
Convert dsa_test to C++.
by David Benjamin
· 8 years ago
ca06422
Rewrite lhash_test in C++.
by David Benjamin
· 8 years ago
c96a888
Convert constant_time_test and refcount_test to C++.
by David Benjamin
· 8 years ago
650aa1c
Clean up certificate auto-chaining.
by David Benjamin
· 8 years ago
d31148b
update required cmake version to 2.8.10
by Raullen Chai
· 8 years ago
2ee1edf
Add BN_get_u64 so that Android doesn't have to reach into the BIGNUM structs
by Rob Sloan
· 8 years ago
d035ab3
Add a GCOV option to CMakeLists.txt.
by David Benjamin
· 8 years ago
f650c71
Use SSL_CTX_up_ref to up-ref an SSL_CTX.
by David Benjamin
· 8 years ago
a81967b
Add tests for the point format extension.
by David Benjamin
· 8 years ago
2359441
Refresh fuzzer corpus.
by David Benjamin
· 8 years ago
4c592d8
Enable short header negotiation in fuzzers.
by David Benjamin
· 8 years ago
9c70b89
Update fuzzer mode suppressions.
by David Benjamin
· 8 years ago
3e34951
Fix fuzzer mode build.
by David Benjamin
· 8 years ago
1444c3a
Add tests for auto-chaining.
by David Benjamin
· 8 years ago
c7df796
Don't chain to next_bio for buffer BIO BIO_[w]pending.
by David Benjamin
· 8 years ago
6cc9038
Reimplement objects.pl in Go.
by David Benjamin
· 9 years ago
6f600d6
Add experimental TLS 1.3 short record header extension.
by David Benjamin
· 8 years ago
Next »