summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ALPN: Added GNUTLS_ALPN_SERVER_PRECEDENCE flagalpnNikos Mavrogiannopoulos2016-02-084-10/+343
* 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
* certtool: allow writing xmpp_nameNikos Mavrogiannopoulos2016-01-102-0/+43
* Allow assigning 'virtual' SAN types via *_set_subject_alt_name()Nikos Mavrogiannopoulos2016-01-105-17/+71
* NEWS: document newly added functionsNikos Mavrogiannopoulos2016-01-101-0/+3
* alpn: when parsing the list of protocols return at the first mutually commonNikos Mavrogiannopoulos2016-01-101-1/+2
* tests: mini-alpn: corrected protocol selection orderNikos Mavrogiannopoulos2016-01-101-1/+1
* tests: alpn: enhance the testing of ALPN negotiationNikos Mavrogiannopoulos2016-01-101-11/+13
* alpn: document how the selected protocol is selected [ci skip]Nikos Mavrogiannopoulos2016-01-091-0/+3
* tests: verify that the selected ALPN protocol is the first advertisedNikos Mavrogiannopoulos2016-01-091-2/+8
* gnutls_aead_cipher_decrypt: removed misleading textNikos Mavrogiannopoulos2016-01-081-2/+1
* tests: added check for certtool's othername writing functionalityNikos Mavrogiannopoulos2016-01-084-2/+161
* certtool: added ability to generate othernames via template filesNikos Mavrogiannopoulos2016-01-084-2/+173
* x509: added flags to enable the encoding of othername dataNikos Mavrogiannopoulos2016-01-084-37/+70
* x509: introduced functions to set an othername alternative nameNikos Mavrogiannopoulos2016-01-087-12/+377
* trust_list_get_issuer_by_dn: fixed check for DN or SPKINikos Mavrogiannopoulos2016-01-071-19/+19
* configure: no longer distribute lzip tarballsNikos Mavrogiannopoulos2016-01-071-1/+1
* symbols.last: don't include internal symbols into exported listNikos Mavrogiannopoulos2016-01-071-1/+1
* tests: updated to account for cert generation after 2adb9b2bfb31afebbdd9f990e...Nikos Mavrogiannopoulos2016-01-058-67/+67
* Fix out-of-bounds read in gnutls_x509_ext_export_key_usageTim Kosse2016-01-041-1/+1