aboutsummaryrefslogtreecommitdiff
path: root/tool/tool.cc
AgeCommit message (Expand)AuthorFilesLines
2021-07-20Add 'generate-ech' command to bssl toolDan McArdle1-0/+1
2020-04-15Add SHA-512-256.Adam Langley1-0/+1
2017-04-07First part of the FIPS module.Adam Langley1-0/+6
2017-04-05Add a basic signing tool.David Benjamin1-1/+7
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley1-10/+1
2016-07-11Move C++ helpers into |bssl| namespace.Adam Langley1-1/+10
2016-03-20Move function declarations to internal header.Piotr Sikora1-14/+1
2016-03-20Make local functions static.Piotr Sikora1-1/+1
2015-12-18Add a tool to generate Ed25519 keys.David Benjamin1-7/+7
2015-11-03Add ciphers option to bssl.Adam Langley1-0/+2
2015-10-26Deprecate SSL_library_init.David Benjamin1-1/+2
2015-06-05Multi-prime RSA support.Adam Langley1-8/+10
2015-04-14tool: add rand.Adam Langley1-0/+2
2015-01-28Enable bssl client/s_client and server/s_server on Windows.Brian Smith1-4/+0
2015-01-28Enable bssl (md5sum, sha256sum, etc.) on Windows.Brian Smith1-3/+25
2015-01-26Add digest sum handling to the tool.Adam Langley1-19/+73
2014-12-11Add the ability to run a server from the command line tool.Dave Tapuska1-1/+4
2014-10-31Get bssl tool building on Windows.David Benjamin1-0/+4
2014-09-20Provide compatibility functions for PKCS#12 parsing.Adam Langley1-2/+2
2014-08-25Add PKCS#12 parser.Adam Langley1-2/+5
2014-06-20Add client functionality to helper tool.Adam Langley1-2/+6
2014-06-20Split the speed tests into their own file.Adam Langley1-221/+2
2014-06-20Add AEAD speed tests to the tool binary.Adam Langley1-0/+64
2014-06-20Inital import.Adam Langley1-0/+201