summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: pkcs11-pubkey-import will check both RSA and ECDSA keyspkcs11-ecdsaNikos Mavrogiannopoulos2015-12-314-13/+102
* gnutls_pkcs11_copy_x509_privkey2: corrected the type of the written objectNikos Mavrogiannopoulos2015-12-311-5/+5
* tests: added ECDSA key in cert-common.hNikos Mavrogiannopoulos2015-12-311-0/+26
* pkcs11: moved default RSA public exponent out of stackNikos Mavrogiannopoulos2015-12-311-3/+4
* pkcs11: import public keys from any available objectNikos Mavrogiannopoulos2015-12-311-15/+56
* session DB: made the magic number depending on gnutls' versionNikos Mavrogiannopoulos2015-12-311-1/+1
* ui.c -> fingerprint.cNikos Mavrogiannopoulos2015-12-312-1/+1
* split OCSP functionality from ui.cNikos Mavrogiannopoulos2015-12-312-43/+37
* split anon credentials functionality from ui.cNikos Mavrogiannopoulos2015-12-312-18/+15
* split psk functionality from ui.cNikos Mavrogiannopoulos2015-12-312-17/+16
* split session info functions from ui.cNikos Mavrogiannopoulos2015-12-312-126/+127
* split certificate credentials functions from ui.cNikos Mavrogiannopoulos2015-12-313-203/+242
* split dh API functions from ui.cNikos Mavrogiannopoulos2015-12-314-375/+416
* split randomart functionality from ui.cNikos Mavrogiannopoulos2015-12-313-37/+62
* helper.c -> file.cNikos Mavrogiannopoulos2015-12-307-76/+78
* certtool: doc update [skip ci]Nikos Mavrogiannopoulos2015-12-301-2/+2
* Fix some typos [ci skip]Andreas Metzler2015-12-277-8/+8
* NEWS: doc update [ci skip]Nikos Mavrogiannopoulos2015-12-241-0/+3
* respect the max-record extension under DTLSNikos Mavrogiannopoulos2015-12-242-6/+11
* tests: added check for max-record extension in TLSNikos Mavrogiannopoulos2015-12-242-1/+146
* tests: check whether the max-record extension is usable with DTLSNikos Mavrogiannopoulos2015-12-243-2/+154
* dtls: print the MTU in debugging messagesNikos Mavrogiannopoulos2015-12-241-4/+4
* updated documentation on supported algorithms [ci skip]Nikos Mavrogiannopoulos2015-12-222-17/+25
* Added SHA384 to the list of TLS support MAC algorithmsNikos Mavrogiannopoulos2015-12-221-3/+6
* documented the gitlab ci runner tagsNikos Mavrogiannopoulos2015-12-211-0/+62
* tests: added timeout in long-running checksNikos Mavrogiannopoulos2015-12-202-2/+14
* certtool: eliminated various memory leaksNikos Mavrogiannopoulos2015-12-201-0/+5
* certtool: prevented memory leak in pkcs8-info cmdNikos Mavrogiannopoulos2015-12-201-0/+1
* certtool: do not use signal() under win32Nikos Mavrogiannopoulos2015-12-191-1/+5
* build: configure.ac: manpages cleanupsAlon Bar-Lev2015-12-181-6/+3
* build: allow installing man(1) even with --disable-docAlon Bar-Lev2015-12-185-1/+22
* 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