Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix gcc warnings. | Simon Josefsson | 2008-03-19 | 2 | -3/+1 |
| | |||||
* | Revert a3e4759117cee5d756475215437a440dc12fcc6c because it breaks libtool v2.2. | Simon Josefsson | 2008-03-10 | 1 | -2/+2 |
| | | | | | ../libtool: line 4398: cd: ../../lib/.libs: No such file or directory libtool: link: cannot determine absolute directory name of `../../lib/.libs' | ||||
* | Remove gnutls_extra.h, not needed anymore. | Simon Josefsson | 2008-03-10 | 3 | -54/+3 |
| | | | | | Fixes build failure in libextra that looked for opencdk.h (via auth_cert.h). Reported by Roman Bogorodskiy <novel@FreeBSD.org>. | ||||
* | Doc fixes. | Simon Josefsson | 2008-03-06 | 1 | -7/+9 |
| | |||||
* | gnutls_int includes config.h, no need to do it twice. | Simon Josefsson | 2008-02-26 | 1 | -2/+0 |
| | |||||
* | Need gnutls_int.h for mpi_t and stuff (now in lib/x509/x509_int.h). | Simon Josefsson | 2008-02-26 | 1 | -0/+2 |
| | |||||
* | Move dn.h stuff to x509_int.h. | Simon Josefsson | 2008-02-26 | 1 | -2/+2 |
| | |||||
* | Remove openpgp files moved to lib/openpgp/. | Simon Josefsson | 2008-01-15 | 8 | -1483/+0 |
| | |||||
* | merged the openpgp branch to head\! | Nikos | 2008-01-13 | 29 | -16015/+1 |
| | |||||
* | Added fix by Alon to avoid linking against /usr/lib/libgnutls.so. | Nikos | 2008-01-12 | 1 | -2/+2 |
| | |||||
* | Remove LZO compression support. | Simon Josefsson | 2008-01-08 | 8 | -6058/+0 |
| | |||||
* | GPLv3 fixes. | Simon Josefsson | 2007-12-09 | 5 | -7/+7 |
| | |||||
* | GPL parts under GPLv3 | System User | 2007-12-07 | 10 | -140/+110 |
| | |||||
* | Re-apply opencdk fixes that were lost in 0.6.6 upgrade. | Simon Josefsson | 2007-11-16 | 2 | -4/+4 |
| | |||||
* | Use OpenCDK 0.6.6. | Simon Josefsson | 2007-11-16 | 5 | -10/+11 |
| | |||||
* | Doc fix. | Simon Josefsson | 2007-11-14 | 1 | -3/+3 |
| | |||||
* | Doc fix. | Simon Josefsson | 2007-11-14 | 1 | -2/+2 |
| | |||||
* | Use new API. | Simon Josefsson | 2007-11-14 | 1 | -5/+6 |
| | |||||
* | Don't use trustdb error code. | Simon Josefsson | 2007-11-14 | 1 | -2/+0 |
| | |||||
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 11 | -11/+11 |
| | |||||
* | Updated the ld version. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | Sync with OpenCDK 0.6.5. | Simon Josefsson | 2007-10-27 | 5 | -127/+261 |
| | |||||
* | Add `.gitignore'. | Ludovic Courtès | 2007-10-26 | 1 | -0/+3 |
| | |||||
* | removed unused code. | Nikos Mavrogiannopoulos | 2007-10-24 | 1 | -138/+0 |
| | |||||
* | Several changes to openpgp code: | Nikos Mavrogiannopoulos | 2007-10-24 | 4 | -245/+221 |
| | | | | | | * gnutls_certificate_set_openpgp_* functions were modified to include format * KEYRING_HACK is defined to overcome a bug in opencdk which makes keyrings reentrant. Once fixed, the KEYRING_HACK code should be removed. | ||||
* | Renamed openpgp_cert to openpgp_crt to be consistent with x509. | Nikos Mavrogiannopoulos | 2007-10-19 | 10 | -99/+99 |
| | |||||
* | Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert, | Nikos Mavrogiannopoulos | 2007-10-19 | 9 | -79/+79 |
| | | | | leaving an API compatibility layer. | ||||
* | Renamed gnutls_openpgp_key_t to gnutls_openpgp_cert_t | Nikos Mavrogiannopoulos | 2007-10-19 | 8 | -51/+51 |
| | |||||
* | ** Corrected bugs in the openpgp certificate verification functions using a ↵ | Nikos Mavrogiannopoulos | 2007-10-15 | 7 | -260/+133 |
| | | | | | | | | keyring. Now it correctly verifies openpgp certificates. ** Removed the ancient pgpkeyserver support (which was not used anywhere) | ||||
* | Removed all the trustdb related code. It wasn't used and trustdbs are not | Nikos Mavrogiannopoulos | 2007-10-13 | 5 | -214/+2 |
| | | | | specified anywhere except pgp. Now we use the standard key rings. | ||||
* | Removed all the xml functions and stubs, as well as references in the | Nikos Mavrogiannopoulos | 2007-10-07 | 2 | -443/+1 |
| | | | | documentation. | ||||
* | Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1. | Simon Josefsson | 2007-09-24 | 2 | -1/+30 |
| | | | | See http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2331 | ||||
* | Remove .cvsignore's. | Simon Josefsson | 2007-09-10 | 4 | -36/+0 |
| | |||||
* | Upgrade to OpenCDK 0.6.4. | Simon Josefsson | 2007-08-24 | 2 | -3/+3 |
| | |||||
* | Fix pointer mix for different sized variables. | Simon Josefsson | 2007-08-16 | 2 | -5/+10 |
| | | | | Tiny patch from <http://cvs.fedora.redhat.com/viewcvs/devel/gnutls/gnutls-1.6.3-incompat-pointers.patch?rev=1.1&view=auto>. | ||||
* | Fix warning. Tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>. | Simon Josefsson | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | Add gnutls_openpgp_privkey_sign_hash. | Simon Josefsson | 2007-08-13 | 1 | -0/+35 |
| | |||||
* | Merge patch from Timo, applied to CVS. | Simon Josefsson | 2007-06-14 | 1 | -3/+7 |
| | | | | (stream_to_datum): Call gnutls_assert() on error. | ||||
* | Fix use of uninitialized variable in `gnutls_certificate_set_openpgp_key_mem ()' | Ludovic Courtès | 2007-06-14 | 1 | -1/+1 |
| | | | | | | | * libextra/gnutls_openpgp.c (stream_to_datum): Check whether INP is NULL rather than checking BUF (which is not initialized yet). Signed-off-by: Simon Josefsson <simon@josefsson.org> | ||||
* | Update to OpenCDK 0.6.3. | Simon Josefsson | 2007-06-11 | 20 | -558/+1130 |
| | |||||
* | Add opencdk.h to sources. | Simon Josefsson | 2007-05-26 | 1 | -5/+4 |
| | |||||
* | fix the key ID representation in the XML code. | Timo Schulz | 2007-05-23 | 1 | -33/+35 |
| | |||||
* | cleanups for the xml code: elgamal keys are not supported. | Timo Schulz | 2007-05-21 | 4 | -26/+40 |
| | | | | | bug fix for the key import (base64) code, store the stream and close it in the deinit function. | ||||
* | do not close the input stream in the import code | Timo Schulz | 2007-05-21 | 1 | -18/+14 |
| | | | | when the base64 is used. | ||||
* | patch to support raw keyrings. | Timo Schulz | 2007-05-14 | 1 | -23/+27 |
| | |||||
* | Update. | Simon Josefsson | 2007-05-12 | 18 | -1084/+1347 |
| | |||||
* | missing file. | Timo Schulz | 2007-04-24 | 1 | -0/+244 |
| | |||||
* | *** empty log message *** | Timo Schulz | 2007-04-22 | 1 | -0/+16 |
| | |||||
* | replace the old build-in opencdk version with the most | Timo Schulz | 2007-04-22 | 35 | -11630/+8701 |
| | | | | recent cvs version. | ||||
* | Adjustments for the opencdk migration and some cleanups. | Timo Schulz | 2007-04-20 | 1 | -129/+114 |
| |