aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes and clean up socket feature testJack Lloyd2015-08-294-12/+8
* PK speed reporting improvements.Jack Lloyd2015-08-281-4/+9
* Merge pull request #163 from cordney/add-pkcs8-cmdJack Lloyd2015-08-281-0/+77
|\
| * Don't register PKCS8 cmdline app when build without pubkey moduleRené Korthaus2015-07-171-0/+4
| * Check minimum arguments and print helpRené Korthaus2015-07-151-1/+7
| * Return !=0 on errorRené Korthaus2015-07-151-0/+1
| * Add PKCS#8 private/public key processing toolRené Korthaus2015-07-011-0/+66
* | Refactor ./botan speedSimon Warta2015-08-218-92/+226
* | Merge pull request #235 from tiwoc/overridesSimon Warta2015-08-081-1/+1
|\ \
| * | Add override and fix signature of Fuzzer_Creds::psk_identity()Daniel Seither2015-08-031-1/+1
* | | Remove unused pkcs8 includesSimon Warta2015-08-035-0/+5
|/ /
* | cmd: Add missing overridesDaniel Seither2015-07-302-6/+6
* | Fix fuzzer.cpp to compile even if x509 or tls is disabledJack Lloyd2015-07-111-12/+31
* | Add an application to the command line providing a fuzzer entry point.Jack Lloyd2015-07-111-0/+122
* | Avoid building tls_server on MinGW. GH #39Jack Lloyd2015-07-051-3/+3
* | Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compileSimon Warta2015-07-031-3/+3
* | Make Botan compile when only some modules are enabledSimon Warta2015-07-0318-31/+80
|/
* Get rid of unused parmeter warning in credentials.hSimon Warta2015-06-261-1/+3
* Merge pull request #112 from cordney/increase-keygen-default-bitsSimon Warta2015-06-251-1/+1
|\
| * Increase default keysize to 2048 bit in keygen toolRené Korthaus2015-06-171-1/+1
* | Get rid of 3 unused warnings for argcSimon Warta2015-06-233-0/+8
* | Merge pull request #130 from webmaster128/fstreamSimon Warta2015-06-233-6/+6
|\ \
| * | ifstream/ostream take std::stringSimon Warta2015-06-233-6/+6
| |/
* / Replace \n by std::endl in /src/cmdSimon Warta2015-06-2320-102/+102
|/
* Fix various bugs found by Coverity scanner.lloyd2015-05-153-2/+11
* Disable tls_client on MinGW, missing netdb.h GH#82joerg2015-04-271-1/+1
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-6/+3
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-202-17/+20
* Comile fixes for VC 2013. Based on github pull 56neusdan2015-03-101-3/+2
* Cleanupslloyd2015-03-081-0/+4
* Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr.lloyd2015-03-084-4/+4
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-212-2/+2
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-1/+1
* Fix build problem with recent LZMA library.lloyd2015-02-051-4/+4
* Enable OpenSSL for providing ciphers and hashes again.lloyd2015-02-051-10/+13
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-044-18/+8
* Add a runtime map of string->func() which when called returnlloyd2015-01-282-5/+17
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-12/+16
* Fix Clang compilelloyd2015-01-231-1/+1
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-232-2/+0
* Fixlloyd2015-01-111-2/+1
* Better to have a RNG state per connection and avoid lock contentionlloyd2015-01-111-18/+5
* Proxy tweakslloyd2015-01-111-3/+16
* Have TLS server take certificate and key from command linelloyd2015-01-114-395/+119
* Convert the asio server from a weird example server to a generic proxy server.lloyd2015-01-102-326/+592
* Ensure all files have copyright and license info.lloyd2015-01-1031-10/+131
* Make the help output slightly more helpfullloyd2015-01-041-1/+1
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-272-0/+65
* Remove obsolete examplelloyd2014-12-221-103/+0
* Don't crash if /usr/share/ca-certificates doesn't existlloyd2014-12-101-1/+5