summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | I've noticed in the SSL observatory data that most key usage bits in a certificate are set randomly (e.g., there are DSA certificates marked for encryption, and most RSA certificates marked for signature only are used for encryption anyway). There is no point of being strict in such environment.
* 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
| | | | This reverts commit 77670476814c078bbad56ce8772b192a3b5736b6.
* 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
| | | | | | | | | automake: warnings are treated as errors | /.../automake-1.12/am/ltlibrary.am: warning: 'libgnutls.la': linking libtool libraries using a non-POSIX | /.../automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' Patch by: Nitin A Kamble <nitin.a.kamble@intel.com>
* 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
| | | | | | Conflicts: lib/gnutls_dh.c
* 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 ↵Nikos Mavrogiannopoulos2012-04-161-1/+4
| | | | pin-source pkcs11url field.
* 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
| | | | | | | | Conflicts: NEWS doc/cha-cert-auth2.texi lib/libgnutls.map
* Updated gnulib.Nikos Mavrogiannopoulos2012-03-01634-4017/+6463
|
* bumped versionNikos Mavrogiannopoulos2012-03-014-4/+4
|
* valgrind only used in development environmentNikos Mavrogiannopoulos2012-03-011-2/+5
|
* No longer crash on a pkcs11 object without an ID.Nikos Mavrogiannopoulos2012-03-012-0/+9
|
* better check decrypted data.Nikos Mavrogiannopoulos2012-03-012-6/+14
|
* added sanity for parameters in _gnutls_pkcs1_rsa_decrypt().Nikos Mavrogiannopoulos2012-01-091-0/+3
|
* released 2.12.16.gnutls_2_12_16Nikos Mavrogiannopoulos2012-01-094-3/+14
|
* Corrected functionality of gnutls_record_get_direction(). Reported by Philip ↵Nikos Mavrogiannopoulos2012-01-061-0/+4
| | | | Allison.
* updated newsgnutls_2_12_15Nikos Mavrogiannopoulos2012-01-061-1/+1
|
* corrected rnd generation for w.Nikos Mavrogiannopoulos2012-01-061-1/+1
|
* bumped version.Nikos Mavrogiannopoulos2012-01-065-5/+5
|