summaryrefslogtreecommitdiff
path: root/lib/x509/output.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove dead assignmentsDaiki Ueno2020-09-181-4/+4
* Merge branch 'x509-common-name' into 'master'Dmitry Baryshkov2020-05-241-0/+16
|\
| * x509: support commonName extensionDmitry Baryshkov2020-05-181-0/+16
* | x509: aki: always print authorityCert infoDmitry Baryshkov2020-05-171-3/+6
|/
* output: add Russian security class policiesDmitry Baryshkov2020-05-141-0/+8
* x509: print certificate policiy namesDmitry Baryshkov2020-05-141-1/+19
* lib/x509: use common routine for parsing data versionDmitry Baryshkov2020-03-121-3/+1
* Merge branch 'fix-crq-ext' into 'master'Dmitry Baryshkov2020-03-111-11/+9
|\
| * x509: apply same fix to print_crqDmitry Baryshkov2020-03-101-4/+3
| * x509: apply same fix to print_crlDmitry Baryshkov2020-03-101-4/+3
| * x509: drop endless loop in print_extensionsDmitry Baryshkov2020-03-101-3/+3
* | lib/x509/output.c: remove occasioinal memory leak in print_issuer_sign_tool()Dmitry Baryshkov2020-03-071-1/+2
|/
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-231-0/+1
* lib/x509/output.c: Remove unneeded NULL check in print_crt_pubkey()Tim Rühsen2019-10-131-2/+1
* Remove trailing spaces in several filesTim Rühsen2019-10-121-4/+4
* x509: add support for Russian extensions defined for qualified certificateDmitry Eremin-Solenikov2019-09-281-0/+100
* Support for Generalname registeredID from RFC 5280 in subject alt nameKarsten Ohme2019-07-221-0/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* x509: print_pubkey: print GOST public key with MSB firstDmitry Eremin-Solenikov2018-09-181-0/+14
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-231-0/+63
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* x509/output: print error on invalid public key parameters on certificateNikos Mavrogiannopoulos2017-08-041-18/+35
* x509/output: Subject Public Key parameters are printed just before actual keyNikos Mavrogiannopoulos2017-08-041-65/+28
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-4/+4
* 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