Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 1 | -0/+1 | |
* | Make PBE base, IF_algo only load if needed by dependencies | lloyd | 2008-10-01 | 1 | -2/+1 | |
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 13 | -23/+44 | |
* | Move get_pbe from libstate to new pbe_base module (in pbe/) | lloyd | 2008-10-01 | 1 | -2/+3 | |
* | Move look_pk from libstate to pubkey/pubkey as more appropriate | lloyd | 2008-10-01 | 3 | -0/+115 | |
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 3 | -9/+9 | |
* | Move last pieces of algorithm-specific code from general 'pubkey' module | lloyd | 2008-10-01 | 22 | -218/+264 | |
* | Split Diffie-Hellman off almost completely, such that nearly none of | lloyd | 2008-10-01 | 12 | -35/+50 | |
* | Include pubkey.h instead of look_pk.h in keypair.h | lloyd | 2008-10-01 | 1 | -1/+1 | |
* | Rename pk dir to pubkey, avoids tab-completion collision with pk_pad | lloyd | 2008-10-01 | 70 | -0/+6949 |