Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch exceptions in OIDS::lookup and rethrow a Lookup_Error. Attempting to | lloyd | 2007-03-10 | 1 | -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 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Hack around some Visual Studio bugs that I can't seem to find good solutions | lloyd | 2006-09-10 | 1 | -0/+8 |
| | | | | for. | ||||
* | Have OIDS::lookup do the right thing when given an OID that isn't | lloyd | 2006-08-22 | 1 | -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 instead | lloyd | 2006-07-01 | 1 | -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.6 | lloyd | 2006-05-18 | 1 | -0/+52 |