summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* p11tool: Allow writing a PKCS #11 pubkey objectNikos Mavrogiannopoulos2015-10-171-2/+16
|
* gnutls-cli-debug: updated docNikos Mavrogiannopoulos2015-10-171-45/+49
|
* tools: when the starttls-proto is specified automatically detect the port if ↵Nikos Mavrogiannopoulos2015-10-167-4/+62
| | | | not given
* certtool: recognize the future sec-paramNikos Mavrogiannopoulos2015-10-121-0/+2
|
* certtool: be more specific on the help message for --sec-param when --bits ↵Nikos Mavrogiannopoulos2015-10-121-1/+12
| | | | are given
* certtool: print 16-bytes of hex values per lineNikos Mavrogiannopoulos2015-09-221-3/+7
| | | | Also avoid a colon on the end of the line.
* certtool: switched the default level to HIGH for key generationNikos Mavrogiannopoulos2015-09-211-4/+1
| | | | That requires 3072 bits for RSA and DSA keys.
* tools: added xmpp into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-184-4/+16
|
* tools: added ldap into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-184-3/+12
|
* gnutls-cli-debug: use RFC7627 instead of draft-ietf-tls-session-hashNikos Mavrogiannopoulos2015-09-171-1/+1
|
* gnutls-cli-debug: corrected typo in inappropriate fallback checkNikos Mavrogiannopoulos2015-08-281-1/+1
|
* gnutls-cli-debug: added check for inappropriate fallback supportNikos Mavrogiannopoulos2015-08-283-0/+33
|
* certtool: allow exporting very long CRLsNikos Mavrogiannopoulos2015-08-211-5/+4
|
* certtool: Allow specifying CRL dates as fixed datesNikos Mavrogiannopoulos2015-08-134-4/+56
|
* certtool: allow appending certificates to a CRLNikos Mavrogiannopoulos2015-08-132-6/+17
|
* certtool: removed limit on maximum imported certificates in the -i optionNikos Mavrogiannopoulos2015-08-121-17/+8
|
* certtool: eliminated memory leaks due to new cert loading codeNikos Mavrogiannopoulos2015-08-122-3/+16
|
* certtool: lifted limits on file size to loadNikos Mavrogiannopoulos2015-08-122-114/+52
|
* p11tool: test-sign will not fail if a pubkey is not foundNikos Mavrogiannopoulos2015-08-061-0/+2
|
* use the gettext-h gnulib moduleNikos Mavrogiannopoulos2015-08-0116-32/+108
|
* p11tool: fix documentation for --generate-ecc and generate-dsaNikos Mavrogiannopoulos2015-07-201-4/+4
|
* tpmtool: Added --test-sign parameterNikos Mavrogiannopoulos2015-07-142-2/+83
|
* p11tool: be more compact in token URL printingNikos Mavrogiannopoulos2015-07-101-2/+2
|
* p11tool: group the provided options for readabilityNikos Mavrogiannopoulos2015-07-101-104/+132
|
* p11tool: keep backwards compatibility by introducing --list-token-urlsNikos Mavrogiannopoulos2015-07-102-5/+9
| | | | That is, the output of --list-tokens remains the same.
* p11tool: print the module name of a token in verbose modeNikos Mavrogiannopoulos2015-07-101-0/+9
|
* p11tool: less verbose output in --list-tokens unless --verbose is specifiedNikos Mavrogiannopoulos2015-07-102-1/+5
|
* gnutls-cli: doc updateNikos Mavrogiannopoulos2015-07-091-2/+2
|
* certtool --outder should not emit signature verification statusDaniel Kahn Gillmor2015-07-021-4/+6
| | | | | | | | | When emitting binary-formatted output, send signature verification status to stderr, since it is not binary-formatted output. A simpler version of this patch would be to always send signature verification to stderr, but that would change the text-formatted output.
* gnutls-cli: Fixed Possible Memory LeakSaurav Babu2015-06-181-0/+1
| | | | | | | | This patch fixes possible memory leak in psk_callback() function, rawkey is allocated memory by gnutls_malloc() and is not freed when gnutls_hex_decode() returns with error Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
* certtool: made explicit the inclusion of time in PKCS #7 signaturesNikos Mavrogiannopoulos2015-06-162-1/+10
|
* certtool: include the signature time in PKCS #7 signaturesNikos Mavrogiannopoulos2015-06-161-1/+1
|
* certtool: rely on gnutls_pkcs7_print() even moreNikos Mavrogiannopoulos2015-06-161-80/+2
|
* certtool: use gnutls_pkcs7_print() - partiallyNikos Mavrogiannopoulos2015-06-161-14/+9
|
* tpmtool: added newline in error messagesNikos Mavrogiannopoulos2015-06-051-8/+8
|
* certtool: print signed and unsigned PKCS #7 attributesNikos Mavrogiannopoulos2015-06-031-14/+69
|
* certtool: added --p7-generate, --p7-sign and --p7-detached-signNikos Mavrogiannopoulos2015-06-024-1/+218
|
* certtool: print the signing time when availableNikos Mavrogiannopoulos2015-06-021-0/+3
|
* certtool: print more info about the PKCS #7 structNikos Mavrogiannopoulos2015-06-021-0/+22
|
* certtool: allow verification against a direct PKCS #7 signerNikos Mavrogiannopoulos2015-06-023-7/+25
|
* certtool: allow verifying PKCS #7 with detached dataNikos Mavrogiannopoulos2015-06-023-8/+43
|
* certtool: improved PKCS #7 verification outputNikos Mavrogiannopoulos2015-06-022-7/+7
|
* certtool: allow verification of PKCS #7 structuresNikos Mavrogiannopoulos2015-06-023-1/+206
|
* certtool: deinitialize PKCS #7 resourcesNikos Mavrogiannopoulos2015-05-311-0/+1
|
* Revert "updated gnulib"Nikos Mavrogiannopoulos2015-05-297-65/+19
| | | | This reverts commit c040ce6dd05b48b971d8dcc8fc8f23957ed15f9c.
* updated gnulibNikos Mavrogiannopoulos2015-05-297-19/+65
|
* gnutls-serv: send alert when wrong data have been received from clientNikos Mavrogiannopoulos2015-05-151-0/+4
|
* libopts: fixed the reading of the --enable-local-libopts flagNikos Mavrogiannopoulos2015-04-201-7/+8
|
* gnutls-cli: when no certificate is sent, notify the userNikos Mavrogiannopoulos2015-04-203-5/+10
|
* gnutls-cli: when a certificate is specified require the corresponding ↵Nikos Mavrogiannopoulos2015-04-201-0/+2
| | | | private key