aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add a program that reads a set of test vectors for EAX mode using severallloyd2008-09-271-0/+227
| | | | | different algorithms taken from libtomcrypt. Requires Boost.Regex currently (would like to remove that at some point).
* Uptick version to 1.7.13lloyd2008-09-271-0/+6
|
* Add an example database row encryptorlloyd2008-09-241-0/+134
|
* If the Zlib module is not compiled in, don't #error and abort the wholelloyd2008-09-242-5/+6
| | | | compile, just skip adding a Zlib filter into the Pipe.
* Fail at runtime if bzip2 is not compiled in, instead of compile timelloyd2008-09-241-3/+9
|
* Update for 1.7.12 release 2008-09-181.7.12lloyd2008-09-181-1/+1
|
* Create a RNG object, update for new interface for DSA paramater generationlloyd2008-09-181-6/+15
|
* Add missing <memory> includelloyd2008-09-181-0/+1
|
* Add testers for the NIST CAVS PQGGen and SigGen tests (part of FIPS-140lloyd2008-09-182-0/+194
| | | | DSA test suite)
* Document additions to exampleslloyd2008-09-181-0/+1
|
* Add a program that checks the ressol() implementation using a set oflloyd2008-09-181-0/+77
| | | | randomly generated primes.
* Add a test app for random_prime in exampleslloyd2008-09-181-0/+69
|
* Fix compilation with latest RNG APIlloyd2008-09-181-1/+3
|
* Remove warninglloyd2008-09-181-3/+2
|
* Makefile for examples now requires GNU make, was getting way too longlloyd2008-09-182-130/+23
| | | | using normal make syntax.
* Credit Dean with the code in thanks.txtlloyd2008-09-181-0/+2
|
* Document other changes since 1.7.11lloyd2008-09-181-3/+10
|
* Add a program that checks the X9.31 PRNG against a set of NIST test vectorslloyd2008-09-181-0/+134
|
* Add Vaclav Ovsik to creditslloyd2008-09-171-0/+4
|
* Add the program I wrote to write a set of many RSA keys (used for benchmarkinglloyd2008-09-171-0/+35
| | | | and profiling, mostly).
* Note addition of XLC support in loglloyd2008-09-161-1/+2
|
* Specialization for Cell PPUlloyd2008-09-161-0/+1
|
* Function was renamed, bigint_simple_sqr is now hotspotlloyd2008-09-161-2/+2
|
* Initial notes for 1.7.12 releaselloyd2008-09-151-0/+6
|
* List Noekeon and Salsa20 in info.txtlloyd2008-09-111-17/+18
|
* Update log for 1.7.11 releaselloyd2008-09-111-2/+4
|
* Document some other recent updateslloyd2008-09-111-2/+4
|
* Note new 16x16 Comba operationslloyd2008-09-101-0/+1
|
* Add implementation of Salsa20 stream cipherlloyd2008-09-091-0/+1
|
* Add a little more detail to RSA example. Reword some intro text.lloyd2008-09-081-29/+39
|
* Update release noteslloyd2008-09-071-0/+3
|
* Bump to 1.7.11 (pre)lloyd2008-09-071-0/+2
|
* Changes for 1.7.10lloyd2008-09-051-1/+1
|
* Mention DL_Group::Format aliaseslloyd2008-09-051-0/+1
|
* Further release notes for 1.7.10lloyd2008-09-051-1/+7
|
* Start of 1.7.10 release noteslloyd2008-09-051-0/+3
|
* Generate a random 2k bit DSA group instead of 1024-bit JCE defaultlloyd2008-08-301-1/+3
|
* Fix xor_ciph examplelloyd2008-08-301-2/+4
|
* Changes for 1.7.91.7.9lloyd2008-08-271-0/+11
|
* Update log and readme for 1.7.81.7.8lloyd2008-07-151-1/+1
|
* Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"lloyd2008-07-111-0/+1
| | | | keying is supported (see section 2.3 of the specification for details)
* Note some recent changes in the loglloyd2008-07-071-0/+2
|
* Add an implementation of the Shanks-Tonelli algorithm, which is used tolloyd2008-07-072-0/+8
| | | | find square roots modulo a prime. Contributed by FlexSecure GmbH
* Document changes so far since 1.7.7lloyd2008-06-301-0/+5
|
* Mark this as 1.7.8-pre in readme and log filelloyd2008-06-301-0/+2
|
* Document the removal of the PK filter objects (somewhat after the fact)lloyd2008-06-281-0/+1
|
* Update changelog and readme for 1.7.7lloyd2008-06-281-1/+2
|
* Fix the DSA examples. Reindent.lloyd2008-06-2813-30/+50
|
* Update more of the exampleslloyd2008-06-273-5/+11
|
* Update pkcs10, passhash exampleslloyd2008-06-272-9/+16
|