aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan.ecdsa' (head ↵lloyd2008-09-301-0/+28
|\ | | | | | | | | | | abb787cff6cc3b33bdc690a0619e74a4483dcd2a) to branch 'net.randombit.botan' (head 01db3f069e6707f0247a8bff718aba13c2690a3a)
| * Add missing pk/ecdsa/info.txt filelloyd2008-09-301-0/+28
| |
* | Build instructions have also been updated, log itlloyd2008-09-301-0/+1
| |
* | Go ahead and merge in net.randombit.botan.ecdsa, which is the ECDSA/ECKAEGlloyd2008-09-301-0/+1
|/ | | | | | impl from InSiTo. It has not been tested, and certainly needs a good bit of work still, however it seems more useful to release it than to have it hiding in a branch somewhere.
* propagate from branch 'net.randombit.botan' (head ↵lloyd2008-09-300-0/+0
|\ | | | | | | | | | | 8c0899f01211bf24ceda50fb7a786ef98ff169ca) to branch 'net.randombit.botan.ecdsa' (head 4b6e95d034ca998cac0abea0fbf8320b90887e16)
| * Add trailing newlinelloyd2008-09-301-1/+1
| |
* | Merge examples makefile with mainline versionlloyd2008-09-301-1/+1
| |
* | Spurious newlinelloyd2008-09-301-1/+0
| |
* | random_integer is now in BigIntlloyd2008-09-301-1/+1
| |
* | Move all ECDSA code to pk/ecdsalloyd2008-09-3013-0/+0
| |
* | propagate from branch 'net.randombit.botan' (head ↵lloyd2008-09-301278-3692/+12562
|\| | | | | | | | | | | 9524e848cdacd0b56ded9bd6b51fd34b6a7d3fc4) to branch 'net.randombit.botan.ecdsa' (head 8231f4285dce2d5ec754f7afa72e0d34807de061)
| * s/Mbyte/MiB/ to be precise about meaning (2^20 bytes/second)lloyd2008-09-301-2/+2
| |
| * Update soname to 1.7.15, also update readme and loglloyd2008-09-303-2/+5
| |
| * Rename makefile variable INSTALLROOT to DESTDIR for autotools compatabilitylloyd2008-09-303-16/+16
| |
| * Improve configure.pl's --help output. s/--module-set/--enable-module-set/lloyd2008-09-301-26/+22
| |
| * Update the build directions to reflect realitylloyd2008-09-301-86/+90
| |
| * Queitlloyd2008-09-301-1/+1
| |
| * Silently swallow/save --exec-prefix and most of the autoconf --.*dir= optionslloyd2008-09-301-42/+61
| | | | | | | | | | (--bindir, --libdir, --docdir already supported, add --includdir=, --localstatedir=, etc)
| * Rename more options for autoconf compatability.lloyd2008-09-301-34/+38
| |
| * First step in configure.pl options rename for better autoconf/automake compat.lloyd2008-09-301-9/+9
| | | | | | | | | | | | | | Suggestions from Zack Weinberg on the monotone-devel list. Rename --endian to --with-endian Rename --unaligned-mem to --with-unaligned-mem
| * Get ready for 1.7.14 release1.7.14lloyd2008-09-302-2/+2
| |
| * Revert; GCC 4.3 specific flagslloyd2008-09-301-2/+2
| |
| * Remove warnings in KDF1, KDF2 copy constructorslloyd2008-09-302-2/+2
| |
| * Strict GCC warningslloyd2008-09-301-2/+2
| |
| * Fix warning in PBKDF1 copy constructorlloyd2008-09-301-1/+3
| |
| * Fix prototype confusion (harmless but incorrect)lloyd2008-09-303-5/+5
| |
| * Update readmelloyd2008-09-301-1/+1
| |
| * Initial notes for 1.7.14lloyd2008-09-301-0/+9
| |
| * Have RNG::make_rng throw an exception rather than return NULLlloyd2008-09-301-3/+5
| |
| * Use the lookup.h functions instead of calling this's find_hash, etc tolloyd2008-09-301-9/+16
| | | | | | | | | | | | | | | | get subcomponents of things like HMAC, CMAC, etc. This replicates the original behavior (since originally the class itself would call into lookup.h) Also guard use PBKDF1, PBKDF2, and Parallel hash with BOTAN_HAS macros
| * Correctly handle Randpool enabled but X9.31 notlloyd2008-09-301-6/+7
| |
| * Correct libstate module name, macro, depslloyd2008-09-301-7/+2
| |
| * Fixes to not require RC2 for CMS to compilelloyd2008-09-301-5/+17
| |
| * Remove dead code from guess_from_from_thislloyd2008-09-301-32/+9
| |
| * Add several aliases for x86lloyd2008-09-301-2/+8
| |
| * Guess CPU from /proc/cpuinfo or uname by looking first in the knownlloyd2008-09-301-20/+34
| | | | | | | | names for CPUs we pulled from the text files.
| * Do not redirect 2> to /dev/null when exec'ing uname. It causeslloyd2008-09-301-3/+3
| | | | | | | | problems on MSYS. And doesn't have any real advantage that I can see...
| * Target i686 if uname is i686lloyd2008-09-301-1/+1
| |
| * propagate from branch 'net.randombit.botan' (head ↵lloyd2008-09-305-0/+26
| |\ | | | | | | | | | | | | | | | fd327b29aa542e0ad5ff6d37d8392321670f0369) to branch 'net.randombit.botan.modularized' (head 3f8d05493d4b192243fdc8a7f518ed1013c3be54)
| | * Better support for MinGW/MSYS, sent by Zbigniew Zagorskilloyd2008-09-306-0/+27
| | |
| * | Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1lloyd2008-09-3011-51/+87
| | |
| * | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2lloyd2008-09-3016-76/+126
| | |
| * | Remove lookup dependency on CMAC: takes a BlockCipher as constructor arglloyd2008-09-303-15/+18
| | |
| * | Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4]lloyd2008-09-3016-82/+55
| | |
| * | Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (thelloyd2008-09-304-11/+24
| | | | | | | | | | | | | | | only implemented MGF in Botan, and the only standardized MGF I even know of) with the same hash as generated Phash (you would always want this anyway).
| * | Move allocator base code into core/, alloc_mmap to alloc/lloyd2008-09-3012-23/+14
| | |
| * | Fix deps on keypair modulelloyd2008-09-301-1/+1
| | |
| * | Move modules.* to libstatelloyd2008-09-302-0/+0
| | |
| * | Move datastore from core to utilslloyd2008-09-304-9/+9
| | |
| * | Split off part of the core module into libstate (basically the wholelloyd2008-09-3053-31/+45
| | | | | | | | | | | | | | | | | | lookup/global_state piece). Move timer and mutex directories into utils/