Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -1/+2 |
| | | | | | | It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs. | ||||
* | Reformat for shorter lines | lloyd | 2008-11-07 | 1 | -5/+15 |
| | |||||
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 2 | -8/+13 |
| | |||||
* | Move EntropySource base class to new entropy_src.h (which allows the ↵ | lloyd | 2008-10-26 | 1 | -0/+1 |
| | | | | | | implementations to decouple from knowing about RandomNumberGenerator). | ||||
* | Move pbe/pbe_base to pbe/ | lloyd | 2008-10-26 | 1 | -1/+1 |
| | |||||
* | Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think) | lloyd | 2008-10-26 | 1 | -0/+1 |
| | |||||
* | Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure ↵ | lloyd | 2008-10-13 | 2 | -36/+59 |
| | | | | virtuals) | ||||
* | Remove spurious trailing ; after blocks | lloyd | 2008-10-13 | 3 | -6/+6 |
| | |||||
* | Wrap lines | lloyd | 2008-10-13 | 1 | -5/+8 |
| | |||||
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 1 | -3/+4 |
| | |||||
* | Doxygen comments for pkcs8.h from InSiTo | lloyd | 2008-10-13 | 1 | -31/+127 |
| | |||||
* | Another batch of InSiTo Doxygen comments | lloyd | 2008-10-13 | 3 | -32/+227 |
| | |||||
* | Kill stray char | lloyd | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | And add yet more InSiTo Doxygen comments (20 .h files to go...) | lloyd | 2008-10-13 | 1 | -25/+75 |
| | |||||
* | Add comment from InSiTo's enums.h for Signature_Format | lloyd | 2008-10-13 | 1 | -0/+3 |
| | |||||
* | Wrap lines | lloyd | 2008-10-13 | 1 | -4/+9 |
| | |||||
* | InSiTo Doxygen comments for pubkey.h | lloyd | 2008-10-13 | 1 | -64/+233 |
| | |||||
* | Add Doxygen comments for missing params | lloyd | 2008-10-13 | 1 | -2/+8 |
| | |||||
* | Add Doxygen comments to if_algo.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -7/+32 |
| | |||||
* | Add Doxygen comments to RSA key constructors (from InSiTo) | lloyd | 2008-10-13 | 1 | -8/+31 |
| | |||||
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -16/+53 |
| | |||||
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 2 | -6/+28 |
| | |||||
* | Add Doxygen comments to dh.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -13/+34 |
| | |||||
* | Decruft | lloyd | 2008-10-12 | 1 | -36/+27 |
| | |||||
* | Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now. | lloyd | 2008-10-11 | 8 | -295/+152 |
| | | | | Change several ECC functions to return const references instead of const values. | ||||
* | Add more ECC domain parameter sets from InSiTo | lloyd | 2008-10-11 | 1 | -10/+295 |
| | |||||
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 8 | -20/+20 |
| | |||||
* | Add BSI variant of EMSA1, from InSiTo | lloyd | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Needed include of numthry.h | lloyd | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | Needed include of numthry.h | lloyd | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | Fix problems with disabling ECDSA | lloyd | 2008-10-08 | 2 | -56/+56 |
| | |||||
* | Reformatting | lloyd | 2008-10-08 | 4 | -27/+31 |
| | |||||
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 18 | -193/+523 |
| | | | | | Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation. | ||||
* | Fix lookup for ECDSA keys. Fix ecdsa info.txt | lloyd | 2008-10-07 | 2 | -2/+2 |
| | |||||
* | Fix that | lloyd | 2008-10-07 | 4 | -289/+289 |
| | |||||
* | Split ECDSA and ECKAEG implementatations apart | lloyd | 2008-10-07 | 11 | -1046/+1124 |
| | |||||
* | 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 |
| | | | | | | | with the aid of macro hackery, at the moment). Change DH feature macro to BOTAN_HAS_DIFFIE_HELLMAN Change NR feature macro to BOTAN_HAS_NYBERG_RUEPPEL | ||||
* | Move last pieces of algorithm-specific code from general 'pubkey' module | lloyd | 2008-10-01 | 22 | -218/+264 |
| | | | | | into algorithm-specific directories. (Dependencies still remain on these in core/libstate, though). | ||||
* | Split Diffie-Hellman off almost completely, such that nearly none of | lloyd | 2008-10-01 | 12 | -35/+50 |
| | | | | | | | | | | it builds if it is disabled. Current deficiency: due to #if defined(BLAH) in the engine code, Botan will not be binary compat across different configurations b/c the vtable will change size. Move some source from core/ to core/libstate where it belonged (engine stuff) | ||||
* | 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 |