Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac: Add missing overrides | Daniel Seither | 2015-07-30 | 6 | -47/+47 |
| | |||||
* | Remove duplicate definition of MessageAuthenticationCode::name() | Daniel Seither | 2015-07-30 | 1 | -6/+0 |
| | | | | The original definition is in the base class SymmetricAlgorithm. | ||||
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -0/+2 |
| | | | | Fixes #146. | ||||
* | s/auto/size_t/ | Simon Warta | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 1 | -1/+5 |
| | |||||
* | lib/mac: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-25 | 5 | -8/+8 |
| | |||||
* | Fix code that triggers a strange MSVC 'performance warning' | git | 2015-04-08 | 1 | -1/+1 |
| | | | | Github pull 74 from Chris Desjardins | ||||
* | Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to | lloyd | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | a source file. Without BOTAN_DLL the LibraryInitializer was removed entirely from the list of symbols which is not desired. Add some casts to avoid scary sounding but (upon review) harmless warnings from MSVC | ||||
* | In Algo_Registry if a maker func fails, try the next most preferred one | lloyd | 2015-03-05 | 1 | -1/+1 |
| | | | | | | | | instead of bailing out immediately. Rename the 'builtin' provider to 'base' since really they are all built in. Fix MARK-4 when OpenSSL was enabled - it did not respect the skip param. | ||||
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 4 | -5/+13 |
| | | | | | | Fix two memory leaks (in TLS and modes) caused by calling get_foo and then cloning the result before saving it (leaking the original object), a holdover from the conversion between construction techniques in 1.11.14 | ||||
* | Wrong function | lloyd | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Amalgamation fixes; inline the poly1305 header and :: namespace OpenSSL funcs | lloyd | 2015-02-22 | 3 | -150/+129 |
| | |||||
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 3 | -12/+0 |
| | |||||
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 3 | -8/+4 |
| | | | | | | | | | | | | | | | Convert all uses of Algorithm_Factory and the engines to using Algo_Registry The shared pool of entropy sources remains but is moved to EntropySource. With that and few remaining initializations (default OIDs and aliases) moved elsewhere, the global state is empty and init and shutdown are no-ops. Remove almost all of the headers and code for handling the global state, except LibraryInitializer which remains as a compatability stub. Update seeding for blinding so only one hacky almost-global RNG instance needs to be setup instead of across all pubkey uses (it uses either the system RNG or an AutoSeeded_RNG if the system RNG is not available). | ||||
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -0/+35 |
| | |||||
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 12 | -20/+62 |
| | |||||
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -9/+1 |
| | |||||
* | Add SipHash | lloyd | 2015-01-11 | 3 | -0/+169 |
| | |||||
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 3 | -143/+0 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 15 | -15/+15 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Fix one past the end write in Poly1305 finish | lloyd | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 4 | -0/+282 |
| | |||||
* | Replace Transformatio::nstart with start_raw so we can do a full set | lloyd | 2014-11-05 | 1 | -0/+2 |
| | | | | of overloads in the base class with the same name. | ||||
* | Add the CMAC constants for 256 and 512 bit block ciphers | lloyd | 2014-02-02 | 1 | -6/+28 |
| | | | | | Also add test vectors for Threefish-512 CMAC and EAX, both generated by the library. | ||||
* | Guess I won't be needing these | lloyd | 2014-01-18 | 5 | -5/+0 |
| | |||||
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 1 | -2/+3 |
| | |||||
* | Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash. | lloyd | 2014-01-18 | 11 | -207/+178 |
| | | | | m_ namespaced everything while I'm in there. Changed CMAC poly_double signature. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 18 | -0/+919 |