summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated pathgnutls_3_1_11Nikos Mavrogiannopoulos2013-05-101-1/+1
|
* released 3.1.11Nikos Mavrogiannopoulos2013-05-101-1/+1
|
* Do not call gnutls_pkcs11_init() when pkcs11 is disabled. Reported by Linus ↵Nikos Mavrogiannopoulos2013-05-101-0/+2
| | | | Nordberg.
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-1082-119/+136
| | | | from PKCS #11 libraries.
* doc updateNikos Mavrogiannopoulos2013-05-0913-66/+24
|
* use C's style comments to compile in old MacOSX systems. Reported by Ryan ↵Nikos Mavrogiannopoulos2013-05-098-35/+97
| | | | Schmidt.
* doc updateNikos Mavrogiannopoulos2013-05-051-4/+7
|
* removed unneeded variableNikos Mavrogiannopoulos2013-05-051-1/+0
|
* Revert "Added support for the ALPN extension."Nikos Mavrogiannopoulos2013-05-0512-739/+1
| | | | This reverts commit eb51efe375781115473320e64e73c440d6d1ff3c.
* Revert "mention about experimental protocols"Nikos Mavrogiannopoulos2013-05-051-5/+0
| | | | This reverts commit 28e42466ed279efda120f59b9340f7758885e48b.
* Revert "documented update"Nikos Mavrogiannopoulos2013-05-051-5/+0
| | | | This reverts commit 85564d9b3775058935939029a49d182343b70665.
* bumped versionNikos Mavrogiannopoulos2013-05-032-3/+3
|
* set the key purpose in certificate requestsNikos Mavrogiannopoulos2013-05-023-6/+11
|
* corrected typo. reported by Etan Reisner.Nikos Mavrogiannopoulos2013-05-022-7/+9
|
* updated docNikos Mavrogiannopoulos2013-04-281-0/+3
|
* test suite: Add missing headerStef Walter2013-04-281-0/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Add the standard description OID to those recognized for DNsStef Walter2013-04-271-0/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Always escape printable strings the LDAP way, and avoid escaping hex encoded ↵Nikos Mavrogiannopoulos2013-04-272-68/+62
| | | | values. Report and initial patch from Stef Walter.
* Do not include null terminator in DN string.Nikos Mavrogiannopoulos2013-04-272-13/+15
| | | | | When printing an unknown DN string as hex do not include the null terminator. Reported by Stef Walter.
* initialize the digest after output on padlock.Nikos Mavrogiannopoulos2013-04-271-0/+9
|
* read_yesno() accepts a default value. By default certificates are marked as ↵Nikos Mavrogiannopoulos2013-04-275-25/+33
| | | | ok for signing and encryption.
* Do not handle MAC and hash reset separately. It is implied by nettle's ↵Nikos Mavrogiannopoulos2013-04-277-122/+7
| | | | output functions.
* updated documentationNikos Mavrogiannopoulos2013-04-271-2/+4
|
* use the pass argument on PKCS #11 keys.Nikos Mavrogiannopoulos2013-04-173-1/+22
|
* corrected memory leak in padlock_hash_fast()Nikos Mavrogiannopoulos2013-04-162-0/+2
|
* documented updateNikos Mavrogiannopoulos2013-04-141-0/+5
|
* mention about experimental protocolsNikos Mavrogiannopoulos2013-04-141-0/+5
|
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-1412-1/+739
|
* doc updateNikos Mavrogiannopoulos2013-04-131-1/+3
|
* Added documentation on public key API.Nikos Mavrogiannopoulos2013-04-131-4/+12
|
* Added priority string VERS-DTLS-ALLNikos Mavrogiannopoulos2013-04-133-1/+14
|
* added note about LGPLv3Nikos Mavrogiannopoulos2013-04-101-0/+6
|
* doc updateNikos Mavrogiannopoulos2013-04-101-2/+4
|
* use unlikelyNikos Mavrogiannopoulos2013-04-101-2/+2
|
* updatedNikos Mavrogiannopoulos2013-04-081-1/+1
|
* Added gnutls_certificate_set_x509_key_mem2() and ↵Nikos Mavrogiannopoulos2013-04-087-11/+104
| | | | gnutls_certificate_set_x509_key_file2()
* doc updatesNikos Mavrogiannopoulos2013-04-085-14/+26
|
* updates in range handling code.Nikos Mavrogiannopoulos2013-04-061-20/+22
|
* Added test for record ranges.Nikos Mavrogiannopoulos2013-04-062-1/+403
|
* updatedNikos Mavrogiannopoulos2013-04-041-0/+1
|
* print the signatures used.Nikos Mavrogiannopoulos2013-04-041-0/+12
|
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-047-9/+45
|
* updatedNikos Mavrogiannopoulos2013-04-031-0/+2
|
* documented updateNikos Mavrogiannopoulos2013-04-031-0/+3
|
* Changed license of heartbeat implementation to match the rest of the libraryNikos Mavrogiannopoulos2013-04-032-7/+7
|
* updated textNikos Mavrogiannopoulos2013-04-031-1/+1
|
* gnutls_pong() returns zero on success.Nikos Mavrogiannopoulos2013-04-031-1/+5
|
* Check all error conditions.Nikos Mavrogiannopoulos2013-04-021-0/+6
|
* Corrected bug in heartbeat send (reported by Joke de Buhr).Nikos Mavrogiannopoulos2013-04-021-2/+6
|
* make a short list of the available PK algorithmsNikos Mavrogiannopoulos2013-04-021-6/+20
|