summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client/parse.y
AgeCommit message (Expand)Author
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2020-09-14We need to be able to provide contact information to use theFlorian Obser
2020-05-16somehow yacc pieces got missed from the "domain name" commit; add them.Stuart Henderson
2020-05-10Allow to have multiple domain ... {} sextions with the same domainSebastian Benoit
2019-12-27make -n stop after parsing the config.Sebastian Benoit
2019-06-17 Implement elliptic curve account keys.Florian Obser
2019-06-15Print domain key type in config test mode (-n).Florian Obser
2019-06-14Track key type (RSA or ECDSA) in an enum and clean up a bit while here.Florian Obser
2019-06-12use acme-client to sign certificated with ecdsa keysGilles Chehade
2019-06-08 Remove A and D flag, they are superfluous.Florian Obser
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-01-29add an extra check for existing "api ..." line in the config.Sebastian Benoit
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-08-03return is not a function and if (x) -> if (x != NULL)Sebastian Benoit
2018-08-03fix error messages from earlier syntax changeSebastian Benoit
2018-08-03correct an error message, from Ross L RichardsonSebastian Benoit
2018-07-29remove extra space in output; from Ross L RichardsonTheo de Raadt
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-06-17Fix an off-by-one line count when using include statements.denis
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-08We warned long enough, also sysmerge(8) should have handled theFlorian Obser
2017-11-27Deprecate agreement url config option and get the information from theFlorian Obser
2017-10-19fix a use after free and a memory leak in error pathsJonathan Gray
2017-03-23It is perfectly valid to have a cert / key not owned by root; removeFlorian Obser
2017-01-24Complete jsing's coccinelle cleanup... by handTheo de Raadt
2017-01-23whitespaceTheo de Raadt
2017-01-21find the first authority works better this way, now that we use a tailqSebastian Benoit
2017-01-21move config data structures mostly to TAILQs, because that way weSebastian Benoit
2017-01-21dont print config if its brokenSebastian Benoit
2017-01-21it's chain certificate not certificate chainFlorian Obser
2017-01-21Enforce minimum config in the parser.Florian Obser
2017-01-21add option 'domain full chain certificate "path"',Sebastian Benoit
2017-01-21Implement domain chain certificate.Florian Obser
2017-01-21acme-client use configuration file [5 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [2 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [1 of 5]Sebastian Benoit
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-09-20reoorder includes,Sebastian Benoit
2016-09-18add a config file parser to acme-client (unused at the moment, so thatSebastian Benoit