summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-12-19* configure.ac (have_pthread): Check for pthreads in libc.Werner Koch4-1/+26
2002-12-19* libgcrypt.vers: New.Werner Koch3-26/+53
2002-12-19* global.c (gcry_control) <initialization>: Call the random moduleWerner Koch2-3/+10
2002-12-19* random.c (_gcry_random_initialize): New.Werner Koch4-0/+23
2002-12-12* md.c: Added another oddball OIW OID (sha-1WithRSAEncryption).Werner Koch2-0/+6
2002-12-09* global.c (gcry_calloc,gcry_calloc_secure): Check for overflow.Werner Koch3-11/+38
2002-11-23* basic.c (check_digests): Add another test for MD4. By SimonWerner Koch2-1/+8
2002-11-23Private notes of mine (might be in German)Werner Koch1-0/+8
2002-11-23* md.c (load_digest_module): Enlarged checked_algos bitmap.Werner Koch3-12/+18
2002-11-12* config.sub, config.guess: Updated from ftp.gnu.org/gnu/configWerner Koch3-249/+363
2002-11-10Accidently commited an empty file - here comes the spice.Werner Koch1-0/+397
2002-11-10* configure.ac (MODULES_IN_CIPHER): Add md4.c. By Simon Josefsson.Werner Koch4-1/+13
2002-11-10* cipher.c (gcry_cipher_open): Don't reject CTS flag.Werner Koch5-14/+105
2002-11-10typo fixesWerner Koch1-2/+2
2002-11-10* gcrypt.h (gcry_ctl_cmds): New GCRYCTL_SET_CBC_CTS control flag.Werner Koch2-3/+20
2002-11-10* basic.c (check_aes128_cbc_cts_cipher): New function.Werner Koch2-8/+217
2002-10-14* arcfour.c (do_encrypt_stream): Don't use increment op whenWerner Koch4-18/+19
2002-10-102002-10-10 Timo Schulz <ts@winpt.org>Timo Schulz2-6/+20
2002-10-102002-10-10 Timo Schulz <ts@winpt.org>Timo Schulz2-9/+31
2002-09-20* mpi-mul.c (gcry_mpi_mul_2exp): New. This was declared inWerner Koch2-0/+10
2002-09-202002-09-20 Timo Schulz <ts@winpt.org>Timo Schulz2-0/+8
2002-09-20Bumbed version numberWerner Koch2-1/+4
2002-09-20About to release 1.1.10.Werner Koch4-24/+45
2002-09-20* Makefile.am (DISTCLEANFILES): Include mpi-asm-defs.hWerner Koch2-1/+6
2002-09-20* ath.c: Include sys.time.h if sys/select.h does not exist.Werner Koch4-4/+30
2002-09-20* ath.h: Prefix ath_deinit.Werner Koch2-0/+5
2002-09-182002-09-18 Timo Schulz <ts@winpt.org>Timo Schulz3-2/+7
2002-09-18Some updates for the Libgcrypt W32 DLL process.Timo Schulz5-129/+186
2002-09-18* Makefile.am (.S.lo): Pass -DPIC. i386, PPC and Sparc codeWerner Koch2-1/+6
2002-09-17* benchmark.c: New.Werner Koch2-0/+72
2002-09-17* benchmark.c: New.Werner Koch2-3/+143
2002-09-17* configure.ac: Check for Pth and Pthreads.Werner Koch3-3/+30
2002-09-17* ath.c, ath.h, ath-pth.c, ath-pthread.c: New. Taken from GPGME.Werner Koch5-0/+634
2002-09-17* global.c (global_init): New. Use it instead of the settingWerner Koch6-170/+69
2002-09-17* random.c: Replaced mutex.h by the new ath.h. Changed all calls.Werner Koch14-98/+151
2002-08-26* des.c (weak_keys): Fixed one entry in the table and comparedWerner Koch2-35/+87
2002-08-26* basic.c (check_ciphers): Check simple DES.Werner Koch2-0/+5
2002-08-23set version number to -cvsWerner Koch2-1/+5
2002-08-23autofixed version numberWerner Koch1-1/+1
2002-08-23* configure.ac (LIBGCRYPT_CONFIG_CFLAGS): Renamed fromWerner Koch3-7/+16
2002-08-23* Makefile.am (.S.lo): Fixed for libtool build with --disable-shared.Werner Koch2-4/+10
2002-08-23* missing-string.c: Removed unneeded strlwr.Werner Koch4-162/+95
2002-08-21* pubkey.c: Enable keygrip calculation for "openpgp-rsa".Werner Koch2-1/+5
2002-08-21Typo fix.Werner Koch1-1/+1
2002-08-17* cipher.c (setup_cipher_table): Don't overwrite the DES entryWerner Koch2-0/+6
2002-08-14* gcrypt.h: Add GCRY_CIPGER_DES. Included string.h for size_t.Werner Koch9-8/+98
2002-08-14Typo fixesWerner Koch1-4/+4
2002-07-25* rndunix.c (_gcry_rndunix_constructor): Prefixed with _gcry_.Werner Koch3-1/+7
2002-07-25* cipher.h: Added prototypes for progress functions.Werner Koch5-5/+26
2002-07-25* longlong.h: Replaced all K&R multiline strings by ISO ones forWerner Koch2-224/+237