summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updated libopts generated filesNikos Mavrogiannopoulos2013-06-0116-2460/+7027
* updated liboptsNikos Mavrogiannopoulos2013-06-0152-4759/+6405
* corrected signal() callNikos Mavrogiannopoulos2013-05-211-1/+1
* use ARCFOUR by default on PKCS #12 file generationNikos Mavrogiannopoulos2013-03-011-1/+1
* Too old -> superseded.Nikos Mavrogiannopoulos2012-11-061-1/+1
* corrected checksNikos Mavrogiannopoulos2012-11-061-27/+7
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-061-0/+16
* 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