summaryrefslogtreecommitdiff
path: root/lib/x509/output.c
Commit message (Expand)AuthorAgeFilesLines
* x509: corrected leak in certificate printingtmp-x509-print-fixNikos Mavrogiannopoulos2016-12-161-0/+1
* x509: fixed output of pubkeyNikos Mavrogiannopoulos2016-12-021-1/+1
* x509: when printing ACE DNSnames ensure the actual name is also printedNikos Mavrogiannopoulos2016-11-251-7/+17
* Combined checks for printable characterstmp-idna-writeNikos Mavrogiannopoulos2016-11-251-12/+4
* avoid the use of c_isascii() and use c_isprint()Nikos Mavrogiannopoulos2016-11-231-1/+1
* IDNA code re-organizationNikos Mavrogiannopoulos2016-11-231-8/+7
* Align the printing of a certificate's fingerprint with the key ID printingNikos Mavrogiannopoulos2016-11-221-12/+21
* Print a key's or certificate's key ID with SHA256 in addition to SHA1Nikos Mavrogiannopoulos2016-11-221-53/+46
* x509/output: improve log message on embedded nullNikos Mavrogiannopoulos2016-11-211-1/+1
* x509 output: use the new functions for DN outputNikos Mavrogiannopoulos2016-11-141-157/+53
* gnutls_*_crt_print: better error checkingNikos Mavrogiannopoulos2016-10-031-1/+5
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* x509: Separate out IP handling functionsMartin Ukrop2016-08-091-89/+3
* x509: print serial number in compact outputNikos Mavrogiannopoulos2016-06-221-0/+13
* exported function to convert TLS extension numbers to stringsNikos Mavrogiannopoulos2016-05-301-1/+1
* x509/output: print the extension name of TLSFeaturesNikos Mavrogiannopoulos2016-05-301-1/+7
* Added functions to parse the TLSFeatures X.509 extension.Tim Kosse2016-05-301-0/+49
* x509 output: print the OID of certificates/CRLs/CRQs with unknown algorithmsNikos Mavrogiannopoulos2016-04-131-65/+211
* x509 output: don't warn about insecure algorithm when unknownNikos Mavrogiannopoulos2016-04-091-2/+2
* x509/output: simplified cidr_to_string()Nikos Mavrogiannopoulos2016-03-301-33/+4
* x509/output: print RFC5280 CIDRs in name constraintsNikos Mavrogiannopoulos2016-03-291-9/+98
* updated copyright infoNikos Mavrogiannopoulos2016-01-141-1/+2
* x509: introduced GNUTLS_SAN_OTHERNAME_KRB5PRINCIPALNikos Mavrogiannopoulos2016-01-121-0/+6
* x509: place newline when printing unsupported othernamesNikos Mavrogiannopoulos2016-01-111-0/+1
* properly indent unique IDsNikos Mavrogiannopoulos2015-11-121-2/+2
* Don't use formatted output for fixed stringsNikos Mavrogiannopoulos2015-09-111-3/+3
* x509: tolerate missing subject or issuer fieldsNikos Mavrogiannopoulos2015-08-261-24/+42
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-4/+4
* x509: when printing the keyid of a certificate use the curve name for randomartNikos Mavrogiannopoulos2015-04-151-1/+12
* Fix a few compiler warnings about unused variablesJiří Klimeš2015-03-281-1/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-5/+5
* bundle inet_ntop in systems that don't have itNikos Mavrogiannopoulos2015-02-281-26/+0
* use explicit casts in the dummy ip conversion functionsNikos Mavrogiannopoulos2014-12-311-6/+11
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-051-53/+7
* when printing a certificate request also print its signature algorithmNikos Mavrogiannopoulos2014-09-211-1/+12
* doc updateNikos Mavrogiannopoulos2014-09-161-5/+5
* fixes in the extension handlingNikos Mavrogiannopoulos2014-09-111-34/+46
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-111-764/+453
* hostname-verify: use idn_free()Nikos Mavrogiannopoulos2014-08-221-1/+1
* gnutls_x509_crt_print() will print the IDNA A-label names as well.Nikos Mavrogiannopoulos2014-08-201-1/+27
* supress warningsNikos Mavrogiannopoulos2014-06-271-17/+20
* Use inet_ntop() for printing IP addresses.Nikos Mavrogiannopoulos2014-06-271-1/+11
* Made gnutls_x509_crl_iter_crt_serial() thread-safe by making the iterator exp...Nikos Mavrogiannopoulos2014-06-051-1/+3
* renamed gnutls_x509_crl_get_crt_serial2 to gnutls_x509_crl_iter_crt_serial.Nikos Mavrogiannopoulos2014-06-051-2/+2
* Added gnutls_x509_crl_get_crt_serial2(), a faster variant of gnutls_x509_crl_...Nikos Mavrogiannopoulos2014-06-041-2/+2
* Abort printing on error.Nikos Mavrogiannopoulos2014-06-041-2/+3
* cleanups in outputNikos Mavrogiannopoulos2014-04-191-7/+9
* Corrected decoding of XMPP SAN othername.Nikos Mavrogiannopoulos2014-04-191-3/+2
* Print the SHA256 fingerprint of the certificate in addition to SHA1.Nikos Mavrogiannopoulos2014-04-011-4/+3
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-201-3/+3