summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: use datefudge in rsa-md5-collision checktmp-autogen-fixNikos Mavrogiannopoulos2016-11-291-0/+5
* tools: use stamp files to allow parallel build of autogen filesNikos Mavrogiannopoulos2016-11-292-22/+54
* guile: do not use +COMP-DEFLATE in priorities testNikos Mavrogiannopoulos2016-11-291-1/+1
* moved all syntax check exceptions in cfg.mkNikos Mavrogiannopoulos2016-11-292-1/+5
* .gitlab-ci.yml: added zlib dependencytmp-debian-build-fixNikos Mavrogiannopoulos2016-11-291-1/+1
* .gitlab-ci.yml: fixed artifacts paths for Debian buildtmp-uninorm-advancedNikos Mavrogiannopoulos2016-11-281-1/+1
* tests: str-unicode: check whether exceptions are tolerated on decryptionNikos Mavrogiannopoulos2016-11-281-1/+9
* tests: added exception and join control characters in str-unicodeNikos Mavrogiannopoulos2016-11-281-0/+10
* unistring: added property-join-controlNikos Mavrogiannopoulos2016-11-286-3/+232
* unistring: added default_ignorable_code_point and not_a_character testsNikos Mavrogiannopoulos2016-11-288-4/+905
* unistring: added NFKC normalizationNikos Mavrogiannopoulos2016-11-288-5/+912
* unistring: included all possible categories for simplicity and extensibilityNikos Mavrogiannopoulos2016-11-2886-1/+17372
* tests: enhanced str-unicode with more char setsNikos Mavrogiannopoulos2016-11-281-1/+15
* gnutls_utf8_password_normalize: perform more strict check on input charactersNikos Mavrogiannopoulos2016-11-283-13/+164
* tests: fixed str-unicode tests with control charactersNikos Mavrogiannopoulos2016-11-281-2/+2
* gnutls_utf8_password_normalize: avoid use of strlen()Nikos Mavrogiannopoulos2016-11-281-7/+6
* tests: added pkcs12 file with long passwordNikos Mavrogiannopoulos2016-11-283-2/+2
* renamed system/iconv.c -> str-iconv.ctmp-idna-printNikos Mavrogiannopoulos2016-11-252-1/+1
* x509: when printing ACE DNSnames ensure the actual name is also printedNikos Mavrogiannopoulos2016-11-251-7/+17
* tests: added unit tests of of _gnutls_idna_reverse_mapNikos Mavrogiannopoulos2016-11-251-16/+33
* introduced _gnutls_idna_reverse_map()Nikos Mavrogiannopoulos2016-11-253-0/+66
* Combined checks for printable characterstmp-idna-writeNikos Mavrogiannopoulos2016-11-252-20/+6
* doc updateNikos Mavrogiannopoulos2016-11-251-0/+4
* tests: updated crt_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-251-1/+54
* tests: updated crq_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-251-17/+62
* gnutls_idna_map: check for printable data prior to mappingNikos Mavrogiannopoulos2016-11-251-0/+4
* gnutls_x509_aia_set: IDNA encode when neededNikos Mavrogiannopoulos2016-11-253-31/+47
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-2511-16/+129
* doc updateNikos Mavrogiannopoulos2016-11-251-0/+4
* tests: added pkcs7 verification with struct generated from openssl (with keyid)Nikos Mavrogiannopoulos2016-11-254-3/+107
* tests: added pkcs7 verification with struct generated from opensslNikos Mavrogiannopoulos2016-11-254-3/+101
* doc: added certificate for ECC with any purposeNikos Mavrogiannopoulos2016-11-252-1/+18
* pkcs7: return GNUTLS_E_PK_SIG_VERIFY_FAILED on hash mismatchNikos Mavrogiannopoulos2016-11-253-1/+8
* pkcs7: only print signer's issuer DN when DN has contentsNikos Mavrogiannopoulos2016-11-251-1/+2
* pkcs7: added recursive discovery of structure's signerNikos Mavrogiannopoulos2016-11-251-94/+282
* pkcs7: on data verification failure log the signerNikos Mavrogiannopoulos2016-11-251-0/+1
* tests: added complex verification example using PKCS#7Nikos Mavrogiannopoulos2016-11-254-2/+193
* doc: updated gnutls_x509_trust_list_verify_crt2()Nikos Mavrogiannopoulos2016-11-251-10/+13
* pkcs7: pass the verification flags down to gnutls_x509_trust_list_verify_crt2...Nikos Mavrogiannopoulos2016-11-251-2/+3
* pkcs7: corrected iteration over stored certificatesNikos Mavrogiannopoulos2016-11-251-1/+1
* pkcs7: added debug logging on verification discoveryNikos Mavrogiannopoulos2016-11-251-0/+3
* errors.h: added _gnutls_reason_logNikos Mavrogiannopoulos2016-11-251-0/+12
* errors.h: added _gnutls_cert_logNikos Mavrogiannopoulos2016-11-251-0/+13
* certtool: One if check is enoughAndreas Schneider2016-11-241-6/+4
* corrected log message [ci skip]Nikos Mavrogiannopoulos2016-11-241-2/+2
* gnutls_idna_map was prefixed with underscore to avoid clashes with exported s...tmp-mini-idna2003-updateNikos Mavrogiannopoulos2016-11-234-10/+11
* more files to ignoreNikos Mavrogiannopoulos2016-11-231-0/+16
* avoid the use of c_isascii() and use c_isprint()Nikos Mavrogiannopoulos2016-11-233-3/+3
* tests: added unit tests for gnutls_idna_map()Nikos Mavrogiannopoulos2016-11-232-1/+97
* IDNA code re-organizationNikos Mavrogiannopoulos2016-11-2311-159/+168