aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| * | \ propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-2141-615/+214
| |\ \ \ | | |/ / | |/| / | | |/
| | * propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7...lloyd2008-04-1741-614/+213
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 4b88c5d653d997e87cc333064ca...lloyd2008-04-1341-614/+213
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a...lloyd2008-04-1241-614/+213
| | | | |\
| | | | | * propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-1041-614/+213
| | | | | |\
| | | | | | * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-0721-141/+53
| | | | | | * Remove X509_GlobalState in favor of static function Extensions::get_extensionlloyd2008-04-076-144/+25
| | | | | | * propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935...lloyd2008-04-072-19/+25
| | | | | | |\
| | | | | | * | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpplloyd2008-04-078-202/+101
| | | | | | * | In Botan, the Timer base class provides access to a high-resolutionlloyd2008-04-0711-59/+34
| | | | | | * | Library_State::set_timer is never called from within Botan, low hanginglloyd2008-04-072-10/+0
| | | | | | * | The intent of this branch is to remove the global library state objectlloyd2008-04-076-58/+0
* | | | | | | | The add_algorithm functions also need to be tagged with BOTAN_DLL inlloyd2008-04-251-5/+5
* | | | | | | | The PRIMES[] array (an array of small prime numbers) must be declaredlloyd2008-04-251-1/+1
* | | | | | | | Credit Joel Low for DLL symbol visibility patcheslloyd2008-04-221-0/+3
|/ / / / / / /
* | | | | | | Add BOTAN_DLL macro in all needed spots for working DLL export. Basedlloyd2008-04-21153-491/+571
* | | | | | | Update Fixed_Output_RNG (used for testing) to implement is_seededlloyd2008-04-211-0/+2
* | | | | | | Make RandomNumberGenerator::is_seeded pure virtuallloyd2008-04-211-1/+1
* | | | | | | Convert date format in log.txt to YYYY-MM-DD for easier grepping and statisticslloyd2008-04-171-100/+100
|/ / / / / /
* | | | | | Add first change notes about the upcoming 1.7.6lloyd2008-04-172-1/+5
* | | | | | Always set the position to the start of the block when generating a newlloyd2008-04-151-3/+2
* | | | | | merge of '0aa1d27dec5a97856953bb1fcffe29a84c68b3ac'lloyd2008-04-151-2/+2
|\ \ \ \ \ \