aboutsummaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Make -loop survive errors.David Benjamin1-2/+3
2017-04-14Allow selecting ECDH curves in bssl tool.Piotr Sikora2-0/+20
2017-04-12Unwind multiprime RSA support.David Benjamin3-123/+0
2017-04-11Allow specifying certificate and key in separate files.David Benjamin2-12/+29
2017-04-11Unwind RSA_generate_multi_prime_key.David Benjamin1-8/+3
2017-04-07First part of the FIPS module.Adam Langley1-0/+6
2017-04-06Support Ed25519 in TLS.David Benjamin2-0/+9
2017-04-05Add a basic signing tool.David Benjamin6-32/+167
2017-04-05Make the bssl client -resume flag less confusing.David Benjamin1-45/+54
2017-03-26tool: show if early data was acceptedAlessandro Ghedini1-0/+3
2017-03-25Add Data-less Zero-RTT support.Steven Valdez2-0/+14
2017-03-20tool: fix typo in -root-certs descriptionAlessandro Ghedini1-1/+1
2017-03-02Don't pass |overhead_len| when testing “open” speed.Adam Langley1-2/+2
2017-02-28Benchmark open & seal separately for AES-GCM-SIV.Adam Langley1-15/+60
2017-02-22Add new cipherlist-setting APIs that reject nonsense.Matthew Braithwaite3-3/+3
2017-02-16tool: show if server sent SCT stapleAlessandro Ghedini1-0/+5
2017-02-11Enable TLS 1.3 by default in bssl tool.Adam Langley2-20/+20
2017-02-03Add -root-certs options to bssl client.Adam Langley1-0/+15
2017-01-19Remove old ChaCha20-Poly1305 AEAD.Adam Langley1-2/+0
2017-01-19Revert "Remove old ChaCha20-Poly1305 AEAD."Adam Langley1-0/+2
2017-01-19Remove old ChaCha20-Poly1305 AEAD.Adam Langley1-2/+0
2017-01-10Guard a winsock2.h include under the usual pragmas.David Benjamin1-0/+2
2017-01-06Fix setsockopt call.David Benjamin1-2/+6
2017-01-04Adding socket reuse to bssl server.Steven Valdez1-0/+7
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin4-15/+20
2016-12-15Adding new options for bssl tool.Steven Valdez2-91/+156
2016-12-14Remove SSL_get_dhe_group_size.David Benjamin1-4/+0
2016-12-12tool: show if server sent OCSP stapleAlessandro Ghedini1-0/+7
2016-12-10Remove New Hope key agreement.Matthew Braithwaite1-31/+1
2016-12-07Add generic AES-GCM-SIV support.Adam Langley1-0/+6
2016-12-01tool: don't generate negative serial numbers.Adam Langley1-1/+1
2016-12-01Make `bssl server` generate a self-signed cert if none is provided.Martin Kreichgauer1-11/+74
2016-11-16tool: print client's SNI value, if any.Alessandro Ghedini1-0/+5
2016-11-09Correctness fixes for NaCl and other platforms.Matthew Braithwaite3-1/+3
2016-11-01Fix more clang-tidy warnings.David Benjamin2-3/+4
2016-10-24Use scopers in tool/David Benjamin5-66/+50
2016-10-10Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA.version_for_cocoapods_7.0David Benjamin1-1/+1
2016-09-23Implement draft-davidben-tls-grease-01.David Benjamin1-0/+8
2016-09-21Align SSL_set_{min,max}_version with upstream.David Benjamin2-4/+4
2016-09-21Don't return invalid versions in version_from_wire.David Benjamin2-4/+12
2016-09-16Remove RC4 from TLS for real.Matthew Braithwaite1-2/+0
2016-09-09Fix IWYU violation in speed.cc.David Benjamin1-0/+2
2016-09-09Print out the signature algorithm in bssl client.David Benjamin1-0/+35
2016-09-07Fix bssl client -session-out.David Benjamin1-1/+3
2016-09-01Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite5-36/+43
2016-08-23Include |BN_MONT_CTX| construction in RSA verification speed test.Brian Smith1-0/+18
2016-08-16Give bssl speed proper arg parsing and a -timeout flag.David Benjamin1-8/+31
2016-08-10Fix STARTTLS detection.Adam Langley1-2/+1
2016-08-02Using NewSessionCallback for bssl client.Steven Valdez1-10/+25
2016-07-17Teach bssl server about -max-version and -min-version.David Benjamin4-21/+50