aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_algs.h
Commit message (Collapse)AuthorAgeFilesLines
* These functions are internal use only, and don't need to be exported withlloyd2010-06-301-5/+5
| | | | BOTAN_DLL
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-13/+6
| | | | | | | keys so far, private keys not changed) that takes an AlgorithmIdentifier and a MemoryRegion<byte>&. This performs the X.509 decoding. It is not possible anymore to create uninitialized PK objects.
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-0/+31
just toplevel pubkey). This was a convention I realized made sense sometime on when I was first doing the modularization changes. Move pkcs8.* and x509_key.* to pk_codecs