Sign in
boringssl
/
boringssl.git
/
cf052cf7328478d46c78dc67dd4f5ac44db02c20
/
ssl
eb7d2ed
Add visibility rules.
by Adam Langley
· 11 years ago
44dbcc0
Remove SSL_get_client_certificate_types.
by David Benjamin
· 11 years ago
7bbeead
A bunch of dead assignments.
by David Benjamin
· 11 years ago
072c953
Convert some malloc + memcpys into BUF_memdup.
by David Benjamin
· 11 years ago
9a37359
Don't malloc(0) on empty extensions list.
by David Benjamin
· 11 years ago
61b66ff
Fix error-handling bugs.
by David Benjamin
· 11 years ago
59b3a72
Fix some DTLS alerts.
by David Benjamin
· 11 years ago
482b4f1
Fix DTLS certificate requesting code.
by Adam Langley
· 11 years ago
887b1c3
Don't limit message sizes in ssl3_get_cert_verify.
by Adam Langley
· 11 years ago
e3142a7
Make disabling last cipher work.
by Adam Langley
· 11 years ago
3e14885
Fix memory leak.
by Adam Langley
· 11 years ago
46cfb0e
Remove redundant check.
by Adam Langley
· 11 years ago
7e3305e
Fix False Start without session tickets.
by David Benjamin
· 11 years ago
1083005
Hook ssl_stat.c into build.
by Piotr Sikora
· 11 years ago
0eb5a2d
Fix tls1_get_curvelist default curves list size.
by David Benjamin
· 11 years ago
0aa0767
Improve constant-time padding check in RSA key exchange.
by David Benjamin
· 11 years ago
86271ee
Change CCS_OK to EXPECT_CCS.
by David Benjamin
· 11 years ago
cb5abad
Consolidate CCS_OK paths in s3_clnt.c.
by David Benjamin
· 11 years ago
84ec49e
Consolidate CCS_OK codepaths in s3_srvr.c.
by David Benjamin
· 11 years ago
77a942b
Don't use the RSA key exchange with a signing-only key.
by David Benjamin
· 11 years ago
cd99694
Pass parameters to tls1_process_sigalgs as a CBS.
by David Benjamin
· 11 years ago
060d9d2
Remove support code for export cipher suites.
by David Benjamin
· 11 years ago
5ffeb7c
Remove two more quirks.
by David Benjamin
· 11 years ago
b9cc33a
Remove SSL_OP_EPHEMERAL_RSA quirk.
by David Benjamin
· 11 years ago
ff175b4
unifdef OPENSSL_NO_PSK.
by David Benjamin
· 11 years ago
019c3cc
Remove last remnants of GOST support.
by David Benjamin
· 11 years ago
0e498f1
Remove some remnants of SSLv2 support.
by David Benjamin
· 11 years ago
39482a1
Remove get_cipher_by_char and put_cipher_by_char.
by David Benjamin
· 11 years ago
0eb1790
Remove support for sending V2ClientHello.
by David Benjamin
· 11 years ago
d23f412
Improve test coverage around NewSessionTicket message.
by David Benjamin
· 11 years ago
072334d
Consistently use uint16_t for curve IDs.
by David Benjamin
· 11 years ago
f3ec83d
Add EarlyChangeCipherSpec tests.
by David Benjamin
· 11 years ago
1d5c83e
Add test coverage for session resumption with tickets.
by David Benjamin
· 11 years ago
6444287
Do not allow a Finished message when NewSessionTicket is expected.
by David Benjamin
· 11 years ago
407886f
Remove ssl3_check_finished.
by David Benjamin
· 11 years ago
9eaeef8
Set s->hit when using tls_session_secret_cb.
by David Benjamin
· 11 years ago
6553b37
Don't accidentally read Finished in ssl3_get_cert_verify.
by David Benjamin
· 11 years ago
b61b4de
Fix runner.go session ticket support.
by David Benjamin
· 11 years ago
42be645
Add SkipChangeCipherSpec-Server-NPN test.
by David Benjamin
· 11 years ago
de620d9
runner: Require the CertificateVerify signature and hash to match.
by David Benjamin
· 11 years ago
a0e5223
Add SkipChangeCipherSpec tests.
by David Benjamin
· 11 years ago
ecc0ce7
Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.
by David Benjamin
· 11 years ago
37a623c
Have BIO_get_mem_data return a size_t and uint8_t*
by Adam Langley
· 11 years ago
6defe17
Fix typo in DTLS-SRTP extension parsing.
by Adam Langley
· 11 years ago
045cc55
Don't delay CKX and Finished for False Start.
by Adam Langley
· 11 years ago
2e52121
Fix magic SSL reason codes.
by David Benjamin
· 11 years ago
8f3234b
Fix another flipped condition.
by David Benjamin
· 11 years ago
407a10c
Fix parsing of CertificateRequests.
by David Benjamin
· 11 years ago
22f9bcc
Port ssl3_get_client_hello to CBS.
by David Benjamin
· 11 years ago
14c83e7
Refactor PSK logic in ssl3_get_client_key_exchange.
by David Benjamin
· 11 years ago
820c74a
Tidy up some PSK cipher checks.
by David Benjamin
· 11 years ago
35c0230
Port ssl3_get_client_key_exchange to CBS.
by David Benjamin
· 11 years ago
8f8040d
Rename ssl3_get_key_exchange to ssl3_get_server_key_exchange.
by David Benjamin
· 11 years ago
05da6e1
Port tls12_check_peer_sigalg to CBS.
by David Benjamin
· 11 years ago
a03d95d
Port ssl3_get_server_hello to CBS.
by David Benjamin
· 11 years ago
4606268
Port ssl3_get_cert_status to CBS.
by David Benjamin
· 11 years ago
e044c3d
Port ssl3_get_new_session_ticket to CBS.
by David Benjamin
· 11 years ago
ed43958
Port ssl3_get_key_exchange to CBS.
by David Benjamin
· 11 years ago
1f5f62b
Add a server NPN test.
by David Benjamin
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
6897dbe
Port ssl3_get_cert_verify to CBS.
by David Benjamin
· 11 years ago
67666e7
Add tests for the server accepting client certificates.
by David Benjamin
· 11 years ago
51b1f74
Make init_msg a uint8_t*.
by David Benjamin
· 11 years ago
9c651c9
Be strict about requiring ServerKeyExchange.
by David Benjamin
· 11 years ago
ced551f
Port ssl3_get_next_proto to CBS.
by David Benjamin
· 11 years ago
d5b1f84
Port ssl3_get_client_certificate to CBS.
by David Benjamin
· 11 years ago
9a6232f
Port ssl3_get_channel_id to CBS.
by David Benjamin
· 11 years ago
e8f3d66
Be strict about expecting a server Certificate message.
by David Benjamin
· 11 years ago
1c375dd
Add UnauthenticatedECDH bug test.
by David Benjamin
· 11 years ago
d26aea6
Remove remnants of KRB5 support.
by David Benjamin
· 11 years ago
0c49ec9
Fix potential memory leak.
by David Benjamin
· 11 years ago
5235f74
Fix algorithm_auth and SSL_k* mismatch.
by David Benjamin
· 11 years ago
7bf334a
Perform bounds checks in hmac_signctx.
by David Benjamin
· 11 years ago
0e2908a
Unify signing codepath of ssl3_send_client_verify.
by David Benjamin
· 11 years ago
636293b
Add client auth tests.
by David Benjamin
· 11 years ago
7b03051
Add a test for certificate types parsing.
by David Benjamin
· 11 years ago
676d1e7
Separate client and server certificate_types.
by David Benjamin
· 11 years ago
8f2c20e
Port early callback support to CBS.
by David Benjamin
· 11 years ago
35a7a44
Check duplicate extensions before processing.
by David Benjamin
· 11 years ago
398ba89
Remove SSL_copy_session_id.
by David Benjamin
· 11 years ago
9d28c75
Fix some OPENSSL_PUT_ERROR calls.
by David Benjamin
· 11 years ago
b9621b9
Remove is_probably_safari logic.
by David Benjamin
· 11 years ago
5468b23
Remove rest of DANE code.
by David Benjamin
· 11 years ago
64f4c91
Remove OPENSSL_FIPS blocks.
by David Benjamin
· 11 years ago
6dbd73d
Remove OPENSSL_NO_TLSEXT compilation option.
by David Benjamin
· 11 years ago
31955f9
Port Certificate Request parsing to crypto/bytestring
by Alex Chernyakhovsky
· 11 years ago
9c890d4
Remove SSL_OP_NETSCAPE_CA_DN_BUG
by Alex Chernyakhovsky
· 11 years ago
3c5034e
Remove OPENSSL_NO_RSA
by Alex Chernyakhovsky
· 11 years ago
c6318e3
Port Server Certificate parsing to crypto/bytestring
by Alex Chernyakhovsky
· 11 years ago
dc72ff7
Port ClientHello extensions parsing to crypto/bytestring.
by David Benjamin
· 11 years ago
2897ed3
Remove CHARSET_EBCDIC
by Alex Chernyakhovsky
· 11 years ago
8af6639
Fix leak in ssl_parse_clienthello_use_srtp_ext.
by David Benjamin
· 11 years ago
197b3ab
Add a test that server_name extensions are parsed correctly.
by David Benjamin
· 11 years ago
025b3d3
Add some basic server tests to runner.go.
by David Benjamin
· 11 years ago
4c852c5
Add missing break statement in ssl3_get_client_hello.
by David Benjamin
· 11 years ago
325b5c3
Fix FallbackSCSV test.
by David Benjamin
· 11 years ago
2b0aeeca
Remove authz extension (RFC5878)
by David Benjamin
· 11 years ago
0442ac5
Update comment for TLSEXT_TYPE_renegotiate.
by David Benjamin
· 11 years ago
2e5d686
Make ssl_parse_serverhello_use_srtp_ext return 0 on failure.
by David Benjamin
· 11 years ago
fd76191
Remove opaque_prf_input extension.
by David Benjamin
· 11 years ago
Next »