summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added functions gnutls_x509_privkey_import2 and gnutls_x509_privkey_import_op...Nikos Mavrogiannopoulos2012-06-281-11/+4
* added missing fileNikos Mavrogiannopoulos2012-06-261-0/+111
* Splitted Lucas' contribution to allow incorporation.Nikos Mavrogiannopoulos2012-06-253-68/+4
* Dot require load-privkey for to-p12Nikos Mavrogiannopoulos2012-06-253-5/+3
* Updated Lucas' patchNikos Mavrogiannopoulos2012-06-241-13/+8
* Certtool exports multiple keys in PKCS12 fileLucas Fisher2012-06-243-7/+82
* Added functions to directly load a private key.Nikos Mavrogiannopoulos2012-06-211-87/+17
* build: make sure to declare the generated source files as BUILT_SOURCESDiego Elio Pettenò2012-06-201-0/+3
* When generating a pkcs12 structure with multiple certificates set a friendly ...Nikos Mavrogiannopoulos2012-06-091-4/+7
* removed unused functions.Nikos Mavrogiannopoulos2012-06-076-68/+0
* simplified check for win32Nikos Mavrogiannopoulos2012-06-071-1/+1
* Print the fingerprint only in the first certificate in the chain.Nikos Mavrogiannopoulos2012-06-071-0/+1
* GNUTLS_E_ENCRYPTED_STRUCTURE is no more.Nikos Mavrogiannopoulos2012-06-071-1/+1
* Options --benchmark-tls was split to --benchmark-tls-kxNikos Mavrogiannopoulos2012-06-066-91/+133
* Added keys of equivalent security levels.Nikos Mavrogiannopoulos2012-06-061-108/+61
* print warning to stderrNikos Mavrogiannopoulos2012-06-041-1/+1
* Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.Nikos Mavrogiannopoulos2012-06-031-5/+12
* MAX_ENTRIES increased to 128.Nikos Mavrogiannopoulos2012-05-271-1/+1
* no need for netinet/ip.hNikos Mavrogiannopoulos2012-05-241-1/+0
* Added the --dh-bits option to gnutls-cli.Nikos Mavrogiannopoulos2012-05-234-223/+259
* Print certificate if --print-cert is given, even on verification failure.Nikos Mavrogiannopoulos2012-05-222-4/+7
* Added URI to the example.Nikos Mavrogiannopoulos2012-05-143-2/+5
* Added support for the URI type of subject alternative name in certtool.Nikos Mavrogiannopoulos2012-05-143-5/+67
* Added the autogen files to git.Nikos Mavrogiannopoulos2012-05-1416-0/+10462
* Updated liboptsNikos Mavrogiannopoulos2012-05-1437-627/+997
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-091-2/+0
* introduce gnutls_certificate_set_x509_system_trustLudwig Nussel2012-05-091-16/+13
* 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