summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updateresume-fixesNikos Mavrogiannopoulos2016-02-111-0/+3
* tests: resume: check whether the server does not resume in ext master secret ...Nikos Mavrogiannopoulos2016-02-111-15/+56
* Ensure that session resumption does not occur when ext master secret status c...Nikos Mavrogiannopoulos2016-02-114-64/+61
* tests: resume: simplified structure assignment using C99 syntaxNikos Mavrogiannopoulos2016-02-111-7/+28
* gnutls-cli: improved indentation in benchmark outputNikos Mavrogiannopoulos2016-02-111-2/+2
* certtool: removed unused variableNikos Mavrogiannopoulos2016-02-111-1/+0
* certtool: the --generate-dh-params option can be combined with --provableNikos Mavrogiannopoulos2016-02-115-226/+281
* certtool: the --dh-info option will retrieve DH parameters from DSA keysNikos Mavrogiannopoulos2016-02-111-4/+29
* tests: added check for gnutls_dh_params_import_dsaNikos Mavrogiannopoulos2016-02-113-1/+128
* doc updateNikos Mavrogiannopoulos2016-02-111-0/+1
* Added gnutls_dh_params_import_dsa() which allows to import DSA parameters int...Nikos Mavrogiannopoulos2016-02-113-0/+43
* tests: set_pkcs12_cred: existing tests are disabled when in FIPS140-2 modeNikos Mavrogiannopoulos2016-02-101-0/+2
* Fix memory leak in gnutls_certificate_set_ocsp_status_request_file()Attila Molnar2016-02-103-1/+63
* doc: Update description of credential alloc/dealloc functionsAttila Molnar2016-02-104-28/+14
* doc updateNikos Mavrogiannopoulos2016-02-101-0/+1
* ALPN: added the GNUTLS_ALPN_SERVER_PRECEDENCE flagNikos Mavrogiannopoulos2016-02-104-12/+352
* improve doc on special keywords in priority stringAndreas Metzler2016-02-101-2/+3
* doc: Fix some typosAttila Molnar2016-02-067-13/+13
* Remove remaining RSA-EXPORT support leftovers from doc and messagesAttila Molnar2016-02-063-4/+3
* tests: pkcs11-pubkey-import-ecdsa will only work under softhsmv2Nikos Mavrogiannopoulos2016-02-031-0/+5
* Fix some more typos.Andreas Metzler2016-02-016-10/+10
* tests: updated check to account for revert in 7d3caedb8df9d04eee9513cb5b3b417...Nikos Mavrogiannopoulos2016-01-303-24/+24
* Revert "tests: updated to account for cert generation after 2adb9b2bfb31afebb...Nikos Mavrogiannopoulos2016-01-308-67/+67
* Revert "Fix out-of-bounds read in gnutls_x509_ext_export_key_usage"Nikos Mavrogiannopoulos2016-01-301-1/+3
* certtool: corrected email escaping in texinfoNikos Mavrogiannopoulos2016-01-281-1/+1
* Replaced select() system call with poll() on POSIX systemsNikos Mavrogiannopoulos2016-01-284-9/+24
* tests: windows: fixed check-output callNikos Mavrogiannopoulos2016-01-251-1/+1
* tests: added dummy functions used by CAPI32 implementationNikos Mavrogiannopoulos2016-01-221-0/+69
* tests: better checking for failure in windows cng checkNikos Mavrogiannopoulos2016-01-222-2/+23
* system-key-win: call CertFreeCertificateContext()Nikos Mavrogiannopoulos2016-01-221-2/+8
* system-key-win: added interface to CAPI, old style crypto api on windowsBjørn Christensen2016-01-221-55/+313
* certtool: corrected texinfo output for krb5_principalNikos Mavrogiannopoulos2016-01-211-2/+2
* tests: priorities: account for the addition of CHACHA20-POLY1305Nikos Mavrogiannopoulos2016-01-211-8/+8
* CHACHA20_POLY1305 was added to the default priority stringsNikos Mavrogiannopoulos2016-01-211-0/+3
* gnutls_global_init: log gnutls' version on initializationNikos Mavrogiannopoulos2016-01-181-1/+1
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2016-01-181-1/+1
* README: added trousers to list of dependencies [ci skip]Nikos Mavrogiannopoulos2016-01-161-2/+2
* tests: added check for KRB5Principal outputNikos Mavrogiannopoulos2016-01-163-1/+113
* README.md -> README-alpha.mdNikos Mavrogiannopoulos2016-01-142-1/+1
* updated copyright infoNikos Mavrogiannopoulos2016-01-141-1/+2
* README: auto-generated from README-install.mdNikos Mavrogiannopoulos2016-01-142-0/+4
* gnutls_int.h: increased MAX_SERVER_NAME_SIZE to 256 bytesNikos Mavrogiannopoulos2016-01-141-1/+1
* gnutls_pubkey_import_x509_raw: fixed memory leakNikos Mavrogiannopoulos2016-01-131-1/+1
* tests: added check for the krb5_principal template optionNikos Mavrogiannopoulos2016-01-124-2/+201
* certtool: introduced the krb5_principal template optionNikos Mavrogiannopoulos2016-01-122-0/+45
* x509: introduced GNUTLS_SAN_OTHERNAME_KRB5PRINCIPALNikos Mavrogiannopoulos2016-01-129-5/+405
* x509: place newline when printing unsupported othernamesNikos Mavrogiannopoulos2016-01-111-0/+1
* x509: moved virtual subject alternative name othername support to virt-san.cNikos Mavrogiannopoulos2016-01-107-125/+211
* gnutls_x509_crt_set_subject_alt_name: documented the version after which GNUT...Nikos Mavrogiannopoulos2016-01-101-1/+1
* tests: added check for XMPP othername generationNikos Mavrogiannopoulos2016-01-104-2/+118