Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get the old GTK+ example to build, though the pulse UI logic is no longer | lloyd | 2009-11-17 | 2 | -78/+89 |
| | | | | included. Threads are a smarter approach, in retrospect. | ||||
* | Document adding FPE | lloyd | 2009-11-13 | 1 | -0/+1 |
| | |||||
* | Extend FPE example to encrypt credit card numbers with valid Luhn checksums | lloyd | 2009-11-13 | 1 | -8/+120 |
| | | | | onto other CCNs with valid checksums. | ||||
* | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2009-11-13 | 1 | -0/+22 |
|\ | | | | | | | | | | | 586495311cff277e7a24b4116c987b79036d94e6) to branch 'net.randombit.botan.fpe' (head c6e8324b12e509ac1303078d5e716f08c53acff5) | ||||
| * | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2009-11-06 | 1 | -0/+22 |
| |\ | | | | | | | | | | | | | | | | 0cb3295ee48403828c652064fbf72ddb6edbe13c) to branch 'net.randombit.botan.fpe' (head 954d50f368db4be7d98c5c32c474bc54ec5ea7f3) | ||||
| | * | Add format preserving encryption, design is FE1/FD1 from the paper | lloyd | 2009-11-05 | 1 | -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. | lloyd | 2009-11-11 | 1 | -0/+1 |
| | | | |||||
* | | | Add AES-192 using AES-NI. Tested OK with Intel's simulator. | lloyd | 2009-11-10 | 1 | -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 prog | lloyd | 2009-11-10 | 1 | -11/+18 |
| | | | |||||
* | | | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via, | lloyd | 2009-11-10 | 1 | -1/+4 |
| | | | | | | | | | | | | which is currently just a stub returning false. | ||||
* | | | Fix errors in the AES-256 key schedule for the AES-NI version. Now passes | lloyd | 2009-11-10 | 1 | -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; | lloyd | 2009-11-10 | 2 | -0/+2 |
| | | | | | | | | | | | | testing with Intel's emulator shows all green. | ||||
* | | | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -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) | lloyd | 2009-11-09 | 5 | -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-dev | lloyd | 2009-11-06 | 1 | -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.2 | lloyd | 2009-11-03 | 2 | -2/+3 |
|\ | | | | | | | | | | | a101c8c86b755a666c72baf03154230e09e0667e) to branch 'net.randombit.botan' (head 948905e3872b6f5904686533c6aa87d38ff90a71) | ||||
| * | Update docs for 1.8.8 release 2009-11-031.8.8 | lloyd | 2009-11-03 | 1 | -1/+2 |
| | | |||||
* | | Update for 1.9.2 release 2009-11-03 | lloyd | 2009-11-03 | 2 | -9/+3 |
| | | |||||
* | | Fix cpuid with icc (tested with 11.1) | lloyd | 2009-10-29 | 1 | -0/+3 |
| | | | | | | | | | | Document SHA optimizations, AltiVec runtime checking, fixes for cpuid for both icc and msvc. | ||||
* | | Add CPUID::have_altivec for AltiVec runtime detection. | lloyd | 2009-10-29 | 1 | -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 ↵ | lloyd | 2009-10-29 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | 8fb69dd1c599ada1008c4cab2a6d502cbcc468e0) to branch 'net.randombit.botan.general-simd' (head c05c9a6d398659891fb8cca170ed514ea7e6476d) | ||||
| * | | Document SIMD changes | lloyd | 2009-10-28 | 1 | -0/+2 |
| | | | |||||
* | | | propagate from branch 'net.randombit.botan.1_8' (head ↵ | lloyd | 2009-10-28 | 17 | -88/+2941 |
|\| | | |/ |/| | | | | | | | 3158f8272a3582dd44dfb771665eb71f7d005339) to branch 'net.randombit.botan' (head bf629b13dd132b263e76a72b7eca0f7e4ab19aac) | ||||
| * | Add missing log note for 1.9.1 change notes on CTR/OFB change | lloyd | 2009-10-28 | 1 | -0/+1 |
| | | |||||
| * | Tick version to 1.9.2-dev | lloyd | 2009-10-26 | 1 | -0/+2 |
| | | |||||
| * | Small cleanups | lloyd | 2009-10-26 | 1 | -4/+3 |
| | | |||||
| * | Add ; after call to VC++'s __cpuid, not a macro | lloyd | 2009-10-25 | 1 | -6/+13 |
| | | |||||
| * | Update docs for 1.9.1 release 2009-10-231.9.1 | lloyd | 2009-10-23 | 1 | -1/+2 |
| | | |||||
| * | Note removing exception specs. Reorder by interestingness | lloyd | 2009-10-22 | 1 | -2/+3 |
| | | |||||
| * | Reset version as 1.9.1-dev instead of -rc1 | lloyd | 2009-10-21 | 1 | -1/+1 |
| | | |||||
| * | Document Clang support | lloyd | 2009-10-19 | 1 | -1/+1 |
| | | |||||
| * | Fix some minor compilation issues in the examples | lloyd | 2009-10-14 | 3 | -4/+4 |
| | | |||||
| * | propagate from branch 'net.randombit.botan.1_8' (head ↵ | lloyd | 2009-10-13 | 14 | -79/+2921 |
| |\ | | | | | | | | | | | | | | | | c5ae189464f6ef16e3ce73ea7c563412460d76a3) to branch 'net.randombit.botan' (head e2b95b6ad31c7539cf9ac0ebddb1d80bf63b5b21) | ||||
| | * | Add a couple more Python examples and the very beginning of a manual/reference | lloyd | 2009-10-10 | 3 | -0/+143 |
| | | | | | | | | | | | | for the Python wrappers. | ||||
| | * | Tick timestamp in building.tex | lloyd | 2009-10-09 | 1 | -1/+1 |
| | | | |||||
| | * | Bump version to 1.9.1-rc1 | lloyd | 2009-10-09 | 1 | -1/+1 |
| | | | |||||
| | * | Fix python install target. Add CryptoBox wrapper plus an example | lloyd | 2009-10-09 | 2 | -0/+35 |
| | | | |||||
| | * | Fix for configure.py. Add instructions on building Python and Perl wrappers | lloyd | 2009-10-09 | 1 | -50/+97 |
| | | | |||||
| | * | Move boost.python example scripts to doc/python | lloyd | 2009-10-09 | 3 | -0/+143 |
| | | | |||||
| | * | Add support for GNU/Hurd | lloyd | 2009-10-07 | 1 | -0/+1 |
| | | | |||||
| | * | Document other changes in 1.9.1-pre | lloyd | 2009-10-07 | 1 | -0/+2 |
| | | | |||||
| | * | Add a TSS example | lloyd | 2009-10-06 | 1 | -0/+38 |
| | | | |||||
| | * | Add an implementation of threshold secret sharing from draft-mcgrew-tss-02 | lloyd | 2009-10-06 | 1 | -2/+3 |
| | | | |||||
| | * | Significantly rework CPUID support. Add cache line detection | lloyd | 2009-09-29 | 1 | -0/+15 |
| | | | |||||
| | * | merge of '1efb42e84eca9e01edd7b7f1335af7011eab994c' | lloyd | 2009-09-25 | 1 | -0/+1 |
| | |\ | | | | | | | | | | | | | and 'bb55abb64b64ca63aeb361db40c6bc4692d4ce48' | ||||
| | | * | Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually | lloyd | 2009-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | existing on the current CPU before returning an object. | ||||
| | * | | Update the implementation of Blue Midnight Wish to use the Round 2 tweaked | lloyd | 2009-09-21 | 1 | -1/+1 |
| | |/ | | | | | | | | | | version. | ||||
| | * | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 1 | -17/+27 |
| | | | |||||
| | * | Remove some debug code from benchmark example | lloyd | 2009-09-15 | 1 | -6/+0 |
| | | | |||||
| | * | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 2 | -23/+21 |
| | | |