aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-0/+3
|\
| * Add last nights project, an SSE2 implementation of IDEA. Right about 4xlloyd2009-12-231-2/+3
| * Document timer changeslloyd2009-12-221-0/+2
* | propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-216-39/+34
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-164-35/+67
| |\
| * | Most files including <botan/time.h> actually just needed <chrono>lloyd2009-12-012-2/+2
| * | Update examples for changed/removed APIs, namely:lloyd2009-12-014-9/+14
| * | propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a...lloyd2009-11-292-0/+123
| |\ \
| * \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-202-69/+6
| |\ \ \
| * | | | Fix some examples for changed APIs in C++0x branchlloyd2009-11-176-11/+7
| * | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-172-78/+89
| |\ \ \ \
| * \ \ \ \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-138-18/+172
| |\ \ \ \ \
| * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f...lloyd2009-11-053-11/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-25/+15
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-25/+15
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-301-25/+15
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-171-1/+2
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Use <chrono> in the runtime benchmarking code instead of the locallloyd2009-09-161-2/+1
* | | | | | | | | | | | Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-11/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Make many more headers internal-only.lloyd2009-12-166-37/+68
* | | | | | | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-0/+1
* | | | | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-015-9/+5
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Mention the Win32 build and installer improvementslloyd2009-11-241-0/+2
* | | | | | | | | | Update version # to 1.9.4-devlloyd2009-11-231-0/+2
* | | | | | | | | | Add an example of reading SSH2 public keyslloyd2009-11-201-0/+119
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Document Win32 DLL and InnoSetup changes1.9.3lloyd2009-11-201-0/+2
* | | | | | | | | Update log and readme for 1.9.3 release 2009-11-19lloyd2009-11-201-1/+1
* | | | | | | | | Remove some obsolete stuff about modules from building.texlloyd2009-11-191-68/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Get the old GTK+ example to build, though the pulse UI logic is no longerlloyd2009-11-172-78/+89
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Document adding FPElloyd2009-11-131-0/+1
* | | | | | | Extend FPE example to encrypt credit card numbers with valid Luhn checksumslloyd2009-11-131-8/+120
* | | | | | | propagate from branch 'net.randombit.botan' (head 586495311cff277e7a24b4116c9...lloyd2009-11-131-0/+22
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 0cb3295ee48403828c652064fbf...lloyd2009-11-061-0/+22
| |\ \ \ \ \ \ \
| | * | | | | | | Add format preserving encryption, design is FE1/FD1 from the paperlloyd2009-11-051-0/+22
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | 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
* | | | | | | | 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
* | | | | | | | Fix errors in the AES-256 key schedule for the AES-NI version. Now passeslloyd2009-11-101-1/+1
* | | | | | | | Make the AES implementation using Intel's AES instruction extension official;lloyd2009-11-102-0/+2
* | | | | | | | Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-3/+4
* | | | | | | | In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-095-6/+8
|/ / / / / / /
* / / / / / / Tick to 1.9.3-devlloyd2009-11-061-0/+3
|/ / / / / /
* | | | | | propagate from branch 'net.randombit.botan.1_8' (head a101c8c86b755a666c72baf...1.9.2lloyd2009-11-032-2/+3
|\ \ \ \ \ \
| * | | | | | 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
* | | | | | Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-291-0/+2
* | | | | | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-291-0/+2
|\ \ \ \ \ \
| * | | | | | Document SIMD changeslloyd2009-10-281-0/+2