aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the contents of Botan_types namespace be just using declarations,lloyd2008-06-074-4/+44
* Add a full set of tests for the ANSI X9.31 PRNG, using data takenlloyd2008-06-078-53/+2158
* We must have ANSI_X931_RNG::clear() call destroy() on V, which sets thelloyd2008-06-071-1/+1
* merge of '36a07a95dbdfc44382114f6933d7bbe49e584cef'lloyd2008-06-071-15/+11
|\
| * Change how the ANSI X9.31 generator tells that it is seeded. Previously,lloyd2008-06-071-15/+11
* | Mention Randpool change in log.txtlloyd2008-06-031-1/+2
|/
* Reindentlloyd2008-05-256-21/+20
* Wrap at 80 columnslloyd2008-05-251-1/+2
* Update EME_PKCS1v15::pad to use next_byte APIlloyd2008-05-251-1/+1
* Add RandomNumberGenerator::next_byte, which just returns a single bytelloyd2008-05-252-0/+12
* Make the two parameters of Randpool (which underlying block cipher and MAClloyd2008-05-255-14/+22
* Use RNG argument in EME_PKCS1v15::pad instead of global objectlloyd2008-05-251-3/+2
* Check in initial changelog for 1.7.7. Increase version number in configure.pllloyd2008-05-243-2/+7
* Pass an RNG reference to EME::padlloyd2008-05-246-16/+32
* Don't use the global PRNG in implementations of PBE::new_paramslloyd2008-05-245-11/+16
* Update passhash example with new S2K::new_random_salt signaturelloyd2008-05-241-1/+2
* Remove random_integer() and replace it with a BigInt constructor taking alloyd2008-05-2411-29/+28
* Pass an RNG reference to IF_Corelloyd2008-05-243-6/+9
* Keypair::check_key no longer references global PRNGlloyd2008-05-247-18/+30
* Remove version of OctetString::change that used global PRNGlloyd2008-05-242-3/+2
* Avoid global RNG in S2K::new_random_salt (RNG reference passed as argument in...lloyd2008-05-242-4/+4
* Pass a RNG reference to load_check and gen_check functionslloyd2008-05-247-28/+26
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-2426-59/+73
* Avoid using global rng in DL_Group::generate_dsa_primeslloyd2008-05-243-10/+14
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-2430-108/+166
* Policy change: No RSA key generation smaller than 1024 bits. Had been 128lloyd2008-05-241-1/+1
* Remove both default arguments to the constructor of ANSI_X931_RNG.lloyd2008-05-243-8/+8
* Print the class tag type(s) on constructed formslloyd2008-05-081-0/+9
* The BER decoder assumed that all constructed types would be tagged aslloyd2008-05-082-5/+7
* The log notes for 1.6.4 got lost when the logs were consolidated to a single ...lloyd2008-05-051-0/+3
* Update notes and readme for 1.7.6 release1.7.6lloyd2008-05-052-2/+4
* Update to not use Global_RNGlloyd2008-05-051-2/+2
* Remove unused headerslloyd2008-05-041-6/+5
* Remove Config::option_as_time, instead call timespec_to_u32bit inlloyd2008-05-025-27/+21
* Add a new function timespec_to_u32bit that handles a very simplisticlloyd2008-05-013-27/+34
* The ability to load ini-style files was removed almost 6 monthslloyd2008-04-301-2/+0
* Remove unused include of <vector>lloyd2008-04-291-2/+1
* Instead of reading from the Config object every time to get the slack welloyd2008-04-292-15/+20
* Move validity_check() into an anonymous namespace inside x509stor.cpp,lloyd2008-04-293-32/+29
* Document changes from remove-libstatelloyd2008-04-291-1/+6
* Bump version to 1.7.6 in configure.pllloyd2008-04-291-1/+1
* Move Signature_Format enum to pubkey.hlloyd2008-04-2911-40/+34
* propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68...lloyd2008-04-2944-711/+250
|\
| * Move ASN1_Tag from enums.h to asn1_int.h. The enums.h header is a totallloyd2008-04-242-38/+37
| * Remove stray character introduced during mergelloyd2008-04-241-1/+1
| * Remove unused Pulse_Type enumlloyd2008-04-241-15/+0
| * Remove section on pulses - removedlloyd2008-04-241-44/+0
| * merge of '0bd31c0935789c0b8280f297b711d935192280f1'lloyd2008-04-243-3/+3
| |\
| | * Add BOTAN_DLL to Timer class declarationlloyd2008-04-211-1/+1
| | * propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-2141-615/+214
| | |\