aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
Commit message (Expand)AuthorAgeFilesLines
...
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-011-0/+1
* Make PBE base, IF_algo only load if needed by dependencieslloyd2008-10-011-2/+1
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-0113-23/+44
* Move get_pbe from libstate to new pbe_base module (in pbe/)lloyd2008-10-011-2/+3
* Move look_pk from libstate to pubkey/pubkey as more appropriatelloyd2008-10-013-0/+115
* Handle building Botan with almost all public key code disabled (though onlylloyd2008-10-013-9/+9
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-0122-218/+264
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-0112-35/+50
* Include pubkey.h instead of look_pk.h in keypair.hlloyd2008-10-011-1/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-0170-0/+6949