summaryrefslogtreecommitdiff
path: root/libextra
Commit message (Expand)AuthorAgeFilesLines
* Add emacs mode markers.Simon Josefsson2008-05-271-2/+2
* Revert "Use libtool EXTRA_ version symbols."Simon Josefsson2008-05-261-6/+6
* Use libtool EXTRA_ version symbols.Simon Josefsson2008-05-261-6/+6
* libgnutls-openssl: added RAND_pseudo_bytes API.Simon Josefsson2008-05-261-0/+7
* Fix LZO build failure.Simon Josefsson2008-03-191-14/+18
* Fix gcc warnings.Simon Josefsson2008-03-192-3/+1
* Revert a3e4759117cee5d756475215437a440dc12fcc6c because it breaks libtool v2.2.Simon Josefsson2008-03-101-2/+2
* Remove gnutls_extra.h, not needed anymore.Simon Josefsson2008-03-103-54/+3
* Doc fixes.Simon Josefsson2008-03-061-7/+9
* gnutls_int includes config.h, no need to do it twice.Simon Josefsson2008-02-261-2/+0
* Need gnutls_int.h for mpi_t and stuff (now in lib/x509/x509_int.h).Simon Josefsson2008-02-261-0/+2
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+2
* Remove openpgp files moved to lib/openpgp/.Simon Josefsson2008-01-158-1483/+0
* merged the openpgp branch to head\!Nikos2008-01-1329-16015/+1
* Added fix by Alon to avoid linking against /usr/lib/libgnutls.so.Nikos2008-01-121-2/+2
* Remove LZO compression support.Simon Josefsson2008-01-088-6058/+0
* GPLv3 fixes.Simon Josefsson2007-12-095-7/+7
* GPL parts under GPLv3System User2007-12-0710-140/+110
* Re-apply opencdk fixes that were lost in 0.6.6 upgrade.Simon Josefsson2007-11-162-4/+4
* Use OpenCDK 0.6.6.Simon Josefsson2007-11-165-10/+11
* Doc fix.Simon Josefsson2007-11-141-3/+3
* Doc fix.Simon Josefsson2007-11-141-2/+2
* Use new API.Simon Josefsson2007-11-141-5/+6
* Don't use trustdb error code.Simon Josefsson2007-11-141-2/+0
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-3011-11/+11
* Updated the ld version.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Sync with OpenCDK 0.6.5.Simon Josefsson2007-10-275-127/+261
* Add `.gitignore'.Ludovic Courtès2007-10-261-0/+3
* removed unused code.Nikos Mavrogiannopoulos2007-10-241-138/+0
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-244-245/+221
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-1910-99/+99
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-199-79/+79
* Renamed gnutls_openpgp_key_t to gnutls_openpgp_cert_tNikos Mavrogiannopoulos2007-10-198-51/+51
* ** Corrected bugs in the openpgp certificate verification functions using a k...Nikos Mavrogiannopoulos2007-10-157-260/+133
* Removed all the trustdb related code. It wasn't used and trustdbs are notNikos Mavrogiannopoulos2007-10-135-214/+2
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-072-443/+1
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-242-1/+30
* Remove .cvsignore's.Simon Josefsson2007-09-104-36/+0
* Upgrade to OpenCDK 0.6.4.Simon Josefsson2007-08-242-3/+3
* Fix pointer mix for different sized variables.Simon Josefsson2007-08-162-5/+10
* Fix warning. Tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-08-151-0/+1
* Add gnutls_openpgp_privkey_sign_hash.Simon Josefsson2007-08-131-0/+35
* Merge patch from Timo, applied to CVS.Simon Josefsson2007-06-141-3/+7
* Fix use of uninitialized variable in `gnutls_certificate_set_openpgp_key_mem ()'Ludovic Courtès2007-06-141-1/+1
* Update to OpenCDK 0.6.3.Simon Josefsson2007-06-1120-558/+1130
* Add opencdk.h to sources.Simon Josefsson2007-05-261-5/+4
* fix the key ID representation in the XML code.Timo Schulz2007-05-231-33/+35
* cleanups for the xml code: elgamal keys are not supported.Timo Schulz2007-05-214-26/+40
* do not close the input stream in the import codeTimo Schulz2007-05-211-18/+14
* patch to support raw keyrings.Timo Schulz2007-05-141-23/+27