| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename instances of X509_PublicKey and PKCS8_PrivateKey | lloyd | 2006-09-06 | 15 | -39/+39 |
* | Split PK_Key into Public_Key and Private_Key; these new classes merge in | lloyd | 2006-09-06 | 11 | -48/+45 |
* | Implement codec objects for private keys as well. | lloyd | 2006-09-06 | 3 | -13/+28 |
* | First step in a major rewrite of the high level public key code. The | lloyd | 2006-09-06 | 4 | -13/+37 |
* | Merge a formerly duplicate function (one in an anonymous namespace in | lloyd | 2006-09-06 | 1 | -0/+6 |
* | Move the declaration of AlgorithmIdentifier into its own header file. | lloyd | 2006-09-06 | 2 | -22/+40 |
* | PK_Verifier no longer keeps a reference to the key being used; it only | lloyd | 2006-09-06 | 1 | -4/+11 |
* | Move the name() declaration in BlockCipherModePaddingMethod to match the | lloyd | 2006-09-06 | 1 | -2/+1 |
* | Remove the Algorithm class; the only members it exposed where name() and | lloyd | 2006-09-06 | 3 | -22/+31 |
* | Change Engine to not rely on the existence of an Algorithm base class for | lloyd | 2006-09-06 | 1 | -6/+27 |
* | Make SymmetricKey and InitializationVector simple typedefs of OctetString; | lloyd | 2006-08-23 | 1 | -23/+4 |
* | Make Filter::send non-virtual; this was apparently something vestigal from | lloyd | 2006-08-23 | 1 | -1/+1 |
* | Add a new version of the StreamCipher_Filter constructor that takes a key | lloyd | 2006-08-23 | 1 | -0/+1 |
* | Put the definitions of Pipe::LAST_MESSAGE and Pipe::DEFAULT_MESSAGE into | lloyd | 2006-08-23 | 1 | -2/+1 |
* | X509_CRL::force_decode should not be public | lloyd | 2006-08-23 | 1 | -2/+1 |
* | Change the header guard to the standard BOTAN_*_H__ form | lloyd | 2006-08-22 | 1 | -2/+2 |
* | Let SHA_160::W be resized dynamically; potentially the asm version could | lloyd | 2006-08-21 | 1 | -2/+2 |
* | Move bigint_simple_mul into mp_mul.cpp, since that is the only place it | lloyd | 2006-08-19 | 1 | -2/+0 |
* | Move Montgomery reduction algorithm into mp_asm.cpp | lloyd | 2006-08-19 | 1 | -0/+2 |
* | Split Montgomery reduction into two functions, the core algorithm linked | lloyd | 2006-08-16 | 1 | -2/+2 |
* | Replace Serpent's key_xor function with a macro, so the header can be | lloyd | 2006-08-15 | 1 | -1/+0 |
* | Merge the AES TD and TE arrays, so assembly versions can used indexed | lloyd | 2006-08-13 | 1 | -2/+1 |
* | Remove an unneeded friend declaration for the division function. | lloyd | 2006-08-12 | 1 | -1/+0 |
* | The two classes that used to need direct access to the SHA-1 | lloyd | 2006-08-05 | 1 | -3/+0 |
* | Make it possible to insert Engines into the front of the queue; | lloyd | 2006-08-05 | 1 | -1/+1 |
* | The use_engines flag was not being respected; specifically, if there | lloyd | 2006-08-05 | 1 | -1/+1 |
* | Move include of x509_ext.h to x509_ca.h, instead of using forward | lloyd | 2006-07-31 | 1 | -1/+2 |
* | Remove FIPS140::good_edc; it has never been used and probably will not | lloyd | 2006-07-29 | 1 | -1/+0 |
* | Change Builtin_Module constructor to take an InitializerOptions | lloyd | 2006-07-28 | 1 | -1/+2 |
* | Add a "selftest" option that allows the user to disable startup selftests | lloyd | 2006-07-28 | 1 | -0/+1 |
* | Add two more constructors to AlgorithmIdentifier, which take a | lloyd | 2006-07-22 | 1 | -0/+5 |
* | Remove a declaration for add_alias, which was removed at some point | lloyd | 2006-07-16 | 2 | -5/+2 |
* | Extend the language offered by InitializerOptions a bit, so that | lloyd | 2006-07-13 | 1 | -1/+2 |
* | Add a LibraryInitializer constructor taking a std::string, which simply | lloyd | 2006-07-12 | 1 | -0/+1 |
* | Make Mutex_Factory an abstract class, move the creation of the no-op | lloyd | 2006-07-07 | 1 | -1/+10 |
* | Respect the secure_memory config option | lloyd | 2006-07-02 | 1 | -0/+1 |
* | Move InitializerOptions out of the Init namespace | lloyd | 2006-07-02 | 1 | -11/+12 |
* | Add del_fun and delete2nd functions for running deletes | lloyd | 2006-07-02 | 1 | -0/+19 |
* | Let modules override the transcoder object (since system libs | lloyd | 2006-07-01 | 1 | -0/+2 |
* | Fix config handling (stupid mismatch was causing the getter for the | lloyd | 2006-07-01 | 2 | -2/+3 |
* | Make choose_sig_format a static member of Config rather than | lloyd | 2006-07-01 | 1 | -11/+4 |
* | Access the global configuration through an object reference instead | lloyd | 2006-07-01 | 3 | -23/+28 |
* | Clean up initialization a little bit more | lloyd | 2006-07-01 | 2 | -10/+21 |
* | Fix botan.h to include config.h instead of conf.h | lloyd | 2006-07-01 | 1 | -1/+1 |
* | Rename conf.* to config.* | lloyd | 2006-07-01 | 1 | -0/+0 |
* | Modify types.h to include build.h instead of config.h | lloyd | 2006-07-01 | 1 | -1/+1 |
* | Various changes to how library initialization occurs, though I'm still | lloyd | 2006-06-26 | 2 | -12/+9 |
* | Add a static make_signed function to X509_Object | lloyd | 2006-06-25 | 1 | -0/+4 |
* | Support named mutexes outside of the global library state. | lloyd | 2006-06-25 | 2 | -5/+18 |
* | Change how builtin modules are loaded - provide an interface to a | lloyd | 2006-06-25 | 1 | -16/+26 |