Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These functions are internal use only, and don't need to be exported with | lloyd | 2010-06-30 | 1 | -5/+5 |
| | | | | BOTAN_DLL | ||||
* | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 1 | -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 to | lloyd | 2009-07-15 | 1 | -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 |