aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/parsing.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-0/+1
|
* Fix cert validation bugs found by x509test.Jack Lloyd2015-10-231-0/+2
| | | | Add test suite with certs from x509test
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+2
| | | | | | | | | | | | | | | 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 support for configuring a TLS::Policy by text filelloyd2015-01-231-10/+1
|
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Remove dependency on boost string algoslloyd2014-02-131-0/+8
|
* Move lib into srclloyd2014-01-101-0/+133