summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updateeddsaNikos Mavrogiannopoulos2015-12-181-3/+3
* Added support for generating and reading EdDSA/Ed25519 keysNikos Mavrogiannopoulos2015-12-1831-123/+943
* certtool: ignore sigpipeNikos Mavrogiannopoulos2015-12-181-0/+2
* certtool: don't close stdout on exitNikos Mavrogiannopoulos2015-12-181-1/+2
* pkcs7: eliminated leak in gnutls_pkcs7_printNikos Mavrogiannopoulos2015-12-181-0/+1
* gnutls_pubkey_import_privkey: document that this operation is not possible in...Nikos Mavrogiannopoulos2015-12-181-0/+3
* doc: replace writev with sendmsg in the list of system callsNikos Mavrogiannopoulos2015-12-182-1/+3
* tests: don't run the no-signal test in systems which MSG_NOSIGNAL is not avai...Nikos Mavrogiannopoulos2015-12-181-11/+21
* Reduce the number of used syscalls by using sendmsg() instead of writev()Nikos Mavrogiannopoulos2015-12-182-5/+7
* doc: manpages: remove generated tpmtool.1 pageAlon Bar-Lev2015-12-181-201/+0
* .gitignore: add m4/extern-inline.m4Alon Bar-Lev2015-12-181-0/+1
* tests: added check to verify that the PKCS#7 embedded data are recovered as e...Nikos Mavrogiannopoulos2015-12-171-0/+16
* certtool: introduced the --p7-show-data optionNikos Mavrogiannopoulos2015-12-172-6/+50
* gnutls_pkcs7_get_embedded_data: added functionNikos Mavrogiannopoulos2015-12-173-0/+62
* tests: updated pkcs7-gen to account for content-type attributeNikos Mavrogiannopoulos2015-12-161-2/+14
* tests: check whether the content-type attribute is set if we sign using timeNikos Mavrogiannopoulos2015-12-161-0/+7
* pkcs7: set by default the content type attributeNikos Mavrogiannopoulos2015-12-161-1/+45
* pkcs7: use the PK_PKIX1_RSA_OID when writing RSA signature OIDs for PKCS#7 st...Nikos Mavrogiannopoulos2015-12-165-7/+18
* pkcs7: Disable the optional fields prior to generating the PKCS#7 structureNikos Mavrogiannopoulos2015-12-162-2/+25
* certtool: corrected invalid freeNikos Mavrogiannopoulos2015-12-151-2/+2
* certtool: warn if an ECDSA key is marked for encryptionNikos Mavrogiannopoulos2015-12-151-4/+10
* build: fix make distclean by including src/gl only onceNikos Mavrogiannopoulos2015-12-152-2/+3
* make sure gnutls_assert is present at the cases where GNUTLS_E_INTERNAL_ERROR...Nikos Mavrogiannopoulos2015-12-153-31/+28
* configure: really make --disable-crywrap workGustavo Zacarias2015-12-151-5/+4
* certtool: the --p7-time option was made an enable/disable optionNikos Mavrogiannopoulos2015-12-152-1/+3
* doc updateNikos Mavrogiannopoulos2015-12-141-1/+5
* tests: check whether server returns the correct error code if presented with ...Nikos Mavrogiannopoulos2015-12-143-1/+286
* handshake: when receiving a TLS version which is too low failNikos Mavrogiannopoulos2015-12-145-16/+65
* .gitlab-ci.yml: valgrind build was moved at the end as it is the slowest buildNikos Mavrogiannopoulos2015-12-131-9/+9
* certtool: the --p7-include-cert option is enabled by defaultNikos Mavrogiannopoulos2015-12-132-2/+4
* #56 Feature: certtool --p7-sign support GNUTLS_PKCS7_INCLUDE_CERTsskaje2015-12-132-0/+10
* gnutls-cli-debug: rephrased inappropriate fallback test description to match ...Nikos Mavrogiannopoulos2015-12-101-1/+1
* doc updateNikos Mavrogiannopoulos2015-12-081-0/+5
* Do not allow importing public keys from PKCS #11 private keys for DSA and ECDSANikos Mavrogiannopoulos2015-12-081-0/+8
* Revert "Do not allow importing public keys from PKCS #11 private keys for DSA...Nikos Mavrogiannopoulos2015-12-084-45/+13
* tests: check whether a peer changing certificate is detectedNikos Mavrogiannopoulos2015-12-086-1/+810
* tests: doc updateNikos Mavrogiannopoulos2015-12-082-5/+3
* Do not allow certificate change during a rehandshakeNikos Mavrogiannopoulos2015-12-085-0/+55
* tests: check whether gnutls_pubkey_import_privkey() operates well for PKCS#11...Nikos Mavrogiannopoulos2015-12-062-2/+213
* Do not allow importing public keys from PKCS #11 private keys for DSA and ECDSANikos Mavrogiannopoulos2015-12-064-13/+45
* pkcs11: avoid setting a variable which isn't usedNikos Mavrogiannopoulos2015-12-061-2/+1
* MAX_PK_PARAM_SIZE was moved to gnutls_int.hNikos Mavrogiannopoulos2015-12-062-3/+3
* pkcs11: deinitialize gnutls_pkcs11_obj_t's pubkey on deinitNikos Mavrogiannopoulos2015-12-063-21/+32
* pkcs11: fix passing of incorrect variable in privkey_get_pubkeyJan Vcelak2015-12-061-1/+1
* gnutls-cli: don't use RSA ciphersuites to test chacha20 as they are not definedNikos Mavrogiannopoulos2015-12-021-1/+1
* documented bug in gnutls_x509_crt_get_*_unique_id()Nikos Mavrogiannopoulos2015-12-021-0/+10
* tools: don't compile tpmtool if PKCS11 is disabledNikos Mavrogiannopoulos2015-12-011-3/+5
* Amend "When decoding extensions do not ignore decoding errors"Nikos Mavrogiannopoulos2015-11-301-1/+1
* allow specifying NULL buffer in gnutls_x509_crt_get_*_unique_id()Nikos Mavrogiannopoulos2015-11-301-2/+0
* NEWS: removed functions that were part of 3.4.x releasesNikos Mavrogiannopoulos2015-11-301-7/+0