Sign in
boringssl
/
boringssl
/
4b755cb0da7aace30815164ef2e13031707f6b7f
4b755cb
Implement the V2ClientHello sniff in version-locked methods.
by David Benjamin
· 10 years ago
63c55a8
Fix memory leak on failure.
by David Benjamin
· 10 years ago
1f48fba
Use have_version in clamping TLS record-layer version to 1.0.
by David Benjamin
· 10 years ago
accb454
Add min_version tests.
by David Benjamin
· 10 years ago
1eb367c
Add min_version and max_version APIs.
by David Benjamin
· 10 years ago
9ec6bca
Remove method swap in DTLS_ANY_VERSION.
by David Benjamin
· 10 years ago
e99e912
Pull SSL3_ENC_METHOD out of SSL_METHOD.
by David Benjamin
· 10 years ago
ceb6f28
Factor out remaining version-related functions.
by David Benjamin
· 10 years ago
69b9e59
Remove SSL_CTX_set_ssl_version.
by David Benjamin
· 10 years ago
7e23746
Remove redundant SSL_ST_BEFORE-related checks.
by David Benjamin
· 10 years ago
138c2ac
Drop unnecessary version checks.
by David Benjamin
· 10 years ago
28014cb
Remove s_accept and s_connect parameters IMPLEMENT* macros.
by David Benjamin
· 10 years ago
338fcaf
Mark SSL3_ENC_METHODs const and remove an unused one.
by David Benjamin
· 10 years ago
f080ecd
Don't infinite loop on garbage server input.
by David Benjamin
· 10 years ago
226a872
Don't set client_version to the ServerHello version.
by David Benjamin
· 10 years ago
d14c6ee
Remove TLSEXT_TYPE_padding ifdef.
by David Benjamin
· 10 years ago
b8a824d
Add the ability to run a server from the command line tool.
by Dave Tapuska
· 10 years ago
e3594df
Shorten certificate parsing code a little.
by David Benjamin
· 10 years ago
1e29a6b
Add assertions on the initial record version number.
by David Benjamin
· 10 years ago
af7e74b
Remove variable shadowing.
by Adam Langley
· 10 years ago
3547688
Remove EC_GROUP_set_point_conversion_form
by Håvard Molland
· 10 years ago
306e520
Remove ec hybrid point format
by Håvard Molland
· 10 years ago
8c37cb6
Advance to the next state variant when reusing messages (PR3597).
by David Benjamin
· 10 years ago
0ac86b0
Remove dtls1_enc.
by David Benjamin
· 10 years ago
1299923
Check EVP_Cipher return values.
by David Benjamin
· 10 years ago
8278184
Remove redundant checks in ssl_cert_dup.
by David Benjamin
· 10 years ago
83abdd6
Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask
by David Benjamin
· 10 years ago
e518f65
Update references to RFCs.
by David Benjamin
· 10 years ago
41aa325
ClientHello Padding for Fast Radio Opening in 3G.
by Feng Lu
· 10 years ago
74c68e5
Renegerate OID outputs.
by David Benjamin
· 10 years ago
a6689b0
Keep the obj_mac.h license header round-tripping.
by David Benjamin
· 10 years ago
687759d
Restore obj_mac.num from upstream.
by David Benjamin
· 10 years ago
7baab87
Add documentation for the OID scripts.
by David Benjamin
· 10 years ago
f1eba30
Don't include undef in cross reference table.
by David Benjamin
· 10 years ago
61f1085
Switch crypto/bn back to _umul128 on Windows clang.
by David Benjamin
· 10 years ago
d8a3e78
Shush a MSVC bool/int comparison warning.
by David Benjamin
· 10 years ago
90eeb11
Remove SSL_set_debug.
by David Benjamin
· 10 years ago
edb03cf
Remove some unimplemented prototypes.
by David Benjamin
· 10 years ago
00505ec
Add EVP_md5_sha1.
by David Benjamin
· 10 years ago
af9d941
Don't use _umul128 for Windows clang.
by David Benjamin
· 10 years ago
0105ece
Fix standalone Windows build.
by David Benjamin
· 10 years ago
94d701b
Left-pad a V2ClientHello's random, not right-pad.
by David Benjamin
· 10 years ago
d0f257d
Don't manually extern OPENSSL_ia32cap_P.
by David Benjamin
· 10 years ago
128dbc3
Factor out the client max-version logic into a helper function.
by David Benjamin
· 10 years ago
beb4702
Remove redundant s->server assignments in handshake.
by David Benjamin
· 10 years ago
8c6fe45
Replace s->first_packet with a s->s3->have_version bit.
by David Benjamin
· 10 years ago
cde8aba
Merge client/server SSL_METHODs into the generic one.
by David Benjamin
· 10 years ago
f34a009
Don't set s->state and s->server before the side is known.
by David Benjamin
· 10 years ago
63246e8
Remove s->type from SSL.
by David Benjamin
· 10 years ago
e319a2f
Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.
by David Benjamin
· 10 years ago
533ef73
Remove SSL_clear calls in handshake functions.
by David Benjamin
· 10 years ago
8c88153
Remove a place where SSL_clear cleans up after client/server confusion.
by David Benjamin
· 10 years ago
ff42cc1
Fix FALLBACK_SCSV, Channel ID, OCSP stapling, and SCTs with the generic method.
by David Benjamin
· 10 years ago
e58a71b
Trim impossible state combinations.
by David Benjamin
· 10 years ago
0b145c2
Don't assign handshake_func in the handshake functions.
by David Benjamin
· 10 years ago
8c6a295
Remove obsolete comment.
by David Benjamin
· 10 years ago
9cbd4a8
Remove SSL_(CTX_)get_ssl_method.
by David Benjamin
· 10 years ago
502a909
Recover SSL_OP_CIPHER_SERVER_PREFERENCE documentation.
by David Benjamin
· 10 years ago
95eeb19
Make it clear that SSL_OP_NO_DTLS* are the same as the TLS ones.
by David Benjamin
· 10 years ago
c44b1df
Add test for renego client_version quirk.
by David Benjamin
· 10 years ago
81ea0bf
Delay creating s->session until resumption is resolved.
by David Benjamin
· 10 years ago
8b8c006
Fix DTLS_ANY_VERSION and add tests.
by David Benjamin
· 10 years ago
65ea8ff
Debug resumption connections with -debug too.
by David Benjamin
· 10 years ago
95f9cfc
unifdef OPENSSL_NO_BIO.
by David Benjamin
· 10 years ago
bafc58d
Remove dead SSL BIO prototypes.
by David Benjamin
· 10 years ago
0f1e64b
Remove method swap in SSL_set_session.
by David Benjamin
· 10 years ago
61f9527
Add tests for OCSP stapling and SCT lists.
by David Benjamin
· 10 years ago
bb15e3d
Remove method-switching codepath in SSL_clear.
by David Benjamin
· 10 years ago
52d699f
Make OCSP response and SCT list getter const-correct.
by David Benjamin
· 10 years ago
192f34b
Fix bio_test.c build on Windows.
by David Benjamin
· 10 years ago
4e0a7e5
Cleanup of setting external buffer
by Håvard Molland
· 10 years ago
d1681e6
Remove SSL_set_session_secret_cb (EAP-FAST)
by David Benjamin
· 10 years ago
fe8eb9a
Add tests for session-ID-based resumption.
by David Benjamin
· 10 years ago
ae3e487
Fix a couple more malloc test crashes.
by David Benjamin
· 10 years ago
69a0160
Add malloc failure tests.
by Adam Langley
· 10 years ago
deb5284
Make build work on OS X with older cmake versions.
by Nico Weber
· 10 years ago
000800a
Add tests for signature algorithm negotiation.
by David Benjamin
· 10 years ago
ec2f27d
Account for EVP_PKEY capabilities in selecting hash functions.
by David Benjamin
· 10 years ago
033e5f4
Remove CERT_PKEY::valid_flags.
by David Benjamin
· 10 years ago
f31e681
Clean up ssl_set_cert_masks.
by David Benjamin
· 10 years ago
81257cb
Add a codereview.settings file.
by Nico Weber
· 10 years ago
6a8d70c
Trim tls1_check_chain and CERT_PKEY flags.
by David Benjamin
· 10 years ago
253b3e7
Remove TLS strict mode.
by David Benjamin
· 10 years ago
1ad8681
check_flags is always 0.
by David Benjamin
· 10 years ago
b398d16
Remove SSL_check_chain and unexport CERT_PKEY flags.
by David Benjamin
· 10 years ago
675227e
Remove CERT_PKEY_EXPLICIT_SIGN flag.
by David Benjamin
· 10 years ago
248f350
Remove SSL_get_peer_signature_nid and don't compute digests for peer_key.
by David Benjamin
· 10 years ago
c20febe
Add EVP_PKEY_supports_digest.
by David Benjamin
· 10 years ago
ca6c826
Add DTLS-SRTP tests.
by David Benjamin
· 10 years ago
ce5be4b
Add zero copy read and write api for bio pairs.
by Håvard Molland
· 10 years ago
5e4f6e9
Remove some remnants of SSLv2.
by David Benjamin
· 10 years ago
3087f6e
Fix garbage free on malloc failure in ec_wNAF_mul.
by David Benjamin
· 10 years ago
4cd8c43
Remove support for processing fragmented alerts
by Alex Chernyakhovsky
· 10 years ago
bdf5e72
Don't resume sessions if the negotiated version doesn't match.
by David Benjamin
· 10 years ago
2f3ba91
Fix ec_test build on Windows.
by David Benjamin
· 10 years ago
e18d821
runner: Refuse to resume sessions on mismatching versions.
by David Benjamin
· 10 years ago
d0297db
Remove TODO about DTLS cookie lengths.
by David Benjamin
· 10 years ago
ca6554b
Add tests for client-initiated renegotiation.
by David Benjamin
· 10 years ago
9114fae
Add a test for RSA ServerKeyExchange.
by David Benjamin
· 10 years ago
688d8df
Remove psk_identity_hint from SSL_SESSION.
by David Benjamin
· 10 years ago
Next »