summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libgcrypt code updated with similar checks to nettle codegnutls_2_12_22Nikos Mavrogiannopoulos2013-01-061-2/+14
* guile: Fix dependencies to be parallel-safe.Ludovic Courtès2013-01-061-6/+10
* releasedNikos Mavrogiannopoulos2013-01-051-1/+4
* use AC_CONFIG_HEADERS()Nikos Mavrogiannopoulos2013-01-033-3/+3
* Corrected bugs in record padding parsing.Nikos Mavrogiannopoulos2013-01-032-2/+5
* Stricter RSA PKCS #1 1.5 encoding and decoding. Reported by Kikuchi Masashi.Nikos Mavrogiannopoulos2013-01-032-2/+18
* documented fixNikos Mavrogiannopoulos2012-11-171-0/+3
* more gcc warnings to ignoreNikos Mavrogiannopoulos2012-11-171-0/+7
* bumped versionNikos Mavrogiannopoulos2012-11-173-3/+3
* Prevent the usage of strlen() on null values.Nikos Mavrogiannopoulos2012-11-171-3/+11
* updated gnulib, and added hash-pjw-bare.Nikos Mavrogiannopoulos2012-11-11193-1654/+4627
* updated docgnutls_2_12_21Nikos Mavrogiannopoulos2012-11-081-0/+2
* updatedNikos Mavrogiannopoulos2012-11-082-30/+63
* bumped versionsNikos Mavrogiannopoulos2012-11-084-4/+4
* tolerate key usage violation.Nikos Mavrogiannopoulos2012-11-084-12/+4
* update cflags and libsNikos Mavrogiannopoulos2012-11-031-1/+2
* updated libtasn1Nikos Mavrogiannopoulos2012-11-0314-625/+633
* Key usage violations are allowed when the COMPAT keyword is specified.Nikos Mavrogiannopoulos2012-11-034-6/+17
* Corrected bug in PGP subpacket encodingNikos Mavrogiannopoulos2012-11-031-1/+3
* depend on libtasn1 2.14 or later.Nikos Mavrogiannopoulos2012-11-032-4/+11
* Use the new asn1_read_node_value()Nikos Mavrogiannopoulos2012-11-031-6/+21
* do not use @eurognutls_2_12_20Nikos Mavrogiannopoulos2012-06-102-4/+4
* bumped versionsNikos Mavrogiannopoulos2012-06-105-5/+5
* Fixed leaks in PKCS #8 decodingNikos Mavrogiannopoulos2012-06-102-3/+5
* Revert "This patch fixes following kind of issue with automake 1.12"Nikos Mavrogiannopoulos2012-06-023-9/+0
* corrected data copyNikos Mavrogiannopoulos2012-05-271-4/+4
* When checking for an issuer check for a match in the key identifiers.Nikos Mavrogiannopoulos2012-05-242-5/+44
* This patch fixes following kind of issue with automake 1.12Nikos Mavrogiannopoulos2012-05-093-0/+9
* bumped versiongnutls_2_12_19Nikos Mavrogiannopoulos2012-05-052-2/+2
* corrected bug in scan_nz()Nikos Mavrogiannopoulos2012-04-251-1/+1
* bumped version.Nikos Mavrogiannopoulos2012-04-224-4/+4
* documented fixNikos Mavrogiannopoulos2012-04-221-0/+3
* Added complete check in SRP parameters.Nikos Mavrogiannopoulos2012-04-221-2/+10
* Added better sanity checks in Diffie-Hellman key exchange.Nikos Mavrogiannopoulos2012-04-221-4/+29
* If a callback fails try the other.Nikos Mavrogiannopoulos2012-04-162-9/+13
* documented fixNikos Mavrogiannopoulos2012-04-161-0/+3
* by default register a file callback in p11-kit to read a file from the pin-so...Nikos Mavrogiannopoulos2012-04-161-1/+4
* updated libtasn1Nikos Mavrogiannopoulos2012-04-012-66/+88
* released 2.12.18gnutls_2_12_18Nikos Mavrogiannopoulos2012-03-161-2/+2
* corrected memory leaks in tests.Nikos Mavrogiannopoulos2012-03-163-11/+30
* corrected memory leaks in prime generation.Nikos Mavrogiannopoulos2012-03-161-5/+0
* more files to ignoreNikos Mavrogiannopoulos2012-03-161-0/+1
* Upgraded to libtasn1 version 2.12.Nikos Mavrogiannopoulos2012-03-1615-234/+302
* bumped versionNikos Mavrogiannopoulos2012-03-144-4/+4
* Fixed leaks in key generation and other cleanups. Patch by Tomas Mraz.Nikos Mavrogiannopoulos2012-03-084-17/+15
* Corrected SRP-RSA ciphersuites when used under TLS 1.2.Nikos Mavrogiannopoulos2012-03-022-4/+57
* released 2.12.17gnutls_2_12_17Nikos Mavrogiannopoulos2012-03-021-1/+1
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-024-40/+81
* added new apiNikos Mavrogiannopoulos2012-03-011-3/+3
* Added gnutls_pkcs11_reinit().Nikos Mavrogiannopoulos2012-03-015-2/+36