summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* src: replace autoopts/libopts with minimal config parserDaiki Ueno2022-01-151-106/+98
* certtool: tighten allocation checkDaiki Ueno2021-05-111-0/+1
* spelling: The possessive pronoun "its" has no apostrophe.Daniel Kahn Gillmor2021-05-051-1/+1
* build: ignore pointless -Wformat-nonliteral warningtmp-gnulibDaiki Ueno2020-09-171-0/+3
* certtool-cfg.c: Silence -Wunused-variable if HAVE_IPV6 not setTim Rühsen2020-01-031-1/+2
* certtool: default to yes on signing certificates for CAstmp-sign-casNikos Mavrogiannopoulos2019-07-261-2/+2
* Check all memory allocation in examples and certtooltmp-check-allocationsNikos Mavrogiannopoulos2019-05-141-0/+9
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* certtool: data encipherment is disabled by defaulttmp-fix-certtoolsNikos Mavrogiannopoulos2019-01-141-1/+1
* certtool: updates in documentation in messages for CRL generationNikos Mavrogiannopoulos2018-09-171-5/+4
* certtool: eliminate maximum limit in fields read with READ_MULTI_LINE_TOKENIZ...Nikos Mavrogiannopoulos2018-07-261-10/+4
* certtool: properly print an int64_t valueNikos Mavrogiannopoulos2018-07-021-4/+1
* certtool: print information on time_t restrictions on failureNikos Mavrogiannopoulos2018-07-021-0/+6
* certtool: ask if certificate will be used for data encryptionDmitry Eremin-Solenikov2018-06-231-2/+1
* Support GOST private keys generationDmitry Eremin-Solenikov2018-06-231-1/+1
* certtool: split long prompt for serialMartin Sucha2018-05-191-3/+5
* certtool: ask again until serial/crl number is validMartin Sucha2018-05-191-24/+36
* certtool: remove extra functionMartin Sucha2018-05-191-21/+3
* certtool: use larger serial and CRL numbersMartin Sucha2018-05-191-63/+231
* certtool: corrected typo in strcmp() useNikos Mavrogiannopoulos2017-06-081-2/+2
* certtool: introduced the email_protection_key optionNikos Mavrogiannopoulos2017-05-051-0/+15
* certtool: fixed minor issues pointed out by coverityNikos Mavrogiannopoulos2017-04-061-4/+2
* certtool: added template option inhibit_anypolicy_skip_certsNikos Mavrogiannopoulos2017-04-061-0/+13
* certtool: improved documentationNikos Mavrogiannopoulos2017-04-051-10/+42
* certtool: removed limits in interactive inputNikos Mavrogiannopoulos2017-02-281-17/+60
* certtool: increased buffer for reading from userNikos Mavrogiannopoulos2017-02-281-5/+6
* certtool: store critical extensions even if no other extension are presentNikos Mavrogiannopoulos2017-02-271-1/+2
* certtool: don't warn when 'uri' is specified on templateNikos Mavrogiannopoulos2017-02-231-0/+1
* certtool: address compiler warningsNikos Mavrogiannopoulos2016-11-221-1/+1
* certtool: include arpa/inet.h unconditionallyNikos Mavrogiannopoulos2016-10-051-1/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-69/+69
* avoid the usage of strncpyNikos Mavrogiannopoulos2016-09-111-2/+8
* x509: Separate out IP handling functionsMartin Ukrop2016-08-091-99/+10
* certtool: added the ability to encode arbitrary extensionsNikos Mavrogiannopoulos2016-07-141-11/+64
* certtool: added options to set arbitrary extensions to certificates and requestsNikos Mavrogiannopoulos2016-07-131-0/+89
* certtool: allow copying specific certificate request extensions to certificateNikos Mavrogiannopoulos2016-06-141-4/+26
* Implement setting the TLS features extension on certificates via certtool's t...Tim Kosse2016-05-301-0/+53
* certtool: allow generating IP name constraintsNikos Mavrogiannopoulos2016-04-051-1/+130
* certtool: removed unused variableNikos Mavrogiannopoulos2016-02-111-1/+0
* Remove remaining RSA-EXPORT support leftovers from doc and messagesAttila Molnar2016-02-061-1/+1
* Fix some more typos.Andreas Metzler2016-02-011-1/+1
* certtool: introduced the krb5_principal template optionNikos Mavrogiannopoulos2016-01-121-0/+41
* certtool: allow writing xmpp_nameNikos Mavrogiannopoulos2016-01-101-0/+40
* certtool: added ability to generate othernames via template filesNikos Mavrogiannopoulos2016-01-081-0/+163
* certtool: Allow writing unique IDs in generated certificatesNikos Mavrogiannopoulos2015-11-121-0/+53
* certtool: Allow specifying CRL dates as fixed datesNikos Mavrogiannopoulos2015-08-131-1/+39
* certtool: in 32-bit systems use PRIu64 to print 64-bit valuesNikos Mavrogiannopoulos2015-03-051-1/+8
* certtool: exit when there is an overflow in parsing daysNikos Mavrogiannopoulos2015-03-051-2/+5
* certtool: modified check for READ_NUMERICNikos Mavrogiannopoulos2015-01-041-11/+4
* certtool: use 64-bit type for CRL serial numberNikos Mavrogiannopoulos2015-01-041-1/+3