aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Tick to 1.8.10 release 2010-08-311.8.10lloyd2010-08-311-2/+2
* Replace S2K with PBKDF in doc and examples since that is the preferred namelloyd2010-08-315-31/+32
* Use small tables in the first round of AES. See notes from revlloyd2010-08-201-0/+1
* Improve compatability with the S2K/PBKDF changes made in 1.9:lloyd2010-08-171-0/+2
* Switch from 3DES to AES-256 for the default encryption algorithm forlloyd2010-08-131-0/+2
* The Perl configure put the doxy file into doc/, while the Python onelloyd2010-06-221-0/+4
* Tick readme, log, configure for 1.8.9 release1.8.9lloyd2010-06-161-1/+1
* Update X509/PKCS8 docs WRT BER_encodelloyd2010-06-151-101/+60
* s/PKCS8_PrivateKey/Private_Key/ and s/X509_PublicKey/Public_Key/lloyd2010-06-151-37/+40
* Document new BER_encode functionslloyd2010-06-151-0/+1
* Use a constant-time multiplication in IDEA. Add more IDEA tests.lloyd2010-06-141-4/+5
* Add make check to impatient instructions.lloyd2010-06-101-72/+6
* Update instructions to use the Python script, and note the existencelloyd2010-06-101-75/+52
* The Perl script will now refuse to run at all unless you pass thelloyd2010-06-101-0/+1
* Final DLL link fixeslloyd2010-06-101-0/+1
* Use using directives to bring parent members of vector types intolloyd2010-06-091-0/+3
* For DSA groups, use 160 bit q for all p less than or equal to 1024 bitslloyd2010-05-281-0/+1
* Use a reference count in GMP_Engine to track if we should reset thelloyd2010-01-221-0/+1
* Add support for the InnoSetup installer. This will not work right nowlloyd2009-11-251-0/+4
* Update docs for 1.8.8 release 2009-11-031.8.8lloyd2009-11-031-1/+2
* Document other recent changeslloyd2009-10-141-0/+2
* Document rng& argument to PKCS8::load_keylloyd2009-10-132-3/+14
* Change Skein-512 to match the tweaked 1.2 specification. Round constantslloyd2009-09-151-0/+1
* Bump version to 1.8.8-devlloyd2009-09-151-0/+2
* Have dist script pull from nrb.1_8 in this branchlloyd2009-09-111-1/+1
* Update configures, readme, logfile for 1.8.7 release 2009-09-091.8.7lloyd2009-09-101-1/+1
* Add a new option --no-autoload to configure.py. This will produce a minimallloyd2009-09-041-0/+2
* Move 1.8 releases to a branch. Flip version numbers to 1.8.7-prelloyd2009-08-131-0/+2
* Fix hardcoded paths in dist script. Use configure.py instead of cofigure.pllloyd2009-08-131-3/+3
* Update version #s, logfile, readme for 1.8.6 release 2009-08-131.8.6lloyd2009-08-131-2/+7
* Add a new interface CryptoBox which provides basic password-based encryptionlloyd2009-08-131-0/+50
* Add a couple of new exampleslloyd2009-08-042-0/+222
* Mention Open64 support. Move /proc-reader changes to top, most important of w...lloyd2009-08-031-1/+2
* Change version to 1.8.6-pre, document changes since 1.8.5 releaselloyd2009-07-251-0/+5
* Minor changes to the license.lloyd2009-07-251-13/+14
* Update log, readme, version #s in configure for 1.8.5 release 2009-07-231.8.5lloyd2009-07-231-1/+2
* Add Charles Brockman to the credits file - he submitted a number oflloyd2009-07-211-0/+5
* Apply some grammatical fixes to api.tex contributed by Charles Brockmanlloyd2009-07-211-90/+90
* Set version fields for 1.8.5 rc1lloyd2009-07-211-1/+1
* Only append <requires> if at least one deplloyd2009-07-211-6/+10
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+37
* Add a script that analyzes the source and prints module dependencies.lloyd2009-07-151-0/+70
* Also document Skein fixlloyd2009-07-141-0/+1
* Document that the test suite returns an error code nowlloyd2009-07-141-0/+1
* Bump version numbers to 1.8.5-prelloyd2009-07-141-0/+3
* Do a 1.8.4 release to fix MR nonce gen buglloyd2009-07-121-0/+3
* Update readme and logfile for 1.8.3 release1.8.3lloyd2009-07-111-1/+1
* Fix generating primes between 4 and 7 bits. The problem was that whenlloyd2009-07-111-1/+1
* Document fix to random_primelloyd2009-07-101-0/+1
* Don't recommend SHA-1 for new applications.lloyd2009-07-081-30/+33