Sign in
boringssl
/
boringssl.git
/
843ab66e17abd347546480df77b5140c5b7f50bd
/
ssl
f868409
Fix SSL_get0_chain_certs.
by Adam Langley
· 10 years ago
6879373
Revert "Temporarily break a handful of tests."
by David Benjamin
· 10 years ago
a921d55
Temporarily break a handful of tests.
by David Benjamin
· 10 years ago
2755a3e
Remove unnecessary NULL checks, part 5.
by David Benjamin
· 10 years ago
5d1ec73
Require that FOO_free functions do nothing on NULL.
by David Benjamin
· 10 years ago
4fcc2e2
Make a few variable names saner.
by David Benjamin
· 10 years ago
ed8fbad
Remove SSL cert_flags.
by David Benjamin
· 10 years ago
67be048
Convert ec_test to C++
by David Benjamin
· 10 years ago
90da8c8
Test that the server picks a non-ECC cipher when no curves are supported.
by David Benjamin
· 10 years ago
dd97878
Always enable ecdh_auto.
by David Benjamin
· 10 years ago
55a4364
Handle empty curve preferences from the client.
by David Benjamin
· 10 years ago
1c722b7
Add DTLS to SSL_get_version
by David Benjamin
· 10 years ago
dcd979f
CertificateStatus is optional.
by David Benjamin
· 10 years ago
83f182c
Revert "Temporary introduce a memory leak in ssl_test"
by David Benjamin
· 10 years ago
88d0f91
Temporary introduce a memory leak in ssl_test
by David Benjamin
· 10 years ago
c574f41
Test that client curve preferences are enforced.
by David Benjamin
· 10 years ago
93de5e5
Reject empty cipher suite lists early.
by David Benjamin
· 10 years ago
3fa2777
Fix some unsigned long cipher masks.
by David Benjamin
· 10 years ago
caf6b09
runner: fix a couple of nits from govet.
by Adam Langley
· 10 years ago
7eaf401
(d2i_SSL_SESSION): Fix a memory leak that occurs on error.
by Matt Braithwaite
· 10 years ago
9f33fc6
Remove hash table lookups from ex_data.
by David Benjamin
· 10 years ago
546f1a5
Unexpose the generic ex_data functions.
by David Benjamin
· 10 years ago
25f0846
Revert "Temporarily break a test on purpose."
by David Benjamin
· 10 years ago
cbbe020
Temporarily break a test on purpose.
by David Benjamin
· 10 years ago
b16346b
Add SSL_set_reject_peer_renegotiations.
by David Benjamin
· 10 years ago
2bf1a79
Prune some unused constants from ssl/internal.h.
by David Benjamin
· 10 years ago
71f0794
Document everything in ssl_ciph.c, now ssl_cipher.c.
by David Benjamin
· 10 years ago
5c366d6
Remove dead code.
by David Benjamin
· 10 years ago
6b38086
Remove SSL_CIPHER::valid.
by David Benjamin
· 10 years ago
0344daf
Tidy cipher rule processing.
by David Benjamin
· 10 years ago
054e682
Eliminate unnecessary includes from low-level crypto modules.
by Brian Smith
· 10 years ago
83a8298
Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
by Brian Smith
· 10 years ago
107db58
Switch cipher masks to uint32_t.
by David Benjamin
· 10 years ago
f0ae170
Include-what-you-use ssl/internal.h.
by David Benjamin
· 10 years ago
2ee94aa
Rename ssl_locl.h to internal.h
by David Benjamin
· 10 years ago
32fbdf2
Remove anonymous cipher suites.
by David Benjamin
· 10 years ago
e9a80ff
Add tests for CHACHA20_POLY1305 ciphers.
by David Benjamin
· 10 years ago
ef4962f
Shush warning in alignment code.
by David Benjamin
· 10 years ago
ff9c74f
Fix bssl_shim build in MSVC.
by David Benjamin
· 10 years ago
ece3de9
Enforce that sessions are resumed at the version they're created.
by David Benjamin
· 10 years ago
883e49f
Remove dead code in do_dtls1_write and document another bug.
by David Benjamin
· 10 years ago
4417d05
Remove buffered_app_data as well.
by David Benjamin
· 10 years ago
0afbcc0
Remove buffering out records from the next epoch.
by David Benjamin
· 10 years ago
bc746e3
Don't switch s->version on record-layer version mismatch.
by David Benjamin
· 10 years ago
4a3f073
Tidy record length check.
by David Benjamin
· 10 years ago
d81e73d
Factor out sequence number updates.
by David Benjamin
· 10 years ago
2ab7a86
runner and all_tests should exit with failure on failing tests.
by David Benjamin
· 10 years ago
f8ba285
Remove redundant SSL_READING lines after ssl_read_bytes.
by David Benjamin
· 10 years ago
cfd248b
Clean up SSL_export_keying_material implementation.
by David Benjamin
· 10 years ago
c565ebb
Add tests for SSL_export_keying_material.
by David Benjamin
· 10 years ago
9faafda
Clean up do_ssl3_write fragment handling.
by David Benjamin
· 10 years ago
a58c578
Simplify the pointer management around do_ssl3_write.
by David Benjamin
· 10 years ago
7ead605
Add the is_unexpected key to the test output.
by David Benjamin
· 10 years ago
6c2563e
Refactor async logic in bssl_shim slightly.
by David Benjamin
· 10 years ago
1c63315
Add negative False Start tests.
by David Benjamin
· 10 years ago
87e4acd
Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start.
by David Benjamin
· 10 years ago
513f0ea
Test that bad Finished messages are rejected.
by David Benjamin
· 10 years ago
c0f763b
Simplify server-side ECDH curve selection.
by David Benjamin
· 10 years ago
e631d96
Don't False Start with DHE.
by Adam Langley
· 10 years ago
be55790
Disable the malloc test interceptor on ASan.
by David Benjamin
· 10 years ago
e12c437
Fix leak in ssl_test.
by David Benjamin
· 10 years ago
1d77e56
Convert ssl_test to C++.
by David Benjamin
· 10 years ago
45fb1be
Remove std::unique_ptr dependency on bssl_shim's scoped types.
by David Benjamin
· 10 years ago
3e71931
Lowercase some Windows headers.
by Adam Langley
· 10 years ago
340d5ed
Test that warning alerts are ignored.
by David Benjamin
· 10 years ago
0d4db50
Use C++11 inline initialization.
by David Benjamin
· 10 years ago
e5a3ac2
Fix fail_second_ddos_callback flag.
by David Benjamin
· 10 years ago
b6d0c6d
Remove the stats block in SSL_CTX.
by David Benjamin
· 10 years ago
90fa69a
Remove unnecessary -ldl and clean up includes for malloc tests.
by David Benjamin
· 10 years ago
ab2479a
Clean up error reporting.
by Håvard Molland
· 10 years ago
72dc783
Test that signature_algorithm preferences are enforced.
by David Benjamin
· 10 years ago
67d1fb5
Test that client cipher preferences are enforced.
by David Benjamin
· 10 years ago
7061e28
Rename EECDH and EDH to ECDHE and DHE.
by David Benjamin
· 10 years ago
3c9746a
Regression test for CVE-2015-0291.
by David Benjamin
· 10 years ago
b85a4c2
Remove unnecessary NULL initializations in ssl_cert_dup.
by David Benjamin
· 10 years ago
cdea40c
Add tests for full handshakes under renegotiation.
by David Benjamin
· 10 years ago
61c0d4e
Always reset sigalgslen when NULLing sigalgs.
by David Benjamin
· 10 years ago
8b36841
Minor formatting fixes.
by David Benjamin
· 10 years ago
9e13e1a
Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD.
by David Benjamin
· 10 years ago
cfdd6b1
Account for partial reads in PacketedBio.
by David Benjamin
· 10 years ago
a5a3eeb
Remove ssl_cert_inst()
by David Benjamin
· 10 years ago
2ddba8c
Check for RAND_bytes failures in the ClientHello.
by David Benjamin
· 10 years ago
5edc4e2
Correct three incorrect function names in errors.
by Adam Langley
· 10 years ago
3f92d21
Add SSL_get_rc4_state.
by Adam Langley
· 10 years ago
524e717
Add a callback for DDoS protection.
by Adam Langley
· 10 years ago
dc3da93
Process alerts between ChangeCipherSpec and Finished.
by David Benjamin
· 10 years ago
4f7783e
Use EC_KEY_new_by_curve_name.
by David Benjamin
· 10 years ago
1a5c50f
Error codes are uint32_t, not unsigned long.
by David Benjamin
· 10 years ago
b18f024
Minor formatting tweaks.
by David Benjamin
· 10 years ago
bcd3745
Fix some missing return value checks in ssl3_send_new_session_ticket.
by David Benjamin
· 10 years ago
bf0df92
Fix Windows build.
by David Benjamin
· 10 years ago
c4482d6
Switch an assert back to a check.
by Adam Langley
· 10 years ago
f298019
Remove ssl_version hook.
by David Benjamin
· 10 years ago
2fa83de
Move handshake method hooks to SSL_PROTOCOL_METHOD.
by David Benjamin
· 10 years ago
4c31123
Remove finish_mac_length from SSL3_ENC_METHOD.
by David Benjamin
· 10 years ago
f7f0f3a
Remove ccs_header_st.
by David Benjamin
· 10 years ago
ee562b9
Get rid of the RSMBLY macros.
by David Benjamin
· 10 years ago
7538122
Rework DTLS handshake message reassembly logic.
by David Benjamin
· 10 years ago
a4e6d48
runner: Move Finished special-case into dtlsWriteRecord.
by David Benjamin
· 10 years ago
7eaab4c
Only retransmit on Finished if frag_off == 0.
by David Benjamin
· 10 years ago
Next »