aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/cvc
Commit message (Collapse)AuthorAgeFilesLines
* Typos are easy to miss in code that is not compiled by default.Jack Lloyd2016-03-061-1/+1
|
* Fix ordering of Charset::transcode argumentsJack Lloyd2016-03-061-1/+1
| | | | GH #438
* Mass-prefix member vars with m_René Korthaus2016-01-0811-81/+92
|
* Update and consolidate the test framework.Jack Lloyd2015-11-111-1/+1
| | | | | | | | | | | The tests previously had used 4 to 6 different schemes internally (the vec file reader framework, Catch, the old InSiTo Boost.Test tests, the PK/BigInt tests which escaped the rewrite in 1.11.7, plus a number of one-offs). Converge on a design that works everywhere, and update all the things. Fix also a few bugs found by the test changes: SHA-512-256 name incorrect, OpenSSL RC4 name incorrect, signature of FFI function botan_pubkey_destroy was wrong.
* Remove unused pkcs8 includesSimon Warta2015-08-031-1/+0
| | | | Only botan-cli, botan-tests and the FFI module depend on PKCS8
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-1/+0
| | | | Fixes #146.
* lib/cert: Convert &vec[0] to vec.data()Simon Warta2015-06-271-5/+9
|
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+0
| | | | | | | | | | | | | | | 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).
* Ensure all files have copyright and license info.lloyd2015-01-1017-23/+23
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Add missing std includeslloyd2014-02-161-0/+1
|
* Guess I won't be needing theselloyd2014-01-182-2/+0
|
* Move lib into srclloyd2014-01-1018-0/+2339