aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Get the old GTK+ example to build, though the pulse UI logic is no longerlloyd2009-11-172-78/+89
| | | | included. Threads are a smarter approach, in retrospect.
* Document adding FPElloyd2009-11-131-0/+1
|
* Extend FPE example to encrypt credit card numbers with valid Luhn checksumslloyd2009-11-131-8/+120
| | | | onto other CCNs with valid checksums.
* propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-131-0/+22
|\ | | | | | | | | | | 586495311cff277e7a24b4116c987b79036d94e6) to branch 'net.randombit.botan.fpe' (head c6e8324b12e509ac1303078d5e716f08c53acff5)
| * propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-061-0/+22
| |\ | | | | | | | | | | | | | | | 0cb3295ee48403828c652064fbf72ddb6edbe13c) to branch 'net.randombit.botan.fpe' (head 954d50f368db4be7d98c5c32c474bc54ec5ea7f3)
| | * Add format preserving encryption, design is FE1/FD1 from the paperlloyd2009-11-051-0/+22
| | | | | | | | | | | | | | | | | | Format-Preserving Encryption (http://eprint.iacr.org/2009/251). This doesn't implement the rank functions which are necessary for the actual format-preserving part, though that would be nice to add to the example.
* | | Double the speed of Skipjack on my Core2, mostly due to better inlining.lloyd2009-11-111-0/+1
| | |
* | | Add AES-192 using AES-NI. Tested OK with Intel's simulator.lloyd2009-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | Currently requires SSE4.1 for _mm_extract_epi32 for the key schedule, it would be nice to remove this dependency, though all currently known/scheduled chips with AES-NI (Intel Westmere and Sandy Bridge, and AMD Bulldozer) are supposed to include SSE 4.1 so this is not a huge problem.
* | | Clean up cpuid test proglloyd2009-11-101-11/+18
| | |
* | | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,lloyd2009-11-101-1/+4
| | | | | | | | | | | | which is currently just a stub returning false.
* | | Fix errors in the AES-256 key schedule for the AES-NI version. Now passeslloyd2009-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | tests under Intel's emulator. Document and enable in the engine. Merge both versions to aes_intel.cpp - some shared code and much similiar structure which might be sharable via macros.
* | | Make the AES implementation using Intel's AES instruction extension official;lloyd2009-11-102-0/+2
| | | | | | | | | | | | testing with Intel's emulator shows all green.
* | | Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-3/+4
| | | | | | | | | | | | credits.txt and thanks.txt. Remove some various bits of formatting weirdness.
* | | In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-095-6/+8
|/ / | | | | | | | | | | | | the user to specify the hash function to use, instead of always using SHA-1. This was a sensible default a few years ago, when there wasn't a ~2^60 attack on SHA-1 and support for SHA-2 was pretty much nil, but using something else makes a lot more sense these days.
* / Tick to 1.9.3-devlloyd2009-11-061-0/+3
|/ | | | | Rename BOTAN_UNALIGNED_LOADSTOR_OK to BOTAN_UNALIGNED_MEMORY_ACCESS_OK which is somewhat more clear as to the point.
* propagate from branch 'net.randombit.botan.1_8' (head ↵1.9.2lloyd2009-11-032-2/+3
|\ | | | | | | | | | | a101c8c86b755a666c72baf03154230e09e0667e) to branch 'net.randombit.botan' (head 948905e3872b6f5904686533c6aa87d38ff90a71)
| * Update docs for 1.8.8 release 2009-11-031.8.8lloyd2009-11-031-1/+2
| |
* | Update for 1.9.2 release 2009-11-03lloyd2009-11-032-9/+3
| |
* | Fix cpuid with icc (tested with 11.1)lloyd2009-10-291-0/+3
| | | | | | | | | | Document SHA optimizations, AltiVec runtime checking, fixes for cpuid for both icc and msvc.
* | Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-291-0/+2
| | | | | | | | | | Relies on mfspr emulation/trapping by the kernel, which works on (at least) Linux and NetBSD.
* | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-10-291-0/+2
|\ \ | | | | | | | | | | | | | | | 8fb69dd1c599ada1008c4cab2a6d502cbcc468e0) to branch 'net.randombit.botan.general-simd' (head c05c9a6d398659891fb8cca170ed514ea7e6476d)
| * | Document SIMD changeslloyd2009-10-281-0/+2
| | |
* | | propagate from branch 'net.randombit.botan.1_8' (head ↵lloyd2009-10-2817-88/+2941
|\| | | |/ |/| | | | | | | 3158f8272a3582dd44dfb771665eb71f7d005339) to branch 'net.randombit.botan' (head bf629b13dd132b263e76a72b7eca0f7e4ab19aac)
| * Add missing log note for 1.9.1 change notes on CTR/OFB changelloyd2009-10-281-0/+1
| |
| * Tick version to 1.9.2-devlloyd2009-10-261-0/+2
| |
| * Small cleanupslloyd2009-10-261-4/+3
| |
| * Add ; after call to VC++'s __cpuid, not a macrolloyd2009-10-251-6/+13
| |
| * Update docs for 1.9.1 release 2009-10-231.9.1lloyd2009-10-231-1/+2
| |
| * Note removing exception specs. Reorder by interestingnesslloyd2009-10-221-2/+3
| |
| * Reset version as 1.9.1-dev instead of -rc1lloyd2009-10-211-1/+1
| |
| * Document Clang supportlloyd2009-10-191-1/+1
| |
| * Fix some minor compilation issues in the exampleslloyd2009-10-143-4/+4
| |
| * propagate from branch 'net.randombit.botan.1_8' (head ↵lloyd2009-10-1314-79/+2921
| |\ | | | | | | | | | | | | | | | c5ae189464f6ef16e3ce73ea7c563412460d76a3) to branch 'net.randombit.botan' (head e2b95b6ad31c7539cf9ac0ebddb1d80bf63b5b21)
| | * Add a couple more Python examples and the very beginning of a manual/referencelloyd2009-10-103-0/+143
| | | | | | | | | | | | for the Python wrappers.
| | * Tick timestamp in building.texlloyd2009-10-091-1/+1
| | |
| | * Bump version to 1.9.1-rc1lloyd2009-10-091-1/+1
| | |
| | * Fix python install target. Add CryptoBox wrapper plus an examplelloyd2009-10-092-0/+35
| | |
| | * Fix for configure.py. Add instructions on building Python and Perl wrapperslloyd2009-10-091-50/+97
| | |
| | * Move boost.python example scripts to doc/pythonlloyd2009-10-093-0/+143
| | |
| | * Add support for GNU/Hurdlloyd2009-10-071-0/+1
| | |
| | * Document other changes in 1.9.1-prelloyd2009-10-071-0/+2
| | |
| | * Add a TSS examplelloyd2009-10-061-0/+38
| | |
| | * Add an implementation of threshold secret sharing from draft-mcgrew-tss-02lloyd2009-10-061-2/+3
| | |
| | * Significantly rework CPUID support. Add cache line detectionlloyd2009-09-291-0/+15
| | |
| | * merge of '1efb42e84eca9e01edd7b7f1335af7011eab994c'lloyd2009-09-251-0/+1
| | |\ | | | | | | | | | | | | and 'bb55abb64b64ca63aeb361db40c6bc4692d4ce48'
| | | * Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actuallylloyd2009-09-251-0/+1
| | | | | | | | | | | | | | | | existing on the current CPU before returning an object.
| | * | Update the implementation of Blue Midnight Wish to use the Round 2 tweakedlloyd2009-09-211-1/+1
| | |/ | | | | | | | | | version.
| | * The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-171-17/+27
| | |
| | * Remove some debug code from benchmark examplelloyd2009-09-151-6/+0
| | |
| | * Add an implementation of Blue Midnight Wish (512 bit version only)lloyd2009-09-152-23/+21
| | |