summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* pkcs11: when importing a public key, import it's data as wellNikos Mavrogiannopoulos2015-01-111-1/+9
|
* tests: enhanced key-import-export to check output of pubkeysNikos Mavrogiannopoulos2015-01-111-1/+123
|
* tests: eliminated leaksNikos Mavrogiannopoulos2015-01-111-13/+28
|
* doc updateNikos Mavrogiannopoulos2015-01-111-0/+2
|
* tests: added checks for private key import/export functionsNikos Mavrogiannopoulos2015-01-112-1/+222
|
* doc updateNikos Mavrogiannopoulos2015-01-101-0/+3
|
* tests: Added test case for openpgp keys loaded by callbackNikos Mavrogiannopoulos2015-01-102-1/+469
|
* When setting up TLS with cert-type OpenPGP from a client,Nikos Mavrogiannopoulos2015-01-101-1/+1
| | | | | | | | | | | | | | the server verifies if it supports the extension’s contents in _gnutls_session_cert_type_supported(). This function checks for cred->get_cert_callback but not cred->get_cert_callback2. As a result, servers setup for OpenPGP certificate credential callback with gnutls_certificate_set_retrieve_function2() are unable to use the OpenPGP certificate type. The solution is to consider cred->get_cert_callback2 alongside cred->get_cert_callback in _gnutls_session_cert_type_supported(). Patch by Rick van Rein.
* gnutls_privkey_import_openpgp_raw: do not release the cached valueNikos Mavrogiannopoulos2015-01-101-1/+1
|
* guile: Call 'load-extension' both during expansion and at run time.Ludovic Courtès2015-01-082-7/+8
| | | | | | | Fixes <https://bugzilla.redhat.com/show_bug.cgi?id=1177847>. * guile/modules/gnutls.in: Wrap '%libdir' definition and 'load-extension' call in 'eval-when'.
* When receiving a TLS record with multiple handshake packets, parse them in ↵Nikos Mavrogiannopoulos2015-01-082-12/+31
| | | | | | | one go That resolves: https://savannah.gnu.org/support/?108712
* tests: updated mini-dtls-record-asymNikos Mavrogiannopoulos2015-01-081-6/+7
|
* tests: better documentation of mini-dtls-record-asym purposeNikos Mavrogiannopoulos2015-01-061-8/+12
|
* tests: moved udp_socketpair to utilsNikos Mavrogiannopoulos2015-01-063-49/+56
|
* tests: corrected asymmetric MTU test for DTLS and added cachingNikos Mavrogiannopoulos2015-01-061-17/+71
|
* Added test case for DTLS handshake packet reconstruction when it exceeds MTUNikos Mavrogiannopoulos2015-01-062-1/+297
| | | | https://savannah.gnu.org/support/?108712
* simplified _gnutls_dgram_read()Nikos Mavrogiannopoulos2015-01-061-4/+3
|
* danetool: only compile when dane is enabledNikos Mavrogiannopoulos2015-01-061-0/+2
|
* in DTLS don't combine multiple packets which exceed MTUNikos Mavrogiannopoulos2015-01-061-12/+34
| | | | Resolves: https://savannah.gnu.org/support/?108715
* Added more precise check of push functions availabilityNikos Mavrogiannopoulos2015-01-061-3/+5
|
* Revert "in DTLS don't use writev() when multiple packets which exceed MTU ↵Nikos Mavrogiannopoulos2015-01-064-27/+12
| | | | | | are queued" This reverts commit 43082a67c7514d65301d157fb567a133138a85ab.
* Revert "Give precedence to vector push function"Nikos Mavrogiannopoulos2015-01-061-5/+3
| | | | This reverts commit cb4ea413569803cbbf291abb27d30d14bfa971c5.
* Give precedence to vector push functionNikos Mavrogiannopoulos2015-01-051-3/+5
|
* in DTLS don't use writev() when multiple packets which exceed MTU are queuedNikos Mavrogiannopoulos2015-01-054-12/+27
| | | | | | That change requires the system_write() to be registered unconditionally, even when writev() is available. Resolves: https://savannah.gnu.org/support/?108715
* tests: added check to ensure that DTLS handshake packets will not exceed MTUNikos Mavrogiannopoulos2015-01-052-1/+364
|
* certtool: warn when setting a certificate's expiration longer than the CA's ↵Nikos Mavrogiannopoulos2015-01-051-2/+14
| | | | expiration
* testpkcs11: detect softhsm2Nikos Mavrogiannopoulos2015-01-051-1/+1
|
* tests: account for disabling of ARCFOUR where neededNikos Mavrogiannopoulos2015-01-054-23/+19
|
* certtool: modified check for READ_NUMERICNikos Mavrogiannopoulos2015-01-041-11/+4
|
* certtool: use 64-bit type for CRL serial numberNikos Mavrogiannopoulos2015-01-041-1/+3
|
* certtool: check for overflows when reading serial numbersNikos Mavrogiannopoulos2015-01-041-0/+16
|
* certtool: use int64_t as type for integers readNikos Mavrogiannopoulos2015-01-042-6/+28
|
* gnutls-cli-debug: more precise handling of SMTP protocolNikos Mavrogiannopoulos2015-01-041-1/+2
| | | | Patch by Andreas Metzler.
* updated gnulibNikos Mavrogiannopoulos2015-01-04466-457/+1068
|
* gnutls-cli-debug: corrected the skip of ignored checksNikos Mavrogiannopoulos2015-01-021-1/+4
|
* use explicit casts in the dummy ip conversion functionsNikos Mavrogiannopoulos2014-12-311-6/+11
|
* doc updateNikos Mavrogiannopoulos2014-12-311-0/+4
|
* ARCFOUR-128 is disabled by defaultNikos Mavrogiannopoulos2014-12-313-9/+7
|
* doc updateNikos Mavrogiannopoulos2014-12-311-3/+2
|
* doc updateNikos Mavrogiannopoulos2014-12-311-0/+2
|
* system-keys-win: use LoadLibraryA to load ncrypt.dllNikos Mavrogiannopoulos2014-12-311-1/+1
|
* Updated abi-compliance-checker for 3.4 APINikos Mavrogiannopoulos2014-12-312-1/+4
|
* updated export symbols list (due to ABI breakage)Nikos Mavrogiannopoulos2014-12-312-1013/+1003
|
* doc: updated auto-generated filesNikos Mavrogiannopoulos2014-12-311-0/+10
|
* generate manpages for urls.h and system-keys.hNikos Mavrogiannopoulos2014-12-312-1/+29
|
* tests: added check for gnutls_x509_trust_list_get_issuer_by_dn()Nikos Mavrogiannopoulos2014-12-311-0/+19
|
* updated libgnutls.map for new functionsNikos Mavrogiannopoulos2014-12-311-1/+2
|
* doc: updated auto-generated files and added urls.hNikos Mavrogiannopoulos2014-12-313-83/+67
|
* tests: added checks for the new --key-id and --fingerprint certtool optionsNikos Mavrogiannopoulos2014-12-312-2/+67
|
* certtool: Added --fingerprint and --key-id optionsNikos Mavrogiannopoulos2014-12-312-10/+183
|