aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add alias for ppc64 as 'powerpc64' for Gentoo ebuildlloyd2009-10-281-0/+4
* Rename all of the build-data files with a .txt extension, and filter forlloyd2009-10-1347-0/+0
* Don't make auto_rng require AES; using it is optional as long as HMAC_RNGlloyd2009-10-132-4/+6
* Fix indentlloyd2009-10-131-1/+1
* Fix macro generation + checks in configure.py and bswap.h. Had the effectlloyd2009-09-171-2/+2
* Change Skein-512 to match the tweaked 1.2 specification. Round constantslloyd2009-09-151-8/+8
* Add a new option --no-autoload to configure.py. This will produce a minimallloyd2009-09-043-2/+3
* Remove redunant buffer create calls in XTSlloyd2009-08-281-4/+0
* In XTS, reset the buffer positions at the end of a message.lloyd2009-08-271-0/+4
* Thomas Moschny mentioned that OpenSSL 1.0 betas disable MD2 by default.lloyd2009-08-271-0/+10
* Add a new interface CryptoBox which provides basic password-based encryptionlloyd2009-08-133-0/+210
* Add 'Distributed under the terms of the Botan license' notices to the .Slloyd2009-08-118-41/+57
* Use the default ABI instead of forcing n32 for mips32lloyd2009-08-103-33/+21
* Add compiler settings for the Open64 (http://www.open64.net/) compiler,lloyd2009-08-031-0/+30
* Fix variable name in 32-bit bswap for VC++lloyd2009-08-031-1/+1
* Change how the pair is constructed for Sun Forte compatabilitylloyd2009-07-311-1/+1
* A typo in a macro check in bswap.h meant inline asm bswap was notlloyd2009-07-311-1/+1
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-2517-1/+28
* Two changes to proc_walk:lloyd2009-07-251-2/+2
* Add an alias armv5tel for xscale, fixes autodetection for both Perl andlloyd2009-07-231-0/+1
* Fix bigint_2word_mul - it tried to use MP_WORD_BITS which was not visiblelloyd2009-07-231-1/+1
* Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-225-9/+10
* Disable STRIP_CODE_COMMENTS for Doxygen outputlloyd2009-07-211-1/+1
* Fix some unused variable nits pointed out by icc 10.1lloyd2009-07-214-9/+3
* One signature of PKCS8::PEM_encode was stray, and didn't have a coorespondinglloyd2009-07-211-5/+0
* Move back to pk_codecs, propagate to pubkey-refactor donelloyd2009-07-214-0/+0
* Move from pk_codecs to pubkey to solve merge problemlloyd2009-07-214-0/+0
* Fix various auto generated dependencies that were wronglloyd2009-07-178-22/+6
* Correct some errors in the automatically generated dependencies.lloyd2009-07-168-7/+3
* Add missing info.txt fileslloyd2009-07-162-0/+24
* Correct source listings for moved fileslloyd2009-07-162-4/+0
* Move some files around to break up dependencies between directorieslloyd2009-07-1632-16/+48
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-15102-328/+546
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-1528-18/+6
* Add a script that analyzes the source and prints module dependencies.lloyd2009-07-154-35/+39
* New module load_on directive 'never', to mark known-buggy codelloyd2009-07-152-2/+2
* Avoid a crash in Skein_512::add_data if it is called with a zero-lengthlloyd2009-07-141-0/+3
* Fix nonce generation of Miller-Rabin testlloyd2009-07-121-1/+1
* Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-116-6/+4
* Fix generating primes between 4 and 7 bits. The problem was that whenlloyd2009-07-111-17/+22
* static_cast a double before returning it as a u32bit to avoid a warninglloyd2009-07-101-1/+1
* Devai Tamas pointed out on the mailing list that random_prime with bitslloyd2009-07-101-3/+3
* Some modules using asm were not marked with 'load_on asm_ok'; fixlloyd2009-07-073-3/+3
* CPU-specific engines are now only loaded if something depends on them,lloyd2009-07-079-11/+9
* Fix a subtle bug in the /dev/*random reader. The maximum ms wait time waslloyd2009-07-021-2/+3
* Add some aliases for 586/686 to match against what platform produces on WinXPlloyd2009-07-021-0/+3
* propagate from branch 'net.randombit.botan' (head db0cdfa10718d2065e52b6753d1...lloyd2009-07-028-5/+25
|\
| * Minor hackery to deal with win32 library dependencieslloyd2009-07-023-3/+3
| * Macro defines are split up in the build.h template nowlloyd2009-07-021-1/+9
| * Only load mulop_amd64 on request (currently broken code)lloyd2009-07-021-1/+1