Sign in
boringssl
/
boringssl.git
/
c032dfa27ec8a9f286e3ae7e545932aac13b87d6
/
ssl
c032dfa
Client auth is only legal in certificate-based ciphers.
by David Benjamin
· 9 years ago
060cfb0
Simplify handshake message size limits.
by David Benjamin
· 9 years ago
c6cc6e7
Make kSRTPProfiles static.
by David Benjamin
· 9 years ago
80d1b35
Add a test for SCTs sent on resume.
by David Benjamin
· 9 years ago
376a0fe
Adding a method to change the initial DTLS retransmission timer value.
by Taylor Brandstetter
· 9 years ago
d229433
Free any existing SRTP connection profile.
by David Benjamin
· 9 years ago
e72df93
Add a README.md for ssl/test.
by David Benjamin
· 9 years ago
e9a3642
Don't reset ssl->shutdown in the state machine.
by David Benjamin
· 9 years ago
b095f0f
Remove the push argument to ssl_init_wbio_buffer.
by David Benjamin
· 9 years ago
2730955
Check BIO_flush return value.
by David Benjamin
· 9 years ago
30152fd
Always buffer DTLS retransmits.
by David Benjamin
· 9 years ago
8368050
Clean up ssl_get_compatible_server_ciphers.
by David Benjamin
· 9 years ago
3baee2a
Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.
by David Benjamin
· 9 years ago
b32a915
Ensure we check i2d_X509 return val
by Steven Valdez
· 9 years ago
818aff0
Add SSL_SESSION_get_master_key.
by David Benjamin
· 9 years ago
9b611e2
Simplify server_name extension parsing.
by David Benjamin
· 9 years ago
4c5ddb8
Set rwstate consistently.
by David Benjamin
· 9 years ago
c6972eb
Remove the no_renegotiation special case.
by David Benjamin
· 9 years ago
0d3a8c6
Don't allow alert records with multiple alerts.
by David Benjamin
· 9 years ago
4365c3f
Send an error rather than assert when decrypt_len != rsa_size.
by Daniel Bathgate
· 9 years ago
e4c678a
Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit."
by David Benjamin
· 9 years ago
112c4dd
Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.
by David Benjamin
· 9 years ago
9819367
Remove some easy obj.h dependencies.
by David Benjamin
· 9 years ago
1e4ae00
Add a comment about final empty extension intolerance.
by David Benjamin
· 9 years ago
b7c5e84
Fix some malloc test failures.
by David Benjamin
· 9 years ago
e29ea16
Use ssl3_is_version_enabled to skip offering sessions.
by David Benjamin
· 9 years ago
baca950
Remove in_handshake.
by David Benjamin
· 9 years ago
c79845c
Move implicit handshake driving out of read_bytes.
by David Benjamin
· 9 years ago
b2a7318
Switch some 0s to NULLs.
by David Benjamin
· 9 years ago
d7ac143
Lift the handshake driving in write_bytes up to SSL_write.
by David Benjamin
· 9 years ago
282511d
Consolidate shutdown state.
by David Benjamin
· 9 years ago
270f0a7
Print an error if no tests match in runner.
by David Benjamin
· 9 years ago
78f8aab
ssl->ctx cannot be NULL.
by David Benjamin
· 9 years ago
f188f9d
Fix typo in function name.
by Piotr Sikora
· 9 years ago
9bb8ba6
Make local functions static.
by Piotr Sikora
· 9 years ago
594e7d2
Add a test that declining ALPN works.
by David Benjamin
· 9 years ago
51545ce
Remove a number of unnecessary stdio.h includes.
by David Benjamin
· 9 years ago
a5177cb
Use a less tedious pattern for X509_NAME.
by David Benjamin
· 9 years ago
6b6e0b2
Fix a memory leak in ssl3_get_certificate_request.
by David Benjamin
· 9 years ago
15c1488
Clear the error queue on entry to core SSL operations.
by David Benjamin
· 9 years ago
df28c3a
Tidy up the client Certificate message skipping slightly.
by David Benjamin
· 9 years ago
11d50f9
Include colons in expectedError matches.
by David Benjamin
· 9 years ago
454aa4c
Rewrite ssl3_send_client_certificate.
by David Benjamin
· 9 years ago
0b7ca7d
Add tests for doing client auth with no certificates.
by David Benjamin
· 9 years ago
acb6dcc
Add tests for the old client cert callback.
by David Benjamin
· 9 years ago
a857159
Clean up some silly variable names.
by David Benjamin
· 9 years ago
3ed5977
Add an idle timeout to runner.go.
by David Benjamin
· 9 years ago
22ce9b2
SSL_set_fd should create socket BIOs, not fd BIOs.
by David Benjamin
· 9 years ago
66b2fe8
Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method|
by Tom Thorogood
· 9 years ago
ad004af
Rename NID_x25519 to NID_X25519.
by David Benjamin
· 9 years ago
154c2f2
Add some missing return false lines to test_config.cc.
by David Benjamin
· 9 years ago
4333665
Move AES128 above AES256 by default.
by David Benjamin
· 9 years ago
fde5afc
Remove dead comment.
by David Benjamin
· 9 years ago
9867b7d
Add an option to record transcripts from runner tests.
by David Benjamin
· 9 years ago
f2b8363
Fix the tests for the fuzzer mode.
by David Benjamin
· 9 years ago
bf82aed
Disable all TLS crypto in fuzzer mode.
by David Benjamin
· 9 years ago
9bea349
Account for Windows line endings in runner.
by David Benjamin
· 9 years ago
29ec5d1
Add dummy |SSL_get_server_tmp_key|.
by Adam Langley
· 9 years ago
d323f4b
Bring back |verify_store|.
by Adam Langley
· 9 years ago
2b07fa4
Fix a memory leak in an error path.
by David Benjamin
· 9 years ago
ff3a149
Ensure runner notices post-main stderr output.
by David Benjamin
· 9 years ago
a14934f
Handle shutdown during init/handshake earlier
by Steven Valdez
· 9 years ago
95a79ee
Add a stub for SSL_get_shared_ciphers().
by Emily Stark
· 9 years ago
a211aee
Add SSL_CIPHER_has_SHA256_HMAC.
by David Benjamin
· 9 years ago
d8eea14
BIO_new_mem_buf should take const void *
by Steven Valdez
· 9 years ago
b9824e2
Handle SSL_shutdown while in init more appropriately
by Steven Valdez
· 9 years ago
e52d22d
Empty SNI names are not valid
by Steven Valdez
· 9 years ago
e976e43
Don't read uninitialised data for short session IDs.
by Adam Langley
· 9 years ago
de94238
Fix SSL_get_{read,write}_sequence.
by David Benjamin
· 9 years ago
fb974e6
Use initializer lists to specify cipher rule tests.
by David Benjamin
· 9 years ago
5ba0689
Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.
by Brian Smith
· 9 years ago
e66148a
Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed.
by David Benjamin
· 9 years ago
6014ea6
Add EC_POINT_point2cbb.
by David Benjamin
· 9 years ago
43946d4
Update references to the extended master secret draft.
by David Benjamin
· 9 years ago
72f7e21
Stop allowing SHA-224 in TLS 1.2.
by David Benjamin
· 9 years ago
415564f
Update draft-irtf-cfrg-curves-11 references to RFC 7748.
by David Benjamin
· 9 years ago
4f6acaf
Use more C++11 features.
by David Benjamin
· 9 years ago
91b2501
Add functions for accessing read_sequence and write_sequence.
by David Benjamin
· 9 years ago
cdd0b7e
Add SSL_CTX_set_retain_only_sha256_of_client_certs.
by David Benjamin
· 9 years ago
4b9205b
Align SSL_CTX_set1_tls_channel_id with SSL_set1_tls_channel_id.
by David Benjamin
· 9 years ago
b83003e
Don't initialize enc_method before version negotiation.
by David Benjamin
· 9 years ago
a565d29
Remove alert mapping machinery.
by David Benjamin
· 9 years ago
a1e9cab
Replace enc_flags with normalized version checks.
by David Benjamin
· 9 years ago
ce9d85e
Tweaks for node.js
by Adam Langley
· 9 years ago
241ae83
Add some tests to ensure we ignore bogus curves and ciphers.
by David Benjamin
· 9 years ago
f6494f4
Add a SSL_get_pending_cipher API.
by David Benjamin
· 9 years ago
0687bdf
Fix -Wformat-nonliteral violation in ssl_cipher.c.
by Brian Smith
· 9 years ago
fc6e5a7
Drop the silly 'ECDH_' prefix on X25519.
by David Benjamin
· 9 years ago
d2f0ce8
Enable X25519 by default in TLS.
by David Benjamin
· 9 years ago
b9e4fa5
Add a helper function to normalize the current version.
by David Benjamin
· 9 years ago
23b0a65
Move some functions to file scope.
by David Benjamin
· 9 years ago
928f32a
Add APIs to extract the SSL key block.
by David Benjamin
· 9 years ago
baa1216
Prune finished labels from SSL3_ENC_METHOD.
by David Benjamin
· 9 years ago
f8d8071
Remove a few unnecessary SSL3_ENC_METHOD hooks.
by David Benjamin
· 9 years ago
b35d684
Minor cleanup.
by David Benjamin
· 9 years ago
79978df
Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.
by David Benjamin
· 9 years ago
57997da
Simplify the ChangeCipherSpec logic.
by David Benjamin
· 9 years ago
0623bce
Fill in ssl->session->cipher when resumption is resolved.
by David Benjamin
· 9 years ago
4119d42
Tidy up keyblock and CCS logic slightly.
by David Benjamin
· 9 years ago
1db2156
Move ssl3_record_sequence_update with the other record-layer bits.
by David Benjamin
· 9 years ago
Next »