| Commit message (Expand) | Author | Age | Files | Lines |
* | Similiar combining transform for the ElGamal, DSA, and NR private key | lloyd | 2008-06-20 | 3 | -6/+7 |
* | Consolidate the two DH_PrivateKey constructors into a single one taking | lloyd | 2008-06-20 | 1 | -2/+2 |
* | Use RNG& argument for PKCS8::encrypt_key and PKCS8::PEM_encode | lloyd | 2008-06-20 | 1 | -5/+12 |
* | Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator& | lloyd | 2008-06-20 | 4 | -16/+27 |
* | Pass RNG& to IF (RSA/RW) load hooks | lloyd | 2008-06-20 | 1 | -2/+2 |
* | Pass a RandomNumberGenerator& to the PK_Core constructors and the various | lloyd | 2008-06-20 | 6 | -12/+16 |
* | Remove exception specifier from RandomNumberGenerator::randomize | lloyd | 2008-06-18 | 1 | -1/+1 |
* | Delete the public key filter classes. Advertised on the devel list previously: | lloyd | 2008-06-16 | 2 | -82/+0 |
* | Add missing BOTAN_DLL decl to SHA1PRNG class declaration | lloyd | 2008-06-16 | 1 | -1/+1 |
* | Move AlgorithmIdentifier comparison ops to alg_id.h | lloyd | 2008-06-11 | 2 | -5/+8 |
* | Avoid -Wshadow warnings | lloyd | 2008-06-11 | 1 | -5/+5 |
* | X509_CA::{new_crl,update_crl} take a RandomNumberGenerator reference | lloyd | 2008-06-11 | 1 | -3/+6 |
* | X509::create_cert_req and X509::create_self_signed_cert take an RNG ref | lloyd | 2008-06-11 | 1 | -3/+6 |
* | Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG reference | lloyd | 2008-06-11 | 1 | -0/+2 |
* | Move the declaration of the RandomNumberGenerator base class from base.h | lloyd | 2008-06-10 | 14 | -36/+62 |
* | Change PK_Signer::signature to take a RandomNumberGenerator reference | lloyd | 2008-06-10 | 3 | -4/+8 |
* | PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, instead | lloyd | 2008-06-10 | 2 | -5/+12 |
* | Pass a RNG reference to the EMSA encoder functions | lloyd | 2008-06-10 | 2 | -6/+24 |
* | Pass RandomNumberGenerator references to public key operations that need | lloyd | 2008-06-10 | 7 | -9/+19 |
* | Check in the first import from InSiTo, SHA1PRNG, which implements the | lloyd | 2008-06-07 | 1 | -1/+1 |
* | Make the contents of Botan_types namespace be just using declarations, | lloyd | 2008-06-07 | 2 | -2/+42 |
* | Reindent | lloyd | 2008-05-25 | 6 | -21/+20 |
* | Add RandomNumberGenerator::next_byte, which just returns a single byte | lloyd | 2008-05-25 | 1 | -0/+2 |
* | Make the two parameters of Randpool (which underlying block cipher and MAC | lloyd | 2008-05-25 | 1 | -1/+1 |
* | Pass an RNG reference to EME::pad | lloyd | 2008-05-24 | 2 | -5/+14 |
* | Don't use the global PRNG in implementations of PBE::new_params | lloyd | 2008-05-24 | 2 | -3/+7 |
* | Remove random_integer() and replace it with a BigInt constructor taking a | lloyd | 2008-05-24 | 2 | -1/+1 |
* | Pass an RNG reference to IF_Core | lloyd | 2008-05-24 | 1 | -1/+3 |
* | Keypair::check_key no longer references global PRNG | lloyd | 2008-05-24 | 1 | -2/+2 |
* | Remove version of OctetString::change that used global PRNG | lloyd | 2008-05-24 | 1 | -2/+1 |
* | Avoid global RNG in S2K::new_random_salt (RNG reference passed as argument in... | lloyd | 2008-05-24 | 1 | -1/+1 |
* | Pass a RNG reference to load_check and gen_check functions | lloyd | 2008-05-24 | 1 | -3/+3 |
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 8 | -10/+12 |
* | Avoid using global rng in DL_Group::generate_dsa_primes | lloyd | 2008-05-24 | 1 | -2/+6 |
* | Previously random_integer and friends used the global PRNG object to get | lloyd | 2008-05-24 | 10 | -22/+37 |
* | Remove both default arguments to the constructor of ANSI_X931_RNG. | lloyd | 2008-05-24 | 1 | -1/+1 |
* | The BER decoder assumed that all constructed types would be tagged as | lloyd | 2008-05-08 | 1 | -2/+2 |
* | Remove unused headers | lloyd | 2008-05-04 | 1 | -6/+5 |
* | Remove Config::option_as_time, instead call timespec_to_u32bit in | lloyd | 2008-05-02 | 2 | -3/+2 |
* | Add a new function timespec_to_u32bit that handles a very simplistic | lloyd | 2008-05-01 | 1 | -0/+2 |
* | The ability to load ini-style files was removed almost 6 months | lloyd | 2008-04-30 | 1 | -2/+0 |
* | Remove unused include of <vector> | lloyd | 2008-04-29 | 1 | -2/+1 |
* | Instead of reading from the Config object every time to get the slack we | lloyd | 2008-04-29 | 1 | -0/+1 |
* | Move validity_check() into an anonymous namespace inside x509stor.cpp, | lloyd | 2008-04-29 | 1 | -2/+0 |
* | Move Signature_Format enum to pubkey.h | lloyd | 2008-04-29 | 9 | -8/+8 |
* | propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68... | lloyd | 2008-04-29 | 13 | -191/+45 |
|\ |
|
| * | Move ASN1_Tag from enums.h to asn1_int.h. The enums.h header is a total | lloyd | 2008-04-24 | 2 | -38/+37 |
| * | Remove stray character introduced during merge | lloyd | 2008-04-24 | 1 | -1/+1 |
| * | Remove unused Pulse_Type enum | lloyd | 2008-04-24 | 1 | -15/+0 |
| * | Add BOTAN_DLL to Timer class declaration | lloyd | 2008-04-21 | 1 | -1/+1 |