| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid concatination of chars | Simon Warta | 2015-09-22 | 1 | -5/+5 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 2 | -2/+1 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 5 | -146/+94 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -3/+5 |
* | Remove alloc module; move secmem.h to base and locking_allocator to utils | Jack Lloyd | 2015-08-29 | 2 | -1/+206 |
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 1 | -7/+10 |
* | Fix typos | Simon Warta | 2015-07-24 | 2 | -2/+2 |
* | Force semicolons at the end of BOTAN_REGISTER_* macro invocations | Daniel Seither | 2015-07-15 | 1 | -2/+8 |
* | lib/base: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 5 | -16/+16 |
* | Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to | lloyd | 2015-03-11 | 2 | -5/+29 |
* | LibraryInitializer being dllexport but completely inline seems to | lloyd | 2015-03-10 | 1 | -1/+1 |
* | In Algo_Registry if a maker func fails, try the next most preferred one | lloyd | 2015-03-05 | 1 | -31/+52 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 4 | -8/+61 |
* | Add missing include | lloyd | 2015-03-02 | 1 | -0/+1 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 1 | -0/+1 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 1 | -0/+7 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -1/+0 |
* | Enable OpenSSL for providing ciphers and hashes again. | lloyd | 2015-02-05 | 1 | -13/+22 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 14 | -0/+1622 |