Sign in
boringssl
/
boringssl.git
/
a307cb7d5867924a34f69995b457d00db0783ad0
a307cb7
Preliminary support for compressed certificates.
by Adam Langley
· 7 years ago
c1e4f33
Use std::thread in thread_test.cc.
by David Benjamin
· 7 years ago
1627871
Include bn/internal.h for RSAZ code.
by Adam Langley
· 7 years ago
7bf0bcc
Add missing <condition_variable> include.
by David Benjamin
· 7 years ago
caf8ddd
Add SSL_SESSION_set1_id.
by David Benjamin
· 7 years ago
81a6f6d
Add a tool to check for filename collisions.
by David Benjamin
· 7 years ago
fe7a174
Fix typo.
by David Benjamin
· 7 years ago
a827d18
Match OpenSSL's EVP_MD_CTX_reset return value.
by David Benjamin
· 7 years ago
9229b4f
Fix typo in build flags.
by David Benjamin
· 7 years ago
700631b
Pack encrypted handshake messages together.
by David Benjamin
· 7 years ago
81d4a03
Update tools.
by David Benjamin
· 7 years ago
f86693d
Document the correct nonce length for AES-GCM.
by David Benjamin
· 7 years ago
5601bda
Rename crypto/rsa_extra/print.c.
by David Benjamin
· 7 years ago
990a323
Add --embed_test_data=false option to generate_build_files.py
by Adam Langley
· 7 years ago
239c05a
Allow convert_wycheproof.go to be used one file at a time.
by Adam Langley
· 7 years ago
576b637
Move convert_wycheproof.go to util/
by Adam Langley
· 7 years ago
189270c
Ignore Spectre mitigation warning.
by Adam Vartanian
· 7 years ago
c93724b
Benchmark TLS AES-CBC ciphers in both directions.
by David Benjamin
· 7 years ago
fee8709
Replace |alloca| in |BN_mod_exp_mont_consttime|.
by Brian Smith
· 7 years ago
63e2a08
Spell Falko Strenzke's name correctly.
by Adam Langley
· 7 years ago
982279b
Add a PKCS#12 fuzzer.
by David Benjamin
· 7 years ago
2f5100e
More compatibility stuff.
by David Benjamin
· 7 years ago
9b2c6a9
Extract friendly names attached to certificates.
by David Benjamin
· 7 years ago
22ae0b8
Try both null and empty passwords when decoding PKCS#12.
by David Benjamin
· 7 years ago
910320a
Restore some revocation-related X.509 extensions.
by David Benjamin
· 7 years ago
db196aa
Distinguish unrecognized SPKI/PKCS8 key types from syntax errors.
by David Benjamin
· 7 years ago
91254c2
Rename |asm_AES_*| to |aes_nohw_*|.
by Adam Langley
· 7 years ago
d12f2ba
Tweak RSA errors for compatibility.
by David Benjamin
· 7 years ago
fa544f1
Reject if the ALPN callback returned an empty protocol.
by David Benjamin
· 7 years ago
e6737a8
x509_test: Fix gcc-8 build
by Daniel Hirche
· 7 years ago
911cc0a
The legacy client OCSP callback should run without server OCSP.
by David Benjamin
· 7 years ago
d6e31f6
Return more placeholder version strings.
by David Benjamin
· 7 years ago
9db1a00
Support 3DES-CMAC.
by David Benjamin
· 7 years ago
62abceb
Add a driver for Wycheproof CMAC tests.
by David Benjamin
· 7 years ago
370bb35
Refresh TLS fuzzer corpora.
by David Benjamin
· 7 years ago
05750f2
Revert "Revert "Revert "Revert "Make x86(-64) use the same aes_hw_* infrastructure as POWER and the ARMs.""""
by Adam Langley
· 7 years ago
5b220ee
Add APIs to query authentication properties of SSL_SESSIONs.
by David Benjamin
· 7 years ago
69271b5
Revert "Revert "Revert "Make x86(-64) use the same aes_hw_* infrastructure as POWER and the ARMs."""
by Adam Langley
· 7 years ago
7d1f359
Show an error before we abort the process for an entropy failure.
by Adam Langley
· 7 years ago
103ed08
Implement legacy OCSP APIs for libssl.
by David Benjamin
· 7 years ago
7b832ad
Don't crash if asked to treat PBES2 as a PBES1 scheme.
by David Benjamin
· 7 years ago
f05e3ea
Add a bunch of X509_STORE getters and setters.
by David Benjamin
· 7 years ago
2e67153
Add PKCS12_create.
by David Benjamin
· 7 years ago
a3c2517
Add i2d_PKCS12*.
by David Benjamin
· 7 years ago
bc2562e
Treat PKCS#12 passwords as UTF-8.
by David Benjamin
· 7 years ago
ae153bb
Use new encoding functions in ASN1_mbstring_ncopy.
by David Benjamin
· 7 years ago
99767ec
Enable ADX assembly.
by David Benjamin
· 7 years ago
b06f92d
Add new character encoding functions.
by David Benjamin
· 7 years ago
29d97ff
Revert "Revert "Make x86(-64) use the same aes_hw_* infrastructure as POWER and the ARMs.""
by Adam Langley
· 7 years ago
aca24c8
Revert "Make x86(-64) use the same aes_hw_* infrastructure as POWER and the ARMs."
by Adam Langley
· 7 years ago
5f001d1
Const-correct some functions.
by David Benjamin
· 7 years ago
26ba48a
Make x86(-64) use the same aes_hw_* infrastructure as POWER and the ARMs.
by Adam Langley
· 7 years ago
56c4ed9
Allow enabling all TLS 1.3 variants by setting |tls13_default|.
by Steven Valdez
· 7 years ago
65359f0
Don't keep trying to read from stdin after EOF.
by David Benjamin
· 7 years ago
d4e091e
Refresh TLS fuzzer corpora.
by Matthew Braithwaite
· 7 years ago
418cdc4
Use the right alert for bad CA lists.
by David Benjamin
· 7 years ago
3babc86
Expand the documentation of |SSL_set_shed_handshake_config|.
by Matthew Braithwaite
· 7 years ago
8094b54
Add BIO versions of i2d_DHparams and d2i_DHparams.
by David Benjamin
· 7 years ago
02de7bd
Add some more accessors to SSL_SESSION.
by David Benjamin
· 7 years ago
f64c373
Fix build with GCC 4.9.2 and -Wtype-limits.
by Adam Langley
· 7 years ago
bb3a456
Move some RSA keygen support code into separate files.
by David Benjamin
· 7 years ago
5d626b2
Add some more compatibility functions.
by David Benjamin
· 7 years ago
044f637
reformat third_party/wycheproof_testvectors/METADATA
by Martin Kreichgauer
· 7 years ago
477a926
Bump BORINGSSL_API_VERSION.
by David Benjamin
· 7 years ago
57eaeab
Fix include path.
by Adam Langley
· 7 years ago
91374e0
Add a stub e_os2.h header.
by David Benjamin
· 7 years ago
0318b05
Add some OpenSSL compatibility functions and hacks.
by David Benjamin
· 7 years ago
1d33955
Fix clang-cl build.
by David Benjamin
· 7 years ago
26aa7c8
Handle blocked writes in bssl client/server.
by David Benjamin
· 7 years ago
ed188fd
Enforce supported_versions in the second ServerHello.
by David Benjamin
· 7 years ago
3d9705d
Fix bssl handling of buffered read data.
by David Benjamin
· 7 years ago
28385db
Fix bssl select loop on Windows.
by David Benjamin
· 7 years ago
2a92847
Restore some MSVC warnings.
by David Benjamin
· 7 years ago
bf33114
Rename third_party/wycheproof to satisfy a bureaucrat.
by David Benjamin
· 7 years ago
9883173
Revert "Add other Windows configurations to the CQ."
by David Benjamin
· 7 years ago
b0412a6
Add other Windows configurations to the CQ.
by David Benjamin
· 7 years ago
3c37d0a
Reland "Fix bssl client/server's error-handling."
by David Benjamin
· 7 years ago
0cdbc87
Revert "Fix bssl client/server's error-handling."
by Steven Valdez
· 7 years ago
e7ca8a5
Fix bssl client/server's error-handling.
by David Benjamin
· 7 years ago
e30fac6
Fuzz SSL_serialize_handoff() and SSL_serialize_handback().
by Matthew Braithwaite
· 7 years ago
9fdf7cb
SSL_apply_handback: check session is where it's expected to be.
by Matthew Braithwaite
· 7 years ago
0e9e0ba
SSL_apply_handback: check that SSL version is valid.
by Matthew Braithwaite
· 7 years ago
537553f
Prevent out of bound read in do_buf (a_strex).
by Steven Valdez
· 7 years ago
179c4e2
Update Wycheproof, add keywrap tests, and fix a bug.
by David Benjamin
· 7 years ago
cf341d0
Add missing #include of <openssl/mem.h>.
by Matthew Braithwaite
· 7 years ago
f6d9f0b
bn/asm/*-mont.pl: fix memory access pattern in final subtraction.
by David Benjamin
· 7 years ago
3e87165
Avoid compiler errors for Android ARMv7.
by Adam Langley
· 7 years ago
dd444b1
Fix bugs in X509_NAME_add_entry.
by Steven Valdez
· 7 years ago
0c9ac2e
Drop FULL_UNROLL code in aes.c.
by Adam Langley
· 7 years ago
0ca9214
Temporarily restore SHA256 and SHA384 cipher suite aliases.
by David Benjamin
· 7 years ago
b95d4b4
Move srtp_profiles to SSL_CONFIG.
by David Benjamin
· 7 years ago
98472cb
Consistently use session_ctx for session caching.
by David Benjamin
· 7 years ago
8e75ae4
Add a Wycheproof driver for AES-CBC.
by David Benjamin
· 7 years ago
302bb39
Small curve25519 cleanups.
by David Benjamin
· 7 years ago
6e678ee
Remove legacy SHA-2 CBC ciphers.
by David Benjamin
· 7 years ago
71666cb
Allow renego and config shedding to coexist more smoothly.
by David Benjamin
· 7 years ago
b7bc80a
SSL_CONFIG: new struct for sheddable handshake configuration.
by Matthew Braithwaite
· 7 years ago
a2dd781
Defer writing the shim settings.
by Matthew Braithwaite
· 7 years ago
3f94467
Add an ECDH Wycheproof driver.
by David Benjamin
· 7 years ago
7760af4
Print tcId in converted Wycheproof files.
by David Benjamin
· 7 years ago
Next »