Sign in
boringssl
/
boringssl.git
/
775b75f9decb4ce10e9d8eabb93eae1ea9441811
/
ssl
ef5c494
Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.
by David Benjamin
· 11 years ago
5b33a5e
Merge the get_ssl_method hooks between TLS and SSLv3.
by David Benjamin
· 11 years ago
a9ca90a
Fix ServerHello EC point format extension check.
by David Benjamin
· 11 years ago
42e9a77
Split tls1_check_ec_key.
by David Benjamin
· 11 years ago
00075b8
Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func.
by David Benjamin
· 11 years ago
5491e3f
Clean up ssl_cipher_list_to_bytes a little.
by David Benjamin
· 11 years ago
eba2384
Missing includes for FreeBSD.
by Ben Laurie
· 11 years ago
5d0c163
Also clean the last byte of the PSK identity.
by Adam Langley
· 11 years ago
01fe820
Add tests for client version negotiation and session resumption.
by David Benjamin
· 11 years ago
30ddb43
Handle session resumption in SSLv23_client_method.
by David Benjamin
· 11 years ago
b0c8db7
runner: don't resume sessions if SessionTicketsDisabled is true.
by David Benjamin
· 11 years ago
7f520db
Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1.
by David Benjamin
· 11 years ago
37d9246
Disallow all special operators once groups are used.
by David Benjamin
· 11 years ago
2a5ea98
Remove redundant check in cipher rule parsing.
by David Benjamin
· 11 years ago
bb0a17c
Add a set of tests for cipher string parsing.
by David Benjamin
· 11 years ago
e113608
Switch the reason code check to a compile-time assert.
by David Benjamin
· 11 years ago
d7c5368
Add missing errors codes for alerts.
by David Benjamin
· 11 years ago
fc7b086
Test that ALPN is preferred over NPN.
by David Benjamin
· 11 years ago
ae2888f
Add tests for ALPN support.
by David Benjamin
· 11 years ago
fa055a2
Implement ALPN in runner.go.
by David Benjamin
· 11 years ago
812152a
Don't deadlock if a resume test fails the first half.
by David Benjamin
· 11 years ago
e78bfde
Improve test coverage for server_name extension.
by David Benjamin
· 11 years ago
594a58e
Remove remnants of export cipher suite selection.
by David Benjamin
· 11 years ago
d633d63
Remove indirection in loading ciphers.
by David Benjamin
· 11 years ago
172fc2c
Fix some OPENSSL_PUT_ERROR calls.
by David Benjamin
· 11 years ago
a70c75c
Add a CRYPTO_library_init and static-initializer-less build option.
by David Benjamin
· 11 years ago
f7768e4
Test SHA-256 and SHA-384 CBC-mode cipher suites.
by David Benjamin
· 11 years ago
c92c2d7
Prune some dead quirks and document the SSL_OP_ALL ones.
by David Benjamin
· 11 years ago
859ec3c
Add SSL_CTX_set_keylog_bio.
by David Benjamin
· 11 years ago
df90a64
Remove MD5, SHA-224, and SHA-512 handling from s3_cbc.c.
by David Benjamin
· 11 years ago
39ebf53
Check the server did not use a TLS 1.2 cipher suite pre-TLS 1.2.
by David Benjamin
· 11 years ago
120a674
Fix the return values for most of SRTP.
by David Benjamin
· 11 years ago
5c24a1d
Add a test for SSL_OP_TLS_D5_BUG.
by David Benjamin
· 11 years ago
f0fd373
Remove remnants of EVP_CIPHER-based AES_GCM cipher.
by David Benjamin
· 11 years ago
b2cb0ec
Fix minor issues found by Clang's analysis.
by Adam Langley
· 11 years ago
ed8270a
Fix crash as server when resuming with SNI.
by Adam Langley
· 11 years ago
04dbb7f
Add tests for pqueue
by Alex Chernyakhovsky
· 11 years ago
6c7aed0
Client-side OCSP stapling support.
by David Benjamin
· 11 years ago
e098ec2
Test client auth under TLS 1.2 hash mismatch and SSL 3.
by David Benjamin
· 11 years ago
041b58a
Remove session_ctx macro.
by David Benjamin
· 11 years ago
457112e
unifdef a bunch of OPENSSL_NO_* ifdefs.
by David Benjamin
· 11 years ago
854dd65
Refactor server-side CertificateVerify handling.
by David Benjamin
· 11 years ago
5b8f104
Revise hash management for reading the Finished message.
by David Benjamin
· 11 years ago
880b14e
Compute the Channel ID hash after ssl_get_message.
by David Benjamin
· 11 years ago
590cbe9
Introduce a hash_message parameter to ssl_get_message.
by David Benjamin
· 11 years ago
3cb50e0
Move a variable declaration to function start.
by Adam Langley
· 11 years ago
8da9906
Rename some message functions for consistency.
by David Benjamin
· 11 years ago
e58c4f5
Add a test to ensure False Start occurs.
by David Benjamin
· 11 years ago
ef86550
Remove logic for non-signing client certificates.
by David Benjamin
· 11 years ago
a08e49d
Add basic TLS Channel ID tests.
by David Benjamin
· 11 years ago
4e99c52
Fix FalseStart-SessionTicketsDisabled tests.
by David Benjamin
· 11 years ago
2561dc3
Introduce a mechanism for base64 options.
by David Benjamin
· 11 years ago
3a66e28
Update ssl3_get_channel_id for the simpler ECDSA_do_verify.
by David Benjamin
· 11 years ago
d30a990
Implement TLS Channel ID in runner.go
by David Benjamin
· 11 years ago
f9b96fa
Fix flipped DTLS checks.
by David Benjamin
· 11 years ago
2a0c496
Fix duplicate test name.
by David Benjamin
· 11 years ago
9169c96
Implement client side of TLS signed certificate stamps extension.
by Håvard Molland
· 11 years ago
c44d2f4
Convert all zero-argument functions to '(void)'
by David Benjamin
· 11 years ago
5213df4
Prefer AES-GCM when hardware support is available.
by David Benjamin
· 11 years ago
92909a6
Remove MS SGC support on the the server.
by David Benjamin
· 11 years ago
b52e3dd
Move common code between two branches.
by David Benjamin
· 11 years ago
422d3a4
Remove some unused state and code.
by David Benjamin
· 11 years ago
a7d1363
Prune removed key types from SSL_PKEY_*.
by David Benjamin
· 11 years ago
ef2116d
Remove DSA-based cipher suites and client auth.
by David Benjamin
· 11 years ago
cff6472
Mark some more globals as const.
by David Benjamin
· 11 years ago
0da0e18
Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS.
by David Benjamin
· 11 years ago
bd30f8e
Remove support on both sides for *_fixed_(ec)dh client auth.
by David Benjamin
· 11 years ago
d0639af
Remove single-DES cipher suites.
by David Benjamin
· 11 years ago
ebf42b5
Remove remnants of now-removed cipher suites.
by David Benjamin
· 11 years ago
e7bf281
Fix (harmless) memory leak in the test harness.
by Adam Langley
· 11 years ago
ede973a
Tidy up cipher ordering.
by David Benjamin
· 11 years ago
e712778
Remove rsa_md5, md5, and sha1 fields from SSL_CTX.
by David Benjamin
· 11 years ago
8bc38f5
DTLS version negotiation doesn't happen at HelloVerifyRequest.
by David Benjamin
· 11 years ago
f2fedef
Simplify HelloVerifyRequest processing.
by David Benjamin
· 11 years ago
cc23df5
Remove SSL_OP_CISCO_ANYCONNECT.
by David Benjamin
· 11 years ago
6f26001
Mark all SSL_CIPHERs as const.
by David Benjamin
· 11 years ago
fb4ea28
Tidy DTLS cookie callback types.
by David Benjamin
· 11 years ago
f450134
Remove default_timeout hook.
by David Benjamin
· 11 years ago
d4178fd
Remove AES-GCM cipher indices.
by David Benjamin
· 11 years ago
b00eee1
Trim unused cipher indices and definitions.
by David Benjamin
· 11 years ago
335d10d
Remove Suite B mode.
by David Benjamin
· 11 years ago
76d8abe
Get SSL 3.0 server tests working.
by David Benjamin
· 11 years ago
6fd297b
Add initial DTLS tests.
by David Benjamin
· 11 years ago
82b7da2
Set SSL_SESSION.cipher when parsing.
by Adam Langley
· 11 years ago
0f4746e
Add SSL_SESSION_get_version.
by Adam Langley
· 11 years ago
1b96526
Merge tls1_* method hooks with the ssl3_* versions.
by David Benjamin
· 11 years ago
5a593af
Move configuration into a dedicated TestConfig struct.
by David Benjamin
· 11 years ago
83c0bc9
Test-only DTLS implementation in runner.go.
by David Benjamin
· 11 years ago
51e3283
Port dtls1_get_hello_verify to CBS.
by David Benjamin
· 11 years ago
9174312
Update d1_clnt.c to use ssl_cipher_has_server_public_key.
by David Benjamin
· 11 years ago
6491e8c
Allow renewed tickets on session resumption in DTLS.
by David Benjamin
· 11 years ago
09bd58d
Replace some DTLS version checks with SSL_IS_DTLS.
by David Benjamin
· 11 years ago
16c623b
Fix of handling weak dh server keys.
by Håvard Molland
· 11 years ago
584d28c
Use OPENSSL_free instead of free.
by Håvard Molland
· 11 years ago
f1df2b3
Add SSL_CIPHER_get_kx_name.
by Adam Langley
· 11 years ago
8eaaa86
Add mode to disallow session creation.
by Adam Langley
· 11 years ago
98e882e
Clean up s23_srvr.c.
by David Benjamin
· 11 years ago
ded9358
Windows build fixes.
by Adam Langley
· 11 years ago
90974e7
Fixed reporting wrong function to OPENSSL_PUT_ERROR.
by Håvard Molland
· 11 years ago
1e7f8d7
Move SendV2ClientHello to handshake coverage tests.
by David Benjamin
· 11 years ago
Next »