summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2013-12-16Open new development branch.Werner Koch1-1/+3
--
2013-12-16Release 1.6.0.Werner Koch1-2/+13
2013-12-16Add configure option --enable-large-data-tests.Werner Koch1-0/+4
* configure.ac: Add option --enable-large-data-tests. * tests/hashtest-256g.in: New. * tests/Makefile.am (EXTRA_DIST): Add hashtest-256g.in. (TESTS): Split up into tests_bin, tests_bin_last, tests_sh, and tests_sh_last. (tests_sh_last): Add hashtest-256g (noinst_PROGRAMS): Add only tests_bin and tests_bin_last. (bench-slope.log, hashtest-256g.log): New rules to enforce serial run. Signed-off-by: Werner Koch <wk@gnupg.org>
2013-12-13Update license informationWerner Koch1-12/+4
* LICENSES: New. * Makefile.am (EXTRA_DIST): Add LICENSES. * AUTHORS: Add list of copyright holders. * README: Reference AUTHORS. Signed-off-by: Werner Koch <wk@gnupg.org>
2012-12-03Update the copyright years.Werner Koch1-1/+1
--
2011-06-29Prepare a new development branchWerner Koch1-1/+3
2011-06-29Prepare for the 1.5.0 release.Werner Koch1-6/+3
2011-02-21Final changes for 1.5.0-beta1Werner Koch1-1/+1
2011-02-13First take on using AES-NI instructionsWerner Koch1-0/+6
This first naive use of the new Intel AES-NI instructions boosts the performance of AES on CPUs supporting this by 3 to 5 times. Results from running ./benchmark --cipher-repetitions 10 --large-buffers cipher aes on a cpu family : 6 model : 37 model name : Intel(R) Core(TM) i5 CPU 660 @ 3.33GHz stepping : 2 cpu MHz : 3325.494 cache size : 4096 KB cpu cores : 2 yields this: ECB/Stream CBC CFB OFB CTR --------------- --------------- --------------- --------------- --------------- 130ms 110ms 110ms 100ms 110ms 110ms 160ms 150ms 170ms 170ms 40ms 40ms 20ms 30ms 30ms 20ms 70ms 70ms 80ms 80ms The first line is with runtime switched off AES-NI instructions (don't set use_aesni in do_setkey), the second with enabled AES-NI. By fixing the alignment, I hope to squeeze out a little more even with this naive implementation.
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-16/+15
Check and install the standard git pre-commit hook.
2009-12-10Add option --disable-O-flag-munging.Werner Koch1-0/+12
2009-11-29Fix detection of cpuid statement.Werner Koch1-7/+5
2009-05-10Doc fixes.Werner Koch1-3/+48
2009-01-22Prepare for new developments.Werner Koch1-1/+3
2009-01-22PreparingWerner Koch1-2/+2
2008-09-18Preparing a releaseWerner Koch1-1/+1
2008-09-08doc cleanupsWerner Koch1-2/+2
2008-09-05Updated the architecture chapterWerner Koch1-3/+3
2008-09-01Prepare a release candidateWerner Koch1-2/+1
2008-08-22Completed the RNG implementaion switching.Werner Koch1-0/+6
Added framework for running RNG tests. Added an experimental option --enable-hmac-binary-check to configure. --This line, and those below, will be ignored-- M src/fips.c M src/cipher-proto.h M src/global.c M src/hmac256.c M src/ChangeLog M src/hmac256.h M src/Makefile.am M tests/Makefile.am M configure.ac M doc/gcrypt.texi M random/random-fips.c M random/random.c M random/rand-internal.h M random/random.h M random/ChangeLog M ChangeLog M README
2008-08-19Adding gcry_mpi_lshift.Werner Koch1-1/+3
Preparing a release candidate.
2008-04-25Preparing the releaseWerner Koch1-2/+3
2007-12-10Preparing 1.4.0.Werner Koch1-38/+94
2007-08-22Made all library code LGPL.Werner Koch1-13/+6
2007-08-22Changed rndw32 to LGPL.Werner Koch1-1/+0
Typo fixes.
2007-05-31Camellia is now LGPLedWerner Koch1-1/+0
2007-05-04Post release updates.Werner Koch1-2/+2
Allow colons as delimiters for --enable-mpi-path.
2007-05-02More info from GCRYCTL_PRINT_CONFIG.Werner Koch1-4/+33
Put Camellia symbols into our namespace.
2007-02-22Tweaks for W32Werner Koch1-0/+5
2007-02-21A lot of cleanups as well as minor API changes.Werner Koch1-1/+1
Ported some changes from 1.2 to here.
2007-02-20New configure option --disable-endian-check.Werner Koch1-0/+6
2006-03-17More changes.Werner Koch1-2/+4
2005-06-10Move detection of basic stuff to the top. ForWerner Koch1-3/+2
example we need to know whether gcc is used before testing for it. Reported by Ralf Fassel.
2004-04-15Prepared development branch (actually CVS HEAD)Werner Koch1-1/+5
2004-04-15About to release 1.2Werner Koch1-22/+8
2004-03-29* configure.ac: Set LT to C12/A1/R0.Werner Koch1-2/+2
* libgcrypt-config.in (Options): Ignore the obsolete --threads option for now.
2003-11-14* configure.ac: Bumbed LT version to C10/A3/R0.Werner Koch1-3/+5
* configure.ac (have_ld_version_script): Set the default in a separate test. (PRINTABLE_OS_NAME): Don't handle the Hurd extra, this leads to conflicts with BSD based GNU systems. The Hurd has now a working uname.
2003-09-04About to release 1.1.43Werner Koch1-1/+1
2003-07-27New file with hints on changing applications for the new API.Werner Koch1-1/+1
unfinished....
2003-07-052003-07-05 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-8/+15
* README: Few changes, mention libgpg-error.
2003-04-272003-04-27 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-1/+5
* README: Mention the --enable-maintainer-switch.
2003-04-272003-04-27 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-7/+11
* README: Documented new configure switches.
2003-01-21* README (Configure options): New.Werner Koch1-0/+36
* configure.ac (have_ld_version_script): New option --enable-ld-version-script.
2002-05-21* configure.ac: Set LT version to 4/3/0.Werner Koch1-10/+0
2002-05-17* configure.ac: Removed all the dynmaic loading stuff.Werner Koch1-6/+11
2002-05-14Change the license to the LGPL.Werner Koch1-10/+69
2001-12-18* Makefile.am (dist-hook): Only look in mpi and scripts forWerner Koch1-3/+2
distfiles; this way we don't include those of a stale "make dist" directory. * acinclude.m4 (GNUPG_FIX_HDR_VERSION): Make it work with the new automake. * configure.ac: Don't chmod db2any.
2001-12-18Added some commentsWerner Koch1-1/+1
2001-08-03released 1.1.4Werner Koch1-0/+5
2001-05-31The first libgcrypt only release.Werner Koch1-1/+9