summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bumped version.gnutls_2_12_7_aNikos Mavrogiannopoulos2011-06-185-5/+5
|
* Limit the number of attempts with the same PIN, to avoid attempting again ↵gnutls_2_12_7Nikos Mavrogiannopoulos2011-06-171-2/+5
| | | | and again with a wrong PIN.
* When writing an object with CKA_TRUSTED set CKA_PRIVATE explicitly to FALSE, ↵Nikos Mavrogiannopoulos2011-06-171-1/+8
| | | | to allow the SO to write it. Reported by Rickard Bellgrim.
* corrected makefile.Nikos Mavrogiannopoulos2011-06-161-1/+1
|
* updated newsNikos Mavrogiannopoulos2011-06-161-0/+18
|
* Corrections on security officer login.Nikos Mavrogiannopoulos2011-06-164-74/+15
|
* The CKA_SUBJECT must be specified for a certificate.Rickard Bellgrim2011-06-161-1/+15
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-153-1/+9
|
* write label in PKCS #11 privkey.Nikos Mavrogiannopoulos2011-06-151-0/+8
|
* define ck_bool_t to be compatible with PKCS #11 bool type.Nikos Mavrogiannopoulos2011-06-157-7/+6
|
* Return error code when an object is not found.Nikos Mavrogiannopoulos2011-06-072-2/+2
| | | | | | Only request for token insertion if the expected data is not found. Based on patch by Stef Walter.
* tests: Build eagain-cli with correct librariesStef Walter2011-06-071-1/+1
| | | | | | * Add -ldl -lpthread to linker flags Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* pkcs11: Accept CKR_USER_ALREADY_LOGGED_IN as successful result for PAP LoginStef Walter2011-06-071-2/+2
| | | | | | | | | | * When doing CKF_PROTECTED_AUTHENTICATION_PATH login, accept CKR_USER_ALREADY_LOGGED_IN as a successful result. * Another code path, or another consumer of the same PKCS#11 module may have already logged in. * This is what the non PAP code path already does. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Corrected typo. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-06-051-1/+1
|
* regenerated Makefile.Nikos Mavrogiannopoulos2011-06-051-8/+11
|
* corrected .so version number.gnutls_2_12_6_1Nikos Mavrogiannopoulos2011-06-052-2/+2
|
* preparing for release.gnutls_2_12_6Nikos Mavrogiannopoulos2011-06-045-5/+11
|
* Follow http://tools.ietf.org/html/draft-mavrogiannopoulos-tls-dss-00 in DSA ↵Nikos Mavrogiannopoulos2011-06-045-37/+28
| | | | signature generation.
* updatesNikos Mavrogiannopoulos2011-06-011-3/+3
|
* Added parameter generation section.Nikos Mavrogiannopoulos2011-05-311-16/+62
|
* Compatibility text updated.Nikos Mavrogiannopoulos2011-05-311-15/+16
|
* documented fix.Nikos Mavrogiannopoulos2011-05-281-1/+7
|
* Properly restore compression method on session resumption. Reported by Dash ↵Nikos Mavrogiannopoulos2011-05-281-0/+1
| | | | Shendy.
* Added gnutls_global_set_time_function() that allows overriding theNikos Mavrogiannopoulos2011-05-2619-22/+41
| | | | default system time() function.
* updated documentation on PSK.Nikos Mavrogiannopoulos2011-05-251-5/+5
|
* PSK examplesGiuseppe Scrivano2011-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, I have tried to set up a connection using PSK but I get this error message all the time: *** Fatal error: A TLS fatal alert has been received. *** Received alert [40]: Handshake failed *** Handshake has failed GnuTLS error: A TLS fatal alert has been received. I took the examples from the documentation. the server: gnutls-serv -d 10 --pskpasswd psks.txt \ --pskhint psk_identity_hint the client: gnutls-cli -p 5556 localhost --pskusername psk_identity \ --pskkey key (where epsk_identity and key are the same as in the psks.txt file) I have also tried to use "--priority +PSK:+DHE-PSK" both for the client and for the server without any difference. Do you have any idea? What am I missing? As proof that I have read the documentation, I have attached a small patch. Thanks, Giuseppe From 009ccba073016787084a28047b633841d6784e54 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano <gscrivano@gnu.org> Date: Wed, 25 May 2011 18:28:11 +0200 Subject: [PATCH] Fix example in the documentation. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* do not try to write to a socket when no data.Nikos Mavrogiannopoulos2011-05-251-0/+6
|
* gnutls_pubkey_get_pk_dsa_raw() and gnutls_pubkey_get_pk_rsa_rawNikos Mavrogiannopoulos2011-05-222-6/+15
| | | | add leading zeros to the exported values.
* corrected file descriptor leak.Nikos Mavrogiannopoulos2011-05-221-0/+1
|
* corrected bug in load-pubkey.Nikos Mavrogiannopoulos2011-05-221-1/+1
|
* corrected message reporting.Nikos Mavrogiannopoulos2011-05-171-11/+11
|
* Corrected PIN caching.Nikos Mavrogiannopoulos2011-05-161-8/+15
|
* reduce the repetitions for rabin-miller to a sensible value.Nikos Mavrogiannopoulos2011-05-161-1/+1
|
* updatedNikos Mavrogiannopoulos2011-05-141-3/+3
|
* releasedgnutls_2_12_5Nikos Mavrogiannopoulos2011-05-141-1/+1
|
* bumped versionNikos Mavrogiannopoulos2011-05-114-5/+5
|
* updatedNikos Mavrogiannopoulos2011-05-101-0/+3
|
* Correctly import and export pkcs11-urls with ID field set.Nikos Mavrogiannopoulos2011-05-103-44/+36
|
* update on compatibility issues text.Nikos Mavrogiannopoulos2011-05-091-6/+5
|
* doc update in gnutls_pkcs11_init()Nikos Mavrogiannopoulos2011-05-091-2/+3
|
* removed references that produced nothing in pdf.Nikos Mavrogiannopoulos2011-05-081-3/+4
|
* restructuring of nodes.Nikos Mavrogiannopoulos2011-05-081-4/+20
|
* Added discussion on compatibility issues.Nikos Mavrogiannopoulos2011-05-081-0/+26
|
* removed merge artifactNikos Mavrogiannopoulos2011-05-071-34/+0
|
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-076-2/+124
|
* certtool can now load private keys and public keys from PKCS #11 tokens (via ↵Nikos Mavrogiannopoulos2011-05-0710-149/+409
| | | | URLs).
* gnutls_pkcs11_privkey_import_url() will correctly set algorithm of private key.Nikos Mavrogiannopoulos2011-05-071-4/+38
|
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-073-8/+3
|
* Do not use /tmp for temporary file. Just use the local (test) directory.Nikos Mavrogiannopoulos2011-05-071-6/+7
|
* documented guile fix.gnutls_2_12_4Nikos Mavrogiannopoulos2011-05-061-0/+4
|