aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add new OIDs for Rabin-Williams and Nyberg-Rueppel keys and signatures.lloyd2007-03-101-0/+23
| | | | | These were allocated out of my IANA assigned arc, which is documented at http://www.randombit.net/text/oids.html
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Use set_option in policy.cpplloyd2006-12-141-40/+40
|
* Simplify the initial RNG seeding operationlloyd2006-09-211-1/+0
|
* Fix definition of OID 2.5.4.8; was accidentally changed by search-replacelloyd2006-07-311-1/+1
| | | | during cleanups of the initialization code.
* Remove a declaration for add_alias, which was removed at some pointlloyd2006-07-161-37/+37
| | | | | | | | | without the decl also being removed. Add an add_alias function to the Config class, just a simple wrapper around Config::set Change policy.cpp to use add_alias instead of set when setting an alias
* Fix config handling (stupid mismatch was causing the getter for thelloyd2006-07-011-6/+5
| | | | | | config options to always fail). Move the default config stuff from libstate to the config object.
* Access the global configuration through an object reference insteadlloyd2006-07-011-206/+207
| | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state.
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-1/+0
| | | | | that uses them. These changes are not backwards compatible, this commit updates all uses of the APIs within the library.
* Initial checkin1.5.6lloyd2006-05-181-0/+374