| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded includes and clean up socket feature test | Jack Lloyd | 2015-08-29 | 4 | -12/+8 |
* | PK speed reporting improvements. | Jack Lloyd | 2015-08-28 | 1 | -4/+9 |
* | Merge pull request #163 from cordney/add-pkcs8-cmd | Jack Lloyd | 2015-08-28 | 1 | -0/+77 |
|\ |
|
| * | Don't register PKCS8 cmdline app when build without pubkey module | René Korthaus | 2015-07-17 | 1 | -0/+4 |
| * | Check minimum arguments and print help | René Korthaus | 2015-07-15 | 1 | -1/+7 |
| * | Return !=0 on error | René Korthaus | 2015-07-15 | 1 | -0/+1 |
| * | Add PKCS#8 private/public key processing tool | René Korthaus | 2015-07-01 | 1 | -0/+66 |
* | | Refactor ./botan speed | Simon Warta | 2015-08-21 | 8 | -92/+226 |
* | | Merge pull request #235 from tiwoc/overrides | Simon Warta | 2015-08-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Add override and fix signature of Fuzzer_Creds::psk_identity() | Daniel Seither | 2015-08-03 | 1 | -1/+1 |
* | | | Remove unused pkcs8 includes | Simon Warta | 2015-08-03 | 5 | -0/+5 |
|/ / |
|
* | | cmd: Add missing overrides | Daniel Seither | 2015-07-30 | 2 | -6/+6 |
* | | Fix fuzzer.cpp to compile even if x509 or tls is disabled | Jack Lloyd | 2015-07-11 | 1 | -12/+31 |
* | | Add an application to the command line providing a fuzzer entry point. | Jack Lloyd | 2015-07-11 | 1 | -0/+122 |
* | | Avoid building tls_server on MinGW. GH #39 | Jack Lloyd | 2015-07-05 | 1 | -3/+3 |
* | | Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compile | Simon Warta | 2015-07-03 | 1 | -3/+3 |
* | | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 18 | -31/+80 |
|/ |
|
* | Get rid of unused parmeter warning in credentials.h | Simon Warta | 2015-06-26 | 1 | -1/+3 |
* | Merge pull request #112 from cordney/increase-keygen-default-bits | Simon Warta | 2015-06-25 | 1 | -1/+1 |
|\ |
|
| * | Increase default keysize to 2048 bit in keygen tool | René Korthaus | 2015-06-17 | 1 | -1/+1 |
* | | Get rid of 3 unused warnings for argc | Simon Warta | 2015-06-23 | 3 | -0/+8 |
* | | Merge pull request #130 from webmaster128/fstream | Simon Warta | 2015-06-23 | 3 | -6/+6 |
|\ \ |
|
| * | | ifstream/ostream take std::string | Simon Warta | 2015-06-23 | 3 | -6/+6 |
| |/ |
|
* / | Replace \n by std::endl in /src/cmd | Simon Warta | 2015-06-23 | 20 | -102/+102 |
|/ |
|
* | Fix various bugs found by Coverity scanner. | lloyd | 2015-05-15 | 3 | -2/+11 |
* | Disable tls_client on MinGW, missing netdb.h GH#82 | joerg | 2015-04-27 | 1 | -1/+1 |
* | Move the signature padding schemes to the PK operation classes, | lloyd | 2015-03-23 | 1 | -6/+3 |
* | Add ALPN (RFC 7301) and remove NPN | lloyd | 2015-03-20 | 2 | -17/+20 |
* | Comile fixes for VC 2013. Based on github pull 56 | neusdan | 2015-03-10 | 1 | -3/+2 |
* | Cleanups | lloyd | 2015-03-08 | 1 | -0/+4 |
* | Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr. | lloyd | 2015-03-08 | 4 | -4/+4 |
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 2 | -2/+2 |
* | Mark modules pulling in external deps (zlib, boost, etc) as such, and | lloyd | 2015-02-06 | 1 | -1/+1 |
* | Fix build problem with recent LZMA library. | lloyd | 2015-02-05 | 1 | -4/+4 |
* | Enable OpenSSL for providing ciphers and hashes again. | lloyd | 2015-02-05 | 1 | -10/+13 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 4 | -18/+8 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 2 | -5/+17 |
* | Add typedefs for function signatures/types used in TLS for easier reading | lloyd | 2015-01-27 | 1 | -12/+16 |
* | Fix Clang compile | lloyd | 2015-01-23 | 1 | -1/+1 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 2 | -2/+0 |
* | Fix | lloyd | 2015-01-11 | 1 | -2/+1 |
* | Better to have a RNG state per connection and avoid lock contention | lloyd | 2015-01-11 | 1 | -18/+5 |
* | Proxy tweaks | lloyd | 2015-01-11 | 1 | -3/+16 |
* | Have TLS server take certificate and key from command line | lloyd | 2015-01-11 | 4 | -395/+119 |
* | Convert the asio server from a weird example server to a generic proxy server. | lloyd | 2015-01-10 | 2 | -326/+592 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 31 | -10/+131 |
* | Make the help output slightly more helpful | lloyd | 2015-01-04 | 1 | -1/+1 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 2 | -0/+65 |
* | Remove obsolete example | lloyd | 2014-12-22 | 1 | -103/+0 |
* | Don't crash if /usr/share/ca-certificates doesn't exist | lloyd | 2014-12-10 | 1 | -1/+5 |