summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-09* global.c (gcry_calloc,gcry_calloc_secure): Check for overflow.Werner Koch3-11/+38
2002-11-10* gcrypt.h (gcry_ctl_cmds): New GCRYCTL_SET_CBC_CTS control flag.Werner Koch2-3/+20
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 Schulz1-1/+1
2002-09-17* benchmark.c: New.Werner Koch2-0/+72
2002-09-17* benchmark.c: New.Werner Koch2-3/+143
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-08-23autofixed version numberWerner Koch1-1/+1
2002-08-23* missing-string.c: Removed unneeded strlwr.Werner Koch4-162/+95
2002-08-14* gcrypt.h: Add GCRY_CIPGER_DES. Included string.h for size_t.Werner Koch2-1/+8
2002-07-25* cipher.h: Added prototypes for progress functions.Werner Koch5-5/+26
2002-06-25* mpiutil.c (gcry_mpi_swap): New.Werner Koch3-5/+33
2002-06-18* gcrypt.h: Added a bunch for brief function descriptions.Werner Koch2-190/+481
2002-06-12* hppa1.1/udiv-qrnnd.S: Changes for PIC by Randolph Chung.Werner Koch1-38/+76
2002-05-21* misc.c (_gcry_log_printf): Don't initialize a va_list. Noted byWerner Koch2-1/+4
2002-05-21prototypes fixedWerner Koch2-2/+2
2002-05-21* gcrypt.h: Replaced the typedef for byte.Werner Koch3-25/+53
2002-05-17* rndegd.c (rndegd_constructor): Fixed name of register functionWerner Koch2-5/+2
2002-05-16* tsexp.c (back_and_forth): Very minimal test of the new functions.Werner Koch7-36/+383
2002-05-15* mutex.h (DEFINE_LOCAL_MUTEX): Macro to define a mutex andWerner Koch2-0/+9
2002-05-14Change the license to the LGPL.Werner Koch15-100/+117
2002-05-07* global.c (gcry_control): Add commandsWerner Koch3-2/+35
2002-05-02* gcrypt.h (GCRYCTL_DISABLE_INTERNAL_LOCKING): New.Werner Koch8-22/+261
2002-02-18* sexp.c (gcry_sexp_sscan): Don't initialize the dummyWerner Koch3-3/+12
2002-02-07issue #warning only for gcc.Werner Koch1-1/+1
2002-01-31* sexp.c (suitable_encoding,convert_to_hex,convert_to_string)Werner Koch2-1/+90
2002-01-31* sexp.c (suitable_encoding,convert_to_hex,convert_to_string)Werner Koch3-56/+274
2002-01-11* sexp.c (gcry_sexp_canon_len): Fixed last change.Werner Koch2-3/+10
2002-01-10fixed indentationWerner Koch2-4/+4
2002-01-01Fixed a bug in the memory allocation.Timo Schulz2-0/+8
2001-12-20* sexp.c (gcry_sexp_canon_len): Describe the error codes andWerner Koch3-4/+24
2001-12-18Last fixes before the releaseWerner Koch2-2/+3
2001-12-18* Makefile.am (DISTCLEANFILES): Include libgcrypt.symWerner Koch4-2/+8
2001-12-18* sexp.c: Removed the commented test code because we now have aWerner Koch2-195/+142
2001-12-18Added some commentsWerner Koch1-0/+19
2001-12-17* pubkey.c (gcry_pk_get_keygrip): New - experimental.Werner Koch1-0/+5
2001-12-12* cipher.c: Added OIDs for AES.Werner Koch2-3/+9
2001-12-06* misc.c (_gcry_log_printf): New.Werner Koch4-53/+78
2001-11-16* gcrypt.h: New constant GCRYCTL_IS_ALGO_ENABLED.Werner Koch2-1/+6
2001-11-15Changes mainly to fix automake problemsWerner Koch4-10/+14
2001-08-28Fixed va_list problemWerner Koch2-5/+12
2001-08-03released 1.1.4Werner Koch1-1/+1
2001-08-03Applied changes from GnuPG stable.Werner Koch3-11/+32
2001-05-31The first libgcrypt only release.Werner Koch14-297/+332
2001-05-28Merged back some changes fron gnupg. Fixed doc building.Werner Koch3-3/+8
2001-01-11CBC mode fixes for AESWerner Koch2-1/+6