summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: updatedgnutls_3_4_1Nikos Mavrogiannopoulos2015-05-031-1/+1
|
* released 3.4.1Nikos Mavrogiannopoulos2015-05-033-3/+3
|
* doc: updated gnutls_dtls_set_timeoutsNikos Mavrogiannopoulos2015-04-301-3/+0
|
* doc: fixed example with DTLS timeoutsNikos Mavrogiannopoulos2015-04-301-2/+1
|
* use macro for DTLS default timeoutNikos Mavrogiannopoulos2015-04-303-2/+4
|
* gnutls_handshake_set_timeout will properly work with DTLSNikos Mavrogiannopoulos2015-04-301-0/+5
|
* doc updateNikos Mavrogiannopoulos2015-04-301-3/+3
|
* document the need for gnutls_transport_set_pull_timeout_functionNikos Mavrogiannopoulos2015-04-302-0/+6
|
* doc: updated async operation textNikos Mavrogiannopoulos2015-04-301-15/+30
|
* disable default handshake timeoutNikos Mavrogiannopoulos2015-04-302-14/+0
| | | | | | It caused issues with non-blocking TLS clients and servers which may not want to block while the pull timeout function waits.
* tests: added check to verify that pull timeout is not called on non-blocking ↵Nikos Mavrogiannopoulos2015-04-302-1/+353
| | | | sessions
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-308-16/+23
|
* doc updateNikos Mavrogiannopoulos2015-04-291-1/+2
|
* doc updateNikos Mavrogiannopoulos2015-04-291-0/+2
|
* tests: key generation test was moved to main checksNikos Mavrogiannopoulos2015-04-283-2/+2
| | | | This will allow to catch memory leaks with valgrind.
* fix memory leak in ECDSA key parameters verificationJan Vcelak2015-04-281-0/+5
| | | | Signed-off-by: Jan Vcelak <jan.vcelak@nic.cz>
* updated minitasn1Nikos Mavrogiannopoulos2015-04-282-2/+3
|
* doc updateNikos Mavrogiannopoulos2015-04-281-1/+4
|
* Handle DNS name constraints with leading dotNikos Mavrogiannopoulos2015-04-282-9/+26
| | | | | | | Patch by Fotis Loukos. Resolves 3 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc updateNikos Mavrogiannopoulos2015-04-281-1/+1
|
* updated text for gnutls_pkcs11_initNikos Mavrogiannopoulos2015-04-271-2/+2
|
* updated pkcs11 loading documentationNikos Mavrogiannopoulos2015-04-271-7/+6
|
* tests: mini-etm: use TLS as the transport layerNikos Mavrogiannopoulos2015-04-261-7/+5
|
* tests: added comment for sign-md5-repNikos Mavrogiannopoulos2015-04-261-1/+2
|
* more files to ignoreNikos Mavrogiannopoulos2015-04-261-0/+6
|
* Sync with TP.Nikos Mavrogiannopoulos2015-04-261-387/+299
|
* doc updateNikos Mavrogiannopoulos2015-04-251-0/+3
|
* tests: added reproducer for the MD5 acceptance issueNikos Mavrogiannopoulos2015-04-252-1/+367
| | | | | Reported by Karthikeyan Bhargavan. http://lists.gnutls.org/pipermail/gnutls-devel/2015-April/007572.html
* before falling back to SHA1 as signature algorithm in TLS 1.2 check if it is ↵Nikos Mavrogiannopoulos2015-04-251-1/+5
| | | | enabled
* _gnutls_session_sign_algo_enabled: do not consider any values from the ↵Nikos Mavrogiannopoulos2015-04-251-17/+1
| | | | extension data to decide acceptable algorithms
* doc updateNikos Mavrogiannopoulos2015-04-251-0/+2
|
* tests: added unit tests for gnutls_certificate_client_get_request_statusNikos Mavrogiannopoulos2015-04-251-1/+15
|
* set the value used by gnutls_certificate_client_get_request_status prior to ↵Nikos Mavrogiannopoulos2015-04-251-5/+5
| | | | | | | selecting certificate That allows gnutls_certificate_client_get_request_status() to be properly operating from the callback. Reported by Anton Lavrentiev.
* updated doc for retrieve functionNikos Mavrogiannopoulos2015-04-251-2/+4
|
* updated PKCS #11 URL references to rfc7512Nikos Mavrogiannopoulos2015-04-242-6/+10
|
* doc updateNikos Mavrogiannopoulos2015-04-221-2/+6
|
* tests: added check for gnutls_credentials_getNikos Mavrogiannopoulos2015-04-221-0/+9
|
* doc updateNikos Mavrogiannopoulos2015-04-222-7/+12
|
* fixed doc: reported by Anton LavrentievNikos Mavrogiannopoulos2015-04-221-3/+3
|
* doc: corrected typoNikos Mavrogiannopoulos2015-04-221-1/+1
|
* tests: resume-dtls: remove global variablesNikos Mavrogiannopoulos2015-04-211-48/+30
|
* List all certificate type priority strings.Andreas Metzler2015-04-211-0/+3
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tls-rsa: keep a common code path when doing RSA decryptionNikos Mavrogiannopoulos2015-04-211-28/+29
| | | | Suggested by Nimrod Aviram.
* tests: initialize status where neededNikos Mavrogiannopoulos2015-04-216-6/+6
|
* tests: cleanup openpgp-auth2Nikos Mavrogiannopoulos2015-04-211-1/+1
|
* tests: cleanup mini-dtls-rehandshakeNikos Mavrogiannopoulos2015-04-211-22/+15
|
* tests: resume: check for signalsNikos Mavrogiannopoulos2015-04-212-14/+13
|
* doc updateNikos Mavrogiannopoulos2015-04-211-3/+6
|
* doc updateNikos Mavrogiannopoulos2015-04-211-0/+9
|
* tests: reduced compiler warningsNikos Mavrogiannopoulos2015-04-216-26/+24
|