aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the alg_ia32 module code WRT the recent changes to loadstor.h not beinglloyd2007-10-194-4/+4
* bit_ops.h no longer includes loadstor.hlloyd2007-10-1956-34/+78
* Mark both 32 and 64 bit PowerPC as big endian. Both have little endianlloyd2007-10-192-0/+4
* Mark x86 and x86-64 as supporting unaligned memory accesseslloyd2007-10-192-0/+2
* Add a new build-time macro BOTAN_TARGET_UNALIGNED_LOADSTOR_OK which islloyd2007-10-191-2/+13
* Fold an XOR operation that was happening during SEED encryption/decryption tolloyd2007-10-191-6/+6
* Don't hard code any directories to search for programs into es_unix.lloyd2007-10-192-7/+2
* Add stats of '/', '/tmp', '.', and '..' to the es_unix fast poll.lloyd2007-10-191-1/+12
* New implementation of fast polling in es_unix. Instead of executinglloyd2007-10-192-41/+44
* merge of '7abb64699f9d0ffd4305b8c5686ce581f68c01ed'lloyd2007-10-191-0/+2
|\
| * The flag that we had run a slow pollwas only set if one was forced fromlloyd2007-10-191-0/+2
* | Add support for IPv4 addresses in the X.509 alternative name extension.lloyd2007-10-166-8/+32
* | Add functions that can convert between binary IPv4 addresses and standardlloyd2007-10-162-1/+49
* | Truncate the X9.42 PRF output if the counter overflows.lloyd2007-10-151-1/+1
* | Make some formatting between the encryption and decryption code equivalent.lloyd2007-10-151-1/+4
* | Use shorter variable names in the TEA code.lloyd2007-10-151-12/+12
* | Move the self tests from LibraryInitializer::initialize tolloyd2007-10-152-7/+7
|/
* The last checkin did not work; the Library_State constructor called code1.7.2lloyd2007-10-133-14/+40
* Move most of the initializer code directly into the Library_State constructorlloyd2007-10-133-84/+68
* Bump the version numbers in configure.pl and readme.txtlloyd2007-10-082-2/+2
* Initial changelog note for 1.7.2. Currently targeting a Oct 13 release.lloyd2007-10-081-0/+9
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-0724-104/+56
* Optionally, you can specify an argument that is passed to the LibraryInitializerlloyd2007-10-071-7/+19
* If we attempt to access the global state, and it is null, calllloyd2007-10-071-1/+1
* Add OIDs for SHA-224, SHA-256, SHA-384, SHA-512, and DSA with SHA-224 andlloyd2007-10-031-1/+9
* merge of '47a5010fef7cfb037831ae7db581e20ad8ec5b03'lloyd2007-10-031-1/+6
|\
| * If DL_Group's constructor can't find a group, throw a reasonably informativelloyd2007-09-291-1/+6
* | Typo fixlloyd2007-09-201-1/+1
* | Add a line mentioning sources of further informationlloyd2007-09-201-0/+3
* | Increase the (arbitrary) upper bound on how long the benchmarks can run tolloyd2007-09-181-1/+1
|/
* Add CBC-MAC(AES) tests that use longer inputslloyd2007-09-171-1/+85
* Use the OUTPUT_LENGTH constant instead of assuming the block size of the cipherlloyd2007-09-171-6/+7
* Check in an initial implementation of CBC-MAC.lloyd2007-09-164-136/+282
* Cleanup the public key benchmark code: avoid macros, use PEM/PKCSlloyd2007-09-1311-190/+119
* Add x86-64 to the list of Darwin/OS X platformslloyd2007-09-131-0/+1
* Remove code checking the BOTAN_NO_ macros for if particular public keylloyd2007-09-132-69/+9
* Update the copyright notice to include 2007lloyd2007-09-132-2/+2
* Comment out the CBC-MAC test vectors for now since they cause warningslloyd2007-09-131-136/+136
* Check in some test vectors for plain FIPS 113 CBC-MAC using DES and AES-128lloyd2007-08-031-0/+137
* Typo (s/holdin/holding/)lloyd2007-08-011-6/+7
* merge of '7704b6e82a74605099a06fcd56190d4796d761df'lloyd2007-07-271-0/+4
|\
| * propagate from branch 'net.randombit.botan.stable' (head b8139f65cc60ecf9c4b2...lloyd2007-07-272-2/+6
| |\
| | * Use Botan:: prefixes to work around a bug in Visual Studio C++ 2003. Patchlloyd2007-07-271-2/+2
| | * Document 1.6.3 changes1.6.3lloyd2007-07-232-2/+5
| | * applied changes from 4195f29bd5b52227e8c0786b4dfd1a71a53e2df5lloyd2007-07-172-12/+17
| | * Bump to 1.6.3lloyd2007-07-171-1/+1
* | | Use Botan:: prefixes to work around a bug in Visual Studio C++ 2003. Patchlloyd2007-07-271-2/+2
|/ /
* | If counter overflows, truncate the output of KDF2. That effectivelylloyd2007-07-261-1/+1
* | Add information for 1.7.1 release1.7.1lloyd2007-07-232-0/+9
* | Avoid some C-style casts in the moduleslloyd2007-07-234-4/+4