summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
* gnutls-serv: print when the peer's certificate is not verifiedNikos Mavrogiannopoulos2015-04-201-6/+10
|
* gnutls-cli: removed CCM from the ciphers tested with the old APINikos Mavrogiannopoulos2015-04-161-1/+0
| | | | That prevents a crash of the benchmark. Reported by James Cloos.
* certtool: when generating an ECDSA key use the curve name in random artNikos Mavrogiannopoulos2015-04-141-0/+3
|
* certtool: modified to allow different key ID algorithmsNikos Mavrogiannopoulos2015-04-081-8/+18
|
* doc updateNikos Mavrogiannopoulos2015-04-081-1/+1
|
* doc updateNikos Mavrogiannopoulos2015-04-081-5/+6
|
* gnutls-cli: document the method to override the detected ciphersNikos Mavrogiannopoulos2015-04-071-2/+2
|
* gnutls-cli-debug: test for AES-CCMNikos Mavrogiannopoulos2015-04-073-0/+38
|
* p11tool: use the key usage flags to set PKCS #11 propertiesNikos Mavrogiannopoulos2015-04-044-17/+21
|
* certtool: certtool --generate-dh-params will account for --outderNikos Mavrogiannopoulos2015-04-041-3/+8
| | | | Resolves #5
* p11tool: improved output messageNikos Mavrogiannopoulos2015-04-021-1/+1
|
* removed unecessary warningNikos Mavrogiannopoulos2015-04-021-2/+0
|