aboutsummaryrefslogtreecommitdiffstats
path: root/src/pkcs8.cpp
Commit message (Collapse)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan.stable' (head ↵lloyd2007-02-281-12/+8
|\ | | | | | | | | | | fd0242cd1f44b6d9d0e526c778860fcded174d62) to branch 'net.randombit.botan' (head 8a5aa356cb3aab0af22b09f51bfa5540fe890bdf)
| * Minor cleanup of the PKCS8_extract function.lloyd2007-01-281-14/+8
| |
* | Clean up the definition of PKCS8_extract, though really this whole filelloyd2007-02-151-5/+4
|/ | | | needs to be rewritten.
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Rename instances of X509_PublicKey and PKCS8_PrivateKeylloyd2006-09-061-10/+10
|
* Implement codec objects for private keys as well.lloyd2006-09-061-11/+12
|
* Remove trailing whitespacelloyd2006-08-191-1/+1
|
* Access the global configuration through an object reference insteadlloyd2006-07-011-3/+5
| | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state.
* More config.h include fixeslloyd2006-07-011-1/+1
|
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-15/+18
| | | | | 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/+294