aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1_alg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the declaration of AlgorithmIdentifier into its own header file.lloyd2006-09-061-101/+0
|
* Add two more constructors to AlgorithmIdentifier, which take alloyd2006-07-221-4/+36
| | | | | | Encoding_Option enum that can specify various options. Right now the only one supported/available is USE_NULL_PARAM, to set the parameters to a DER-encoded NULL object
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-19/+17
| | | | | 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/+71