index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
checks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Previously random_integer and friends used the global PRNG object to get
lloyd
2008-05-24
5
-18
/
+28
*
propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...
lloyd
2008-04-21
6
-20
/
+20
|
\
|
*
propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...
lloyd
2008-04-10
6
-20
/
+20
|
|
\
|
|
*
Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
lloyd
2008-04-07
6
-20
/
+20
*
|
|
Update Fixed_Output_RNG (used for testing) to implement is_seeded
lloyd
2008-04-21
1
-0
/
+2
|
/
/
*
/
Change the interface of X509_CA::sign_request as follows:
lloyd
2008-04-10
1
-2
/
+7
|
/
*
Fix pk_bench.cpp compilation (remove a stray try statement)
lloyd
2008-01-17
1
-3
/
+2
*
merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'
lloyd
2007-12-24
18
-342
/
+364
|
\
|
*
Replace C-style casts with static_cast (found by GCC's -Wold-style-cast)
lloyd
2007-11-17
2
-6
/
+5
|
*
Add base64 encoding and decoding to the set of benchmarked filters
lloyd
2007-11-16
1
-0
/
+3
|
*
Revert the change that renamed append() to push_back(). As pointed out
lloyd
2007-11-15
1
-1
/
+1
|
*
Rename MemoryRegion::append to push_back
lloyd
2007-11-14
1
-1
/
+1
|
*
Prevent lines > 80 columns
lloyd
2007-11-11
1
-1
/
+1
|
*
Wrap lines in pk_bench and passhash to keep them under 80 columns.
lloyd
2007-10-19
1
-3
/
+4
|
*
Remove several uses of old style C casts in favor of C++98's static_cast and
lloyd
2007-10-19
3
-7
/
+14
|
*
Increase the (arbitrary) upper bound on how long the benchmarks can run to
lloyd
2007-09-18
1
-1
/
+1
|
*
Add CBC-MAC(AES) tests that use longer inputs
lloyd
2007-09-17
1
-1
/
+85
|
*
Check in an initial implementation of CBC-MAC.
lloyd
2007-09-16
1
-136
/
+136
|
*
Cleanup the public key benchmark code: avoid macros, use PEM/PKCS
lloyd
2007-09-13
11
-190
/
+119
|
*
Remove code checking the BOTAN_NO_ macros for if particular public key
lloyd
2007-09-13
2
-69
/
+9
|
*
Comment out the CBC-MAC test vectors for now since they cause warnings
lloyd
2007-09-13
1
-136
/
+136
*
|
Remove the BOTAN_NO_ macros
lloyd
2007-09-13
2
-69
/
+9
*
|
Comment out the CBC-MAC test vectors since the algorithm has not been
lloyd
2007-09-07
1
-136
/
+136
|
/
*
Check in some test vectors for plain FIPS 113 CBC-MAC using DES and AES-128
lloyd
2007-08-03
1
-0
/
+137
*
Use the get_clock/get_ticks code instead of calling std::clock directly. Allows
lloyd
2007-07-23
1
-5
/
+6
*
DSA-2048 and DSA-3072 benchmarks, disabled for a while due to lack of
lloyd
2007-03-09
1
-4
/
+6
*
Document the --init flag to check
lloyd
2007-03-09
1
-1
/
+3
*
Eliminate most uses of exit() to bail on an error; instead throw an
lloyd
2007-02-19
3
-33
/
+14
*
Use OptionParser::init_if_set
lloyd
2006-12-09
1
-18
/
+14
*
Add a value_if_set member function to the getopt implementation (returns
lloyd
2006-12-09
2
-1
/
+9
*
Decide to print ms/op or ops/second at runtime instead of compile time.
lloyd
2006-11-12
1
-10
/
+8
*
Add (very basic) HTML output for public key benchmarking.
lloyd
2006-09-27
2
-14
/
+29
*
Change the default CPU MHz when RDTSC is used to 1.866 GHz to match motoko
lloyd
2006-09-26
1
-1
/
+1
*
Allow --bench-algo to take multiple arguments
lloyd
2006-09-26
1
-4
/
+10
*
Update reference for the SEED test vectors
lloyd
2006-09-14
1
-2
/
+2
*
Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the
lloyd
2006-09-06
3
-12
/
+12
*
Split PK_Key into Public_Key and Private_Key; these new classes merge in
lloyd
2006-09-06
1
-5
/
+32
*
Respect the --seconds command line argument with --bench-algo
lloyd
2006-08-13
2
-4
/
+4
*
Add checks for MD4, MD5, and SHA-1 for zero-length inputs
lloyd
2006-08-13
1
-0
/
+3
*
In 'check', always initialize the library and run basic self tests, even
lloyd
2006-08-12
1
-6
/
+2
*
Remove the public domain notices from the self-test/benchmark code,
lloyd
2006-08-09
12
-19
/
+2
*
Add header guards
lloyd
2006-08-09
1
-0
/
+5
*
Enable testing the sizes of basic types in the test suite, and fix some
lloyd
2006-08-09
1
-23
/
+7
*
Add a simple option parser to the check utility; it makes for much saner
lloyd
2006-08-09
3
-72
/
+171
*
Modify the X.509 tests so they pick up a bug in PKCS10_Request
lloyd
2006-06-23
1
-0
/
+2
*
Correct the name of the function with the bug.
lloyd
2006-06-07
1
-4
/
+2
*
Add more squaring tests
lloyd
2006-06-07
1
-0
/
+36
*
Revert last change to check.cpp (didn't mean to commit that)
lloyd
2006-06-07
2
-3
/
+21
*
Add an initial set of squaring tests to mp_valid.dat
lloyd
2006-06-07
1
-0
/
+41
*
Add hooks for tests for the squaring algorithms
lloyd
2006-06-07
1
-3
/
+3
[next]