summaryrefslogtreecommitdiff
path: root/lib/x509/output.c
Commit message (Expand)AuthorAgeFilesLines
* x509/verify: reject SHA1 in signature algorithms for certificate verificationNikos Mavrogiannopoulos2017-07-211-3/+3
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-14/+19
* x509/output: do not attempt to print the key ID on unknown SPKI algorithmsNikos Mavrogiannopoulos2017-07-131-6/+15
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-0/+112
* x509/output: do not print usage entry when there is noneNikos Mavrogiannopoulos2017-04-071-2/+4
* gnutls_pem_base64_encode2: do raw base64 when msg is NULLNikos Mavrogiannopoulos2017-04-071-1/+0
* x509: output the inhibit anyPolicy valueNikos Mavrogiannopoulos2017-04-061-0/+17
* Added _gnutls_idna_email_reverse_mapNikos Mavrogiannopoulos2017-02-281-1/+31
* x509/output: Cleanup in IDNA name printingNikos Mavrogiannopoulos2017-02-281-34/+34
* x509/output: No longer include public key's random artNikos Mavrogiannopoulos2017-02-231-12/+0
* x509/output: print key PIN on oneline outputNikos Mavrogiannopoulos2017-02-231-4/+4
* x509/output: print the public key PIN of a certificateNikos Mavrogiannopoulos2017-02-231-0/+4
* eliminated various clang warnings with non-null argumentsNikos Mavrogiannopoulos2017-02-201-1/+1
* x509/output: properly indicate error in Time fieldsNikos Mavrogiannopoulos2017-02-171-2/+6
* Exported gnutls_idna_map() and gnutls_idna_reverse_map()Nikos Mavrogiannopoulos2017-01-261-1/+1
* x509 output: fixed memory leak in AIA extension printingNikos Mavrogiannopoulos2017-01-031-2/+1
* x509: address leak in print_altname - cert printingNikos Mavrogiannopoulos2017-01-021-1/+3
* x509: corrected leak in certificate printingNikos 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