summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* do not set verify_flagsNikos Mavrogiannopoulos2012-10-041-1/+0
* Do not ask unnecessary questions when signing a certificate (request).Nikos Mavrogiannopoulos2012-09-151-11/+19
* libopts depends on libintl. Patch by LRN.Nikos Mavrogiannopoulos2012-09-151-0/+1
* On Linux with /proc/sys/net/ipv6/bindv6only == 0 (which is now theNikos Mavrogiannopoulos2012-08-301-0/+11
* null terminate the certificate being printNikos Mavrogiannopoulos2012-08-261-1/+2
* Link srptool with libintl. Suggested by B. Scott Michel.Nikos Mavrogiannopoulos2012-08-151-1/+1
* Respect certtool --hash when signing request and CRLPetr Písař2012-08-021-15/+24
* added support for legacy sec-param.Nikos Mavrogiannopoulos2012-07-131-0/+4
* Added autogen generated files.Nikos Mavrogiannopoulos2012-06-2916-0/+10461
* do not require load-privkey for to-p12Nikos Mavrogiannopoulos2012-06-251-1/+0
* build: make sure to declare the generated source files as BUILT_SOURCESDiego Elio Pettenò2012-06-201-0/+3
* Print the fingerprint only in the first certificate in the chain.Nikos Mavrogiannopoulos2012-06-071-0/+1
* print warning to stderrNikos Mavrogiannopoulos2012-06-041-1/+1
* MAX_ENTRIES increased to 128.Nikos Mavrogiannopoulos2012-05-271-1/+1
* no need for netinet/ip.hNikos Mavrogiannopoulos2012-05-241-1/+0
* no need for default_ca_fileNikos Mavrogiannopoulos2012-05-231-2/+0
* Print certificate if --print-cert is given, even on verification failure.Nikos Mavrogiannopoulos2012-05-142-4/+7
* documented uri optionNikos Mavrogiannopoulos2012-05-141-0/+3
* Added support for the URI type of subject alternative name in certtool.Nikos Mavrogiannopoulos2012-05-113-5/+67
* introduce gnutls_certificate_set_x509_system_trustLudwig Nussel2012-05-101-16/+13
* updated liboptsNikos Mavrogiannopoulos2012-05-0937-627/+997
* removed redundant declaration.Nikos Mavrogiannopoulos2012-04-251-2/+0
* No need to include gettext.h. Link against libintl when needed.Nikos Mavrogiannopoulos2012-04-143-11/+13
* updated documentationNikos Mavrogiannopoulos2012-04-061-2/+4
* do not print Key ID in a pkcs12 structure if it is null.Nikos Mavrogiannopoulos2012-04-061-1/+2
* raw_to_string no longer returns NULL.Nikos Mavrogiannopoulos2012-04-051-2/+2
* include libintl. Patch by B. Scott MichelNikos Mavrogiannopoulos2012-03-221-0/+3
* Revert "use header files from gl/ and include gettext.h"Nikos Mavrogiannopoulos2012-03-222-2/+1
* use header files from gl/ and include gettext.hNikos Mavrogiannopoulos2012-03-222-1/+2
* Applied patch to cast days to (time_t) before converting it toNikos Mavrogiannopoulos2012-03-171-2/+2
* Added gnutls_x509_crt_set_authority_info_access.Nikos Mavrogiannopoulos2012-03-164-0/+68
* doc updatesNikos Mavrogiannopoulos2012-03-152-2/+2
* added spacingNikos Mavrogiannopoulos2012-03-141-1/+1
* gnutls-cli honours the --x509fmtder.Nikos Mavrogiannopoulos2012-03-131-2/+2
* only set the server name if we do not have an IP address.Nikos Mavrogiannopoulos2012-03-131-3/+4
* add more space to dst to allow GCM mode tests in cryptodev.Nikos Mavrogiannopoulos2012-03-071-2/+2
* certtool may explicitly set the domain component (DC) field of a DN.Nikos Mavrogiannopoulos2012-03-064-1/+60
* Added a real key purpose OID as exampleNikos Mavrogiannopoulos2012-03-061-3/+7
* updated p11tool documentation.Nikos Mavrogiannopoulos2012-03-061-1/+3
* Only set the private status if it has been explicitly specified. That is beca...Nikos Mavrogiannopoulos2012-03-061-3/+10
* The default cipher when encrypting with PKCS12 is AES.Nikos Mavrogiannopoulos2012-03-061-1/+5
* to-p12 requires the load-certificate and load-privkey.Nikos Mavrogiannopoulos2012-03-061-1/+3
* Added ifdef HAVE_FCHMODNikos Mavrogiannopoulos2012-03-021-0/+2
* corrected check_command() inputNikos Mavrogiannopoulos2012-02-291-1/+1
* Update to autogen 5.15.Simon Josefsson2012-02-2913-44/+21
* Do not call gnutls_x509_crt_check_hostname() if hostname eq NULL. Reported by...Nikos Mavrogiannopoulos2012-02-281-9/+12
* doc updatesNikos Mavrogiannopoulos2012-02-261-6/+6
* rehandshake command works in udp mode as well.Nikos Mavrogiannopoulos2012-02-264-14/+41
* properly break lines.Nikos Mavrogiannopoulos2012-02-262-17/+22
* Updated libopts.Nikos Mavrogiannopoulos2012-02-2519-217/+221