summaryrefslogtreecommitdiff
path: root/lib/opencdk
Commit message (Expand)AuthorAgeFilesLines
* removed cdk_armor_filter_use()Nikos Mavrogiannopoulos2011-12-312-31/+0
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-312-2/+8
* Removed unneeded opencdk functionality.Nikos Mavrogiannopoulos2011-12-315-622/+8
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-1/+1
* dropped unneeded function.Nikos Mavrogiannopoulos2011-11-243-20/+1
* do not unconditionally include sys/socket.h.Nikos Mavrogiannopoulos2011-10-271-1/+2
* no need to include windows.h here.Nikos Mavrogiannopoulos2011-10-271-3/+0
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* corrections in debugging code.Nikos Mavrogiannopoulos2011-09-252-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-0322-63/+46
* documentation fixesNikos Mavrogiannopoulos2011-07-232-5/+5
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-2314-70/+42
* removed unreachable code warningNikos Mavrogiannopoulos2011-06-161-2/+0
* eliminated wipemem().Nikos Mavrogiannopoulos2011-06-164-15/+4
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-264-8/+5
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* eliminated last instances of strcpy() and strcat() to keep pendantics happy.Nikos Mavrogiannopoulos2011-05-103-18/+26
* Use c_toupper to avoid converting characters non in the english ASCII set. Re...Nikos Mavrogiannopoulos2011-05-051-2/+3
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-1/+2
* Changes armor.c to be able to handle both LF and CRLF inputs (output isNikos Mavrogiannopoulos2011-04-101-3/+16
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-2/+1
* simplified cdk_trim_string() to make it safer to use.Nikos Mavrogiannopoulos2011-04-073-11/+12
* removed unused codeNikos Mavrogiannopoulos2011-04-076-391/+1
* null terminate the armored stringNikos Mavrogiannopoulos2011-04-071-4/+8
* more clear bounds checkingNikos Mavrogiannopoulos2011-04-071-1/+1
* removed unneeded function.Nikos Mavrogiannopoulos2011-04-062-27/+0
* Corrected access to freed memory location. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-1/+3
* Corrected uninitialized var deinitiation. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-0/+2
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Increased level of opencdk debug messages.Nikos Mavrogiannopoulos2011-02-181-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-1623-1743/+1743
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-1415-42/+44
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-033-3/+11
* Increased log level of several messages.Nikos Mavrogiannopoulos2010-06-034-51/+51
* Common code for calculation of RSA exp1 and exp2. Also update the openpgpNikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
* More indentation.Simon Josefsson2010-04-148-825/+871
* Indent code.Simon Josefsson2010-04-142-7/+6
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-132-2/+0
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-311-22/+22
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-11/+14
* Update copyright years.Simon Josefsson2010-01-2723-23/+45
* Fix FSF copyright notices.Simon Josefsson2010-01-272-2/+2
* When checking self signature also check the signatures of all subkeys.Nikos Mavrogiannopoulos2010-01-121-34/+46
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-059-25/+25
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-1/+1
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-299-25/+25
* Indent code.Simon Josefsson2009-11-059-25/+32