Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new OIDs for Rabin-Williams and Nyberg-Rueppel keys and signatures. | lloyd | 2007-03-10 | 1 | -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 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Use set_option in policy.cpp | lloyd | 2006-12-14 | 1 | -40/+40 |
| | |||||
* | Simplify the initial RNG seeding operation | lloyd | 2006-09-21 | 1 | -1/+0 |
| | |||||
* | Fix definition of OID 2.5.4.8; was accidentally changed by search-replace | lloyd | 2006-07-31 | 1 | -1/+1 |
| | | | | during cleanups of the initialization code. | ||||
* | Remove a declaration for add_alias, which was removed at some point | lloyd | 2006-07-16 | 1 | -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 the | lloyd | 2006-07-01 | 1 | -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 instead | lloyd | 2006-07-01 | 1 | -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 code | lloyd | 2006-05-19 | 1 | -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.6 | lloyd | 2006-05-18 | 1 | -0/+374 |