summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Need -lgnutls etc for certtool-cfg.c.Simon Josefsson2009-02-061-1/+3
* Print more certificate status values.Simon Josefsson2009-02-021-0/+6
* Permit V1 CA's in new --verify-chain code.Simon Josefsson2009-01-091-1/+2
* Fix license header.Simon Josefsson2009-01-072-4/+24
* Fix warnings.Simon Josefsson2009-01-074-14/+4
* certtool: Make --verify-chain use libgnutls verification algorithm.Simon Josefsson2009-01-061-1/+47
* Certtool need libgnutls etc for libcmd-certtool.la too, due to certtool-cfg.c.Simon Josefsson2008-12-101-2/+3
* gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0) is being called afterNikos Mavrogiannopoulos2008-12-041-3/+3
* Libreadline is needed by libcmd_certtool.la, not certtool.Simon Josefsson2008-11-231-2/+2
* return non zero error code on error conditions.Nikos Mavrogiannopoulos2008-11-211-4/+5
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsNikos Mavrogiannopoulos2008-11-2115-263/+313
|\
| * Change link order, so that gnulib is last.Simon Josefsson2008-11-181-14/+11
| * Use more warnings. Fix many warnings.Simon Josefsson2008-11-178-31/+72
| * Generated.Simon Josefsson2008-11-174-228/+230
| * Work around gnulib+mingw problem.Simon Josefsson2008-11-171-0/+7
| * Never include config.h in *.h files.Simon Josefsson2008-11-174-1/+4
* | Corrected bug which caused a rehandshake request to be ignored by gnutls-cli....Nikos Mavrogiannopoulos2008-11-211-1/+1
|/
* Use more warnings. Fix warnings.Simon Josefsson2008-11-138-118/+139
* Use more warnings. Fix warnings.Simon Josefsson2008-11-123-21/+4
* certtool: allow setting arbitrary key purpose object identifiers.Nikos Mavrogiannopoulos2008-11-052-0/+26
* Use error instead of fprintf.Simon Josefsson2008-11-041-5/+4
* * Some more verbose out.Nikos Mavrogiannopoulos2008-11-021-3/+7
* Need more gnulib modules.Simon Josefsson2008-10-302-5/+5
* Need more gnulib modules.Simon Josefsson2008-10-303-17/+4
* Use sockets module.Simon Josefsson2008-10-301-4/+2
* Fixes.Simon Josefsson2008-10-301-1/+3
* Separate headers as well. Clean up -I's.Simon Josefsson2008-10-301-3/+6
* Make it build better.Simon Josefsson2008-10-301-1/+1
* Fixes.Simon Josefsson2008-10-301-6/+6
* certtool: print a PKCS #8 key even if it is not encrypted.Nikos Mavrogiannopoulos2008-10-221-4/+11
* Use netdb.h instead of getaddrinfo.h.Simon Josefsson2008-10-221-2/+1
* Add netdb gnulib module. Use it.Simon Josefsson2008-10-161-2/+2
* Fix syntax-check warnings.Simon Josefsson2008-10-081-1/+1
* More libgcrypt fixes.Simon Josefsson2008-10-081-13/+8
* Update libtasn1 linker flags.Simon Josefsson2008-10-081-11/+8
* Indent.Simon Josefsson2008-10-084-188/+223
* reduced warnings in compilation of certtool.Nikos Mavrogiannopoulos2008-10-047-167/+153
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-043-0/+25
* Added gnutls_x509_crq_set_key_purpose_oid and gnutls_x509_crq_get_key_purpose...Nikos Mavrogiannopoulos2008-10-041-6/+56
* added missing fileNikos Mavrogiannopoulos2008-10-041-1/+1
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-047-204/+395
* Added functions to handle and set CRL extensions.Nikos Mavrogiannopoulos2008-10-033-7/+64
* correcting printing and parsing of IPv6 addresses.Nikos Mavrogiannopoulos2008-09-291-14/+19
* Fix warnings.Simon Josefsson2008-09-211-1/+1
* Use internal md5 if libgcrypt is in FIPS mode.Simon Josefsson2008-09-213-3/+33
* Initialize libgnutls-extra too.Simon Josefsson2008-09-211-0/+6
* Fix libextra build. Make gnutls-cli work in libgcrypt FIPS mode.Simon Josefsson2008-09-212-1/+11
* deinitialize structures after use.Nikos Mavrogiannopoulos2008-09-211-3/+25
* output.c: Can properly print IP addresses in certificates.Nikos Mavrogiannopoulos2008-09-203-53/+139
* Indent.Simon Josefsson2008-09-162-7/+7