aboutsummaryrefslogtreecommitdiffstats
path: root/src/oids.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Catch exceptions in OIDS::lookup and rethrow a Lookup_Error. Attempting tolloyd2007-03-101-2/+10
| | | | | | encode a public key that did not have an OID for its key format resulted in a very confusing exception (thrown from char2digit) that was completely meaningless to anyone.
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Hack around some Visual Studio bugs that I can't seem to find good solutionslloyd2006-09-101-0/+8
| | | | for.
* Have OIDS::lookup do the right thing when given an OID that isn'tlloyd2006-08-221-2/+8
| | | | | registered in the name database, or asked to lookup an OID with a bare OID string representation.
* Access the global configuration through an object reference insteadlloyd2006-07-011-8/+8
| | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state.
* Initial checkin1.5.6lloyd2006-05-181-0/+52