Sign in
boringssl
/
boringssl
/
745745df0371e45aa3f5286cc9d3661939f0adfa
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
ec6b530
Fix comment on OPENSSL_memcmp, etc.
by David Benjamin
· 8 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
by David Benjamin
· 8 years ago
56cadc3
Assert on the alert sent on FALLBACK_SCSV.
by David Benjamin
· 8 years ago
720ff53
Trim and simplify obj_xref.c.
by David Benjamin
· 9 years ago
48e2be2
Include the type in empty vector literals.
by David Benjamin
· 8 years ago
28feb92
Add |X509_STORE_set0_additional_untrusted|.
by Adam Langley
· 8 years ago
b442dee
Rename FallbackSCSV-MatchVersion.
by David Benjamin
· 8 years ago
458334a
Test name-based version APIs are reported as expected.
by David Benjamin
· 8 years ago
e6620af
Remove rsaz-x86_64.pl from CMake inputs.
by Adam Langley
· 8 years ago
9f05de4
Remove the non-no_branch branch of BN_div.
by Brian Smith
· 9 years ago
4cb8494
Splitting handshake traffic derivation from key change.
by Steven Valdez
· 8 years ago
1bcd10c
Add CMake support for ASAN and MSAN.
by Adam Langley
· 8 years ago
65fb425
Remove version-specific cipher lists.
by David Benjamin
· 8 years ago
2d58482
Call __msan_unpoison on the output of getrandom.
by Adam Langley
· 8 years ago
39ae144
Revert "Revert "crypto/rand: Fix a crash bug in RAND_enable_fork_unsafe_buffering." and "Enable getrandom for entropy gathering.""
by Adam Langley
· 8 years ago
16bfff7
Calculate Montgomery RR without division.
by Brian Smith
· 9 years ago
febf771
Verify consistency of RSA keys after generation & parsing.
by Brian Smith
· 9 years ago
a36255c
Fix RSA-PSS documentation.
by David Benjamin
· 8 years ago
4f57074
Check input length to pkey_rsa_verify and add initial tests.
by David Benjamin
· 8 years ago
97db926
Revert "crypto/rand: Fix a crash bug in RAND_enable_fork_unsafe_buffering." and "Enable getrandom for entropy gathering."
by Adam Langley
· 8 years ago
b479c5d
Revert "Include some C versions of the x86-64 P-256 code."
by Adam Langley
· 8 years ago
ba84265
Include some C versions of the x86-64 P-256 code.
by Adam Langley
· 8 years ago
87c0bb2
Adding new options for bssl tool.
by Steven Valdez
· 8 years ago
76bb141
Remove the BORINGSSL_ANDROID_SYSTEM P-521 special-case.
by David Benjamin
· 9 years ago
593b6a4
Remove RSAZ-512.
by David Benjamin
· 8 years ago
d9d36b2
Add RSAZ-512 versions of RSAZ-1024 test vectors.
by David Benjamin
· 8 years ago
61a7ef4
Reduce the input base |a| in BN_mod_exp_mont_consttime for RSAZ.
by Brian Smith
· 8 years ago
36ca214
crypto/rand: Fix a crash bug in RAND_enable_fork_unsafe_buffering.
by Martin Kreichgauer
· 8 years ago
4cc1ccd
Add minimal tests for 1024-bit RSAZ BN_mod_exp_mont_consttime.
by Brian Smith
· 8 years ago
629db8c
Add |SSL_get_peer_full_cert_chain|.
by Adam Langley
· 8 years ago
a4b9198
Make TLS 1.3 check ECDSA KeyUsage and add test.
by Adam Langley
· 8 years ago
0567220
Don't use X.509 functions to check ECDSA keyUsage.
by Adam Langley
· 8 years ago
0c29425
Don't use |X509_get_pubkey| in TLS 1.3 code either.
by Adam Langley
· 8 years ago
703aa16
Import a test vector from upstream.
by David Benjamin
· 8 years ago
fa99197
perlasm/x86_64-xlate.pl: refine sign extension in ea package.
by David Benjamin
· 8 years ago
fcd714d
Add CBS functions for working with BIT STRINGs.
by David Benjamin
· 8 years ago
aa01204
Move per-cipher-suite tests into a separate function.
by David Benjamin
· 8 years ago
Next »