Sign in
boringssl
/
boringssl
/
77a942b7fedb58ae1afee042255b4b9267abebca
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
c0d9484
ec: recognise known parameters when written in full.
by Adam Langley
· 11 years ago
ecc0ce7
Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.
by David Benjamin
· 11 years ago
e14dcc4
Remove RSA_SSLV23_PADDING.
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
b5d725d
Fix limit checks in RSA padding functions.
by David Benjamin
· 11 years ago
e77dff6
Preserve the address length in bio/connect.c.
by David Benjamin
· 11 years ago
13f2710
Document that EVP_EncodeBlock writes a trailing NUL.
by David Benjamin
· 11 years ago
6defe17
Fix typo in DTLS-SRTP extension parsing.
by Adam Langley
· 11 years ago
515ee12
Ensure x86asm.pl ends with a newline.
by David Benjamin
· 11 years ago
904a32e
Touchup a couple of blank lines from 7b35b58a.
by Adam Langley
· 11 years ago
7b35b58
Fix EVP_DecodeBlock and add tests.
by David Benjamin
· 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
8750fe5
base64: fix underflow in EVP_EncodeBlock.
by Adam Langley
· 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
0cc81ff
Add functions for setting a BIO callback and arg.
by Adam Langley
· 11 years ago
449f16b
Change ECDSA_METHOD's size() to group_order_size()
by Adam Langley
· 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
55bbdb7
Add symlink for opensslv.h
by Adam Langley
· 11 years ago
0113a4f
Support building with PNaCl.
by Adam Langley
· 11 years ago
925fee3
Add a size hook to RSA_METHOD.
by David Benjamin
· 11 years ago
e09170f
Fix OPENSSL_PUT_ERROR typos.
by David Benjamin
· 11 years ago
7bf334a
Perform bounds checks in hmac_signctx.
by David Benjamin
· 11 years ago
09020c2
Recognise __mips__ as a generic, 32-bit CPU.
by Adam Langley
· 11 years ago
9b561e6
Fix EVP_PKEY_FLAG_AUTOARGLEN behavior.
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
2f1f89d
Switch from rand_r to rand in lhash_test.
by Adam Langley
· 11 years ago
23b460d
Add #ifdefs so RSAZ is only built on x86-64.
by Adam Langley
· 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
d970488
Typo in EVP_PKEY_asn1_find_str.
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
7ac79eb
The asm files bn/asm/x86* weren't actually used.
by Adam Langley
· 11 years ago
4042667
Add ERR_get_next_error_library back.
by Adam Langley
· 11 years ago
2b0aeeca
Remove authz extension (RFC5878)
by David Benjamin
· 11 years ago
Next »