aboutsummaryrefslogtreecommitdiffstats
path: root/include/asn1_obj.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Move the declaration of AlgorithmIdentifier into its own header file.lloyd2006-09-061-22/+1
|
* Add two more constructors to AlgorithmIdentifier, which take alloyd2006-07-221-0/+5
| | | | | | 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
* Drop the old Extension type, which is now no longer used.lloyd2006-06-231-18/+0
|
* Add some setter methods to X509_Timelloyd2006-06-111-0/+3
|
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-41/+25
| | | | | 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/+209