summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* gnutls_pkcs7_get_embedded_data: added GNUTLS_PKCS7_EDATA_GET_RAW flagNikos Mavrogiannopoulos2016-10-121-5/+15
* pkcs7: print the eContent type in output functions if it does not match the d...Nikos Mavrogiannopoulos2016-10-113-6/+18
* pkcs7: allow unknown and legacy signature data OIDs to be importedNikos Mavrogiannopoulos2016-10-112-92/+98
* pkcs7: removed any limits in hex encoding of attributesNikos Mavrogiannopoulos2016-10-071-5/+4
* gnutls_*_crt_print: better error checkingNikos Mavrogiannopoulos2016-10-031-1/+5
* name constraints: removed unused variableNikos Mavrogiannopoulos2016-10-031-2/+0
* Removed C99 constructions in for-loopsNikos Mavrogiannopoulos2016-09-273-5/+13
* Typo fixes found by lintian.Andreas Metzler2016-09-121-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-1124-649/+736
* gnutls_x509_cidr_to_rfc5280: removed double semi-colonNikos Mavrogiannopoulos2016-09-111-1/+1
* removed c-ctype.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-114-4/+0
* doc updateNikos Mavrogiannopoulos2016-09-071-2/+2
* pkcs12: enhanced to allow encrypting using UCS2 passwordsNikos Mavrogiannopoulos2016-09-061-40/+42
* pkcs7 encryption: corrected memory leaksNikos Mavrogiannopoulos2016-09-061-2/+2
* x509: Adjust IP name constraints behaviorMartin Ukrop2016-09-061-40/+18
* gnutls_pkcs12_simple_parse: set the key value to null on failureDavid Woodhouse2016-08-291-1/+3
* gnutls_ocsp_resp_get_single: reorganized function to eliminate memory leaksNikos Mavrogiannopoulos2016-08-281-59/+76
* ocsp: corrected the comparison of the serial size in OCSP responseNikos Mavrogiannopoulos2016-08-271-0/+1
* pkcs8: cleaned up PKCS#8 decoding from common code with PKCS#7Nikos Mavrogiannopoulos2016-08-268-1622/+1703
* pkcs8: added support for decryption with PBES1-DES-CBC-MD5Nikos Mavrogiannopoulos2016-08-264-89/+348
* Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRFNikos Mavrogiannopoulos2016-08-243-12/+35
* Ported openssl format fix from openconnectNikos Mavrogiannopoulos2016-08-241-2/+2
* x509: Add support for IP constraintsMartin Ukrop2016-08-092-112/+344
* x509: Separate out IP handling functionsMartin Ukrop2016-08-096-92/+366
* Fix gnutls_pkcs12_simple_parse to always extract the complete chainstefan-fixesStefan Sørensen2016-08-081-20/+15
* x509: call the fixup functions after loading private keysNikos Mavrogiannopoulos2016-08-082-12/+41
* pkcs11: is_object_pkcs11_url -> is_pkcs11_url_objectNikos Mavrogiannopoulos2016-08-051-2/+2
* x059: Fix asymmetry in name constraints intersectionMartin Ukrop2016-07-291-5/+21
* gnutls_x509_crl_list_import2 was ignoring the passed flags if all CTLs in the...Tim Kosse2016-07-281-1/+1
* gnutls_x509_crt_list_import2 was ignoring the passed flags if all certificate...Tim Kosse2016-07-281-1/+1
* x509: parse_tlsfeatures: move limit check at the point of additionNikos Mavrogiannopoulos2016-07-281-5/+5
* correct the sign type of integers in debug messageNikos Mavrogiannopoulos2016-07-281-1/+1
* verify_crt: simplified error settingNikos Mavrogiannopoulos2016-07-281-74/+35
* verify_crt: removed text on parameter no longer being presentNikos Mavrogiannopoulos2016-07-281-1/+1
* x509: avoid using int declaration within a for-loopNikos Mavrogiannopoulos2016-07-271-2/+2
* gnutls_x509_crt_check_hostname*: use unsigned a return valueNikos Mavrogiannopoulos2016-07-221-3/+3
* x509: Fix DNS name constraints checkingMartin Ukrop2016-07-211-37/+114
* Moved the gnutls_x509_dn API functions to x509_dn.cdn-encodingNikos Mavrogiannopoulos2016-07-203-290/+291
* RFC4514 DN decoding: allow decoding of raw ('#') itemsNikos Mavrogiannopoulos2016-07-201-22/+39
* Added gnutls_x509_dn_set_str()Nikos Mavrogiannopoulos2016-07-192-5/+45
* added gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-132-1/+44
* enhanced debugging messages for cert verificationNikos Mavrogiannopoulos2016-06-221-0/+1
* x509: print serial number in compact outputNikos Mavrogiannopoulos2016-06-221-0/+13
* Typo fixes (found by lintian): extention, reencodeAndreas Metzler2016-06-194-8/+8
* tlsfeature: impose a maximum number of supported TLS featuresNikos Mavrogiannopoulos2016-06-143-29/+18
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-148-197/+347
* verify_crt: moved all verification state into a common structureNikos Mavrogiannopoulos2016-06-141-33/+37
* Added gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-141-7/+33
* lib: eliminated the use of deprecated variablesNikos Mavrogiannopoulos2016-06-066-9/+9
* pkcs12: corrected return type of gnutls_pkcs12_bag_get_type()Nikos Mavrogiannopoulos2016-06-041-3/+2