Sign in
boringssl
/
boringssl.git
/
3e0b2ce12b91860b6c97bc02166e7673b390758e
3e0b2ce
Prune some dead constants.
by David Benjamin
· 8 years ago
c8ff30c
Add an option to allow unknown ALPN protocols.
by David Benjamin
· 8 years ago
chromium-3071
0686c09
Fix CRYPTO_dup_ex_data.
by David Benjamin
· 8 years ago
b18cb6a
Make the POWER hardware capability value a global in crypto.c.
by Adam Langley
· 8 years ago
42329a8
Clean up PKCS5_PBKDF2_HMAC.
by David Benjamin
· 8 years ago
8b487b7
util/generate_build_files.py: Filter test runner sources from BUILD files.
by Martin Kreichgauer
· 8 years ago
67bb45f
Support enabling early data on SSL
by Alessandro Ghedini
· 8 years ago
faa539f
Remove static output buffers for hash & HMAC functions.
by Adam Langley
· 8 years ago
ebcb5be
Sync vendored copies of Go poly1305 and curve25519.
by David Benjamin
· 8 years ago
107d438
Gate assembly sources on !OPENSSL_NO_ASM.
by Adam Langley
· 8 years ago
cbfd3c0
Refresh fuzzer corpora.
by David Benjamin
· 8 years ago
0c05c37
Update fuzzer exclusions.
by David Benjamin
· 8 years ago
519118f
Fix FUZZING.md typo.
by David Benjamin
· 8 years ago
a5f1b38
Use vec_vsx_ld to performance unaligned load instead of dereferencing a pointer
by Doug Kwan
· 8 years ago
7e9949c
Import additional test vectors from RFC 8032.
by David Benjamin
· 8 years ago
17eeb98
Unwind the rest of EVP_PKEY_supports_digest.
by David Benjamin
· 8 years ago
6bb507b
Add missing tests for the Channel ID / 0-RTT interaction.
by David Benjamin
· 8 years ago
e94ec3f
Use a union in tls_cbc.c.
by David Benjamin
· 8 years ago
79bc7a3
Remove unsigned-based constant-time functions.
by David Benjamin
· 8 years ago
643b77e
Convert tls_cbc.c to size_t.
by David Benjamin
· 8 years ago
053a8f7
Bound EVP_tls_cbc_digest_record at runtime.
by David Benjamin
· 8 years ago
8d979e5
Push variable declarations in EVP_tls_cbc_digest_record.
by David Benjamin
· 8 years ago
b0ad3d7
Convert more RSA padding check functions to size_t.
by David Benjamin
· 8 years ago
43ea204
Convert RSA_padding_check_PKCS1_type_1 to size_t.
by David Benjamin
· 8 years ago
d1c0de6
Add size_t variants of constant-time functions.
by David Benjamin
· 8 years ago
f368c73
Fix fuzzer excludes.
by Steven Valdez
· 8 years ago
fef78b0
Use an actual SCT for fuzzing.
by David Benjamin
· 8 years ago
a507617
Adding server fuzzer for early data.
by Steven Valdez
· 8 years ago
764ab98
Support and test P-224 certificates.
by Adam Langley
· 8 years ago
a0ba400
Add cipher asserts for read/write app data.
by Steven Valdez
· 8 years ago
ccbb165
Tidy up ssl3_choose_cipher.
by David Benjamin
· 8 years ago
8c26d75
Test the behavior of running SSL_do_handshake twice in a row.
by David Benjamin
· 8 years ago
7a60ca0
Synchronize bsaes-armv7.pl with upstream.
by David Benjamin
· 8 years ago
0f5d7d3
Just allocate what's needed for SSL write buffers.
by David Benjamin
· 8 years ago
95321e1
Fix diff_asm.go.
by David Benjamin
· 8 years ago
bbfe603
Clean up end_of_early_data processing.
by David Benjamin
· 8 years ago
fc2d78d
Document server 0-RTT behavior.
by David Benjamin
· 8 years ago
681eb6a
Adding support for receiving early data on the server.
by Steven Valdez
· 8 years ago
32c8927
Add a test for missing end_of_early_data.
by David Benjamin
· 8 years ago
81a191d
Convert constant_time_test to GTest.
by David Benjamin
· 8 years ago
94cf5d0
Remove some unnecessary NULL checks.
by David Benjamin
· 8 years ago
e000440
Detach pkcs7.c from the OID table.
by David Benjamin
· 8 years ago
ca307ab
tool: show if early data was accepted
by Alessandro Ghedini
· 8 years ago
065d733
Test ticket age skew when resuming a resumed session.
by David Benjamin
· 8 years ago
2a07072
Prevent Channel ID and Custom Extensions on 0-RTT.
by Steven Valdez
· 8 years ago
246eeee
Make RI on TLS 1.3 alert with ILLEGAL_PARAMETER.
by Steven Valdez
· 8 years ago
794cc59
Send half-RTT tickets when negotiating 0-RTT.
by David Benjamin
· 8 years ago
02084ea
Decouple PKCS8_encrypt and PKCS8_decrypt's core from crypto/asn1.
by David Benjamin
· 8 years ago
3cb1246
Remove session_tickets_sent.
by David Benjamin
· 8 years ago
7ce10d5
Partially split out crypto/pkcs8's legacy ASN.1 dependencies.
by David Benjamin
· 8 years ago
4784b99
Use set_{accept,connect}_state + do_handshake in bssl_shim.
by David Benjamin
· 8 years ago
7d2dbc3
Add a comment around the set_{min,max}_version logic.
by David Benjamin
· 8 years ago
e3843d4
Run all state machine coverage tests on implicit handshake.
by David Benjamin
· 8 years ago
f466cdb
size_t the RSA padding add functions.
by David Benjamin
· 8 years ago
bbf4246
Add a test that ALPN is rejected on renegotiation.
by David Benjamin
· 8 years ago
8cd7bbf
Push password encoding back into pkcs12_key_gen.
by David Benjamin
· 8 years ago
3cb047e
Decouple PKCS#12 hash lookup from the OID table.
by David Benjamin
· 8 years ago
2d85062
Add Data-less Zero-RTT support.
by Steven Valdez
· 8 years ago
f35e838
Fix parsing of PBKDF2 parameters.
by David Benjamin
· 8 years ago
7179e53
Remove TODO.
by David Benjamin
· 8 years ago
1d4fa78
Decouple PBE lookup from the OID table.
by David Benjamin
· 8 years ago
cfb9d14
Update pkcs8 error data.
by David Benjamin
· 8 years ago
c90ed19
Tidy up error-handling around computing the hash in PSS.
by David Benjamin
· 8 years ago
96e744c
Decouple PKCS#5 cipher lookup from OID table.
by David Benjamin
· 8 years ago
9292632
Add some PSS test vectors with non-zero salt length.
by David Benjamin
· 8 years ago
5e2d0c9
Add some more RSA-PSS verification tests.
by David Benjamin
· 8 years ago
57e81e6
Name |select_certificate_cb| return values
by Alessandro Ghedini
· 8 years ago
cedc6f1
Remove DHE ciphersuites from TLS.
by Matthew Braithwaite
· 8 years ago
d851842
Reduce crypto/pkcs8 dependency on OID table.
by David Benjamin
· 8 years ago
aea20c1
Fix potential memory leak in ASN1_TIME_to_generalizedtime()
by David Benjamin
· 8 years ago
5c12778
Convert bio_test to GTest.
by David Benjamin
· 8 years ago
2d05568
Fix out-of-memory condition in conf.
by David Benjamin
· 8 years ago
fd67f61
Fix bounds check in RSA_verify_PKCS1_PSS_mgf1 when sLen is -2.
by David Benjamin
· 8 years ago
5916207
Improve RSA-PSS test coverage around length bounds.
by David Benjamin
· 8 years ago
8c64679
Remove BIGNUM and CBIGNUM crypto/asn1 types.
by David Benjamin
· 8 years ago
eb30288
Remove crypto/asn1 LONG and ZLONG.
by David Benjamin
· 8 years ago
2ddc461
Add additional RSA-PSS and RSA-OAEP tests.
by David Benjamin
· 8 years ago
6a53b99
Fix generate-coverage.sh.
by David Benjamin
· 8 years ago
076c6a3
Fix a memory leak in X509_STORE_add_cert/crl error handling.
by David Benjamin
· 8 years ago
aefc6b2
Fix a crash in print_notice.
by David Benjamin
· 8 years ago
b228541
Convert asn1_test to GTest.
by David Benjamin
· 8 years ago
73812e0
Fix SSLv3 version check in BoGo.
by David Benjamin
· 8 years ago
edb7299
Fix typo in the |ssl_ticket_aead_success| documentation
by Alessandro Ghedini
· 8 years ago
3c8652d
tool: fix typo in -root-certs description
by Alessandro Ghedini
· 8 years ago
438229a
Correct a typo in ASN.1 type name.
by Victor Vasiliev
· 8 years ago
48e1d18
Restore SSL_CTX_set_ecdh_auto compatibility hook.
by David Benjamin
· 8 years ago
2070f8a
Apply bugs to second, TLS 1.3 ClientHello.
by Adam Langley
· 8 years ago
707af29
Support asynchronous ticket decryption with TLS 1.3.
by David Benjamin
· 8 years ago
4c341d0
Support asynchronous ticket decryption with TLS 1.0–1.2.
by Adam Langley
· 8 years ago
be49706
Rename initial_ctx to session_ctx.
by David Benjamin
· 8 years ago
9310317
Remove 'file:' feature in v3_pci.c's CONF hooks.
by David Benjamin
· 8 years ago
91222b8
Fix configuring the empty cipher list.
by David Benjamin
· 8 years ago
6ad20dc
Move error-on-empty-cipherlist into ssl_create_cipher_list().
by Matthew Braithwaite
· 8 years ago
130d529
Adding version to AEAD.
by Steven Valdez
· 8 years ago
d04ca95
Add |SSL[_CTX]_set_chain_and_key|.
by Adam Langley
· 8 years ago
c77ea04
Enable RSA AVX2 code.
by Adam Langley
· 8 years ago
35ac5b7
Export server-side ticket_age skew.
by David Benjamin
· 8 years ago
fe36672
Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake.
by Adam Langley
· 8 years ago
0cade98
Make the no-op verify function push an error.
by Adam Langley
· 8 years ago
b647319
Avoid the error case in |bn_mul_mont|.
by Brian Smith
· 8 years ago
Next »