summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* certtool: check for overflows when reading serial numbersNikos Mavrogiannopoulos2015-01-041-0/+16
* certtool: use int64_t as type for integers readNikos Mavrogiannopoulos2015-01-041-5/+26
* certtool: ensure that default_serial_int is 64-bits or moreNikos Mavrogiannopoulos2014-12-111-1/+1
* certtool: avoid gcc warningsNikos Mavrogiannopoulos2014-11-281-3/+3
* certtool: Allow to set the nonRepudiation, keyAgreement and dataEncipherment ...Nikos Mavrogiannopoulos2014-11-171-0/+40
* certtool: corrected copy+paste errorNikos Mavrogiannopoulos2014-09-081-1/+1
* Allow wildcard comparison of options.Nikos Mavrogiannopoulos2014-05-231-2/+9
* certtool: Warn when invalid configuration options are set into a template.Nikos Mavrogiannopoulos2014-05-231-1/+90
* Added aliases for unit and organization.Nikos Mavrogiannopoulos2014-05-201-1/+8
* certtool: allow multiple organizations and organizational unit names to be sp...Nikos Mavrogiannopoulos2014-05-201-42/+48
* Do not return from void functions. Reported by dev [at] cor0.com.Nikos Mavrogiannopoulos2014-05-011-2/+2
* several bug fixes in certtool.Nikos Mavrogiannopoulos2014-04-151-11/+11
* Combined the code to set CRL next update with certificate expiration date.Nikos Mavrogiannopoulos2014-04-021-22/+12
* corrected typoNikos Mavrogiannopoulos2014-04-021-1/+1
* When a CRL serial number is not specified, generate a time-based one.Nikos Mavrogiannopoulos2014-04-021-13/+17
* Certtool can now write more than a single crl_dist_point.Nikos Mavrogiannopoulos2014-03-191-11/+37
* use the number of seconds as serial in 32-bit systemsNikos Mavrogiannopoulos2014-03-111-2/+6
* removed unused variables.Nikos Mavrogiannopoulos2014-03-081-6/+2
* more gl updatesNikos Mavrogiannopoulos2014-03-041-1/+0
* removed debuggingNikos Mavrogiannopoulos2014-02-191-5/+0
* certtool allows setting name constraints.Nikos Mavrogiannopoulos2014-02-191-0/+93
* Use longer timestamps for serial numbers.Nikos Mavrogiannopoulos2014-02-111-17/+65
* Added --ask-pass certtool option to allow asking for passwords even when in b...Nikos Mavrogiannopoulos2014-02-051-3/+4
* Added activation_date and expiration_date options to certtool template file.Nikos Mavrogiannopoulos2013-11-161-7/+79
* Check for overflows when setting time and allow a time of -1.Nikos Mavrogiannopoulos2013-11-161-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-1445/+1337
* better loggingNikos Mavrogiannopoulos2013-11-051-1/+1
* corrected type of path_lenNikos Mavrogiannopoulos2013-10-211-1/+1