summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-331/+331
* Add new extended key usage ipsecIKEMicah Anderson2010-09-291-0/+18
* Do not crash if input is redirected from /dev/null.Nikos Mavrogiannopoulos2010-07-051-0/+4
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-3/+3
* Fix copyright/license.Simon Josefsson2010-01-271-10/+14
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-8/+15
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-3/+3
* Fix build failure on systems without AF_INET6, e.g., Solaris 2.6.Simon Josefsson2009-05-071-0/+2
* Fix syntax-check warnings.Simon Josefsson2009-05-031-2/+1
* certtool: Query for multiple dnsName subjectAltName in interactive mode.Simon Josefsson2009-02-241-12/+14
* certtool: allow setting arbitrary key purpose object identifiers.Nikos Mavrogiannopoulos2008-11-051-0/+25
* Indent.Simon Josefsson2008-10-081-83/+127
* reduced warnings in compilation of certtool.Nikos Mavrogiannopoulos2008-10-041-4/+4
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-0/+16
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-041-15/+41
* Added functions to handle and set CRL extensions.Nikos Mavrogiannopoulos2008-10-031-0/+18
* correcting printing and parsing of IPv6 addresses.Nikos Mavrogiannopoulos2008-09-291-14/+19
* output.c: Can properly print IP addresses in certificates.Nikos Mavrogiannopoulos2008-09-201-21/+133
* Fix warnings.Simon Josefsson2008-08-291-1/+1
* Indent code.Simon Josefsson2008-07-021-3/+4
* certtool: Encrypting a private key now require a confirmed password.Simon Josefsson2008-05-161-1/+31
* GPL parts under GPLv3System User2007-12-071-6/+5
* certtool now prints defaults.Nikos Mavrogiannopoulos2007-10-311-15/+20
* Use *_t types consistently.Simon Josefsson2007-08-131-19/+19
* Use current time as default serial number.Simon Josefsson2007-04-171-2/+7
* Remove.Simon Josefsson2007-02-131-5/+0
* Default proxy policy is ALL. Fixes crash.Simon Josefsson2007-02-081-0/+2
* Set pathlength to -1 (not present) by default, for templates.Simon Josefsson2007-02-051-0/+1
* Fix last commit.Simon Josefsson2007-01-311-2/+2
* Support reading/generating proxy certificates in certtool.Simon Josefsson2007-01-311-0/+33
* Have RET for path lengths to mean -1.Simon Josefsson2007-01-311-3/+12
* Support pathLenConstraint.Simon Josefsson2007-01-111-1/+17
* Remove duplicated #include.Simon Josefsson2006-05-151-2/+1
* Use GNU coding style.Simon Josefsson2005-11-071-580/+736
* Don't use error module until program_name problem is solved.Simon Josefsson2005-09-211-3/+2
* (read_int): Use readline. Use strtol, and catch out of range inputs.Simon Josefsson2005-08-151-7/+27
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Replace ad-hoc 'read_pass' with gnulib module 'getpass-gnu'.Simon Josefsson2004-08-151-2/+5
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-510/+632
* certtool has now support for more X.520 DN attribute types.Nikos Mavrogiannopoulos2004-05-151-0/+53
* certtool can now read and set the UID field to a DN.Nikos Mavrogiannopoulos2004-05-141-0/+39
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-131-0/+5
* certtool can now add ip address SAN extension.Nikos Mavrogiannopoulos2004-05-121-0/+11
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-1/+1
* some cleanups in the parsing code.Nikos Mavrogiannopoulos2004-04-151-38/+586
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-141-1/+5
* Added batch support to certtool. Now can use templates.Nikos Mavrogiannopoulos2004-04-141-0/+94