aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement a strength estimator for McEliece keys based on HyMES versionlloyd2014-12-091-3/+2
* Figure out which decompressor to use based on the input file extension.lloyd2014-12-091-5/+25
* Cleanup for pbe name parsing in PKCS #8 encoderlloyd2014-12-081-2/+3
* Add a basic speed test for McEliecelloyd2014-12-081-0/+71
* Add an easy way to directly use the system PRNG.lloyd2014-12-021-0/+8
* Add gzip compression transform and compress command line prog.lloyd2014-11-192-3/+82
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-1/+2
* Add missing filelloyd2014-11-121-0/+50
* Command line prog cleanuplloyd2014-11-1231-522/+478
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+1
* Avoid crashing if user types before handshake completeslloyd2014-11-031-8/+9
* Various small fixes and cleanups, new is_prime utillloyd2014-11-035-9/+58
* Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00)lloyd2014-10-311-5/+2
* Remove stub for testing applloyd2014-04-272-2/+0
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-253-6/+8
* Add rng command which can dump RNG outputs or raw entropy sampleslloyd2014-03-223-0/+53
* Add --destdir option to configure.pylloyd2014-02-131-1/+1
* Add config and version subcommandslloyd2014-02-131-35/+78
* Fix warningslloyd2014-02-132-4/+5
* Cleanupslloyd2014-02-133-23/+43
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-1/+0
* More fixes for minified buildslloyd2014-02-091-0/+5
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-0810-5/+31
* Inline time_op and avoid nonce recalc with every AEAD calllloyd2014-02-021-8/+23
* Warning fixes, and hook default algo list into speed commandlloyd2014-01-244-16/+12
* Remove double initlloyd2014-01-211-1/+0
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-181-1/+1
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-182-5/+6
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-107-60/+84
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-1030-0/+4087