summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* build: ignore pointless -Wformat-y2k warningDaiki Ueno2020-09-171-0/+3
* Merge branch 'tmp-cert-invalid' into 'master'Daiki Ueno2020-08-141-1/+4
|\
| * serv, cli: ensure that invalid flag is always settmp-cert-invalidDaiki Ueno2020-08-121-1/+4
* | certtool: do not ask for private key password if it was providedDmitry Baryshkov2020-05-281-0/+9
|/
* gnutls-serv: do not exit on command failureNikos Mavrogiannopoulos2019-12-071-2/+2
* Implemented raw public key support for gnutls-cli application.Tom Vrancken2019-10-041-1/+54
* tools: suppress ctime() error from static analysersNikos Mavrogiannopoulos2019-05-091-0/+19
* serv, cli: add --keymatexport optionDaiki Ueno2019-04-191-0/+37
* tools: removed unused codeNikos Mavrogiannopoulos2019-03-241-57/+0
* gnutls-cli: Fix output with option "--logfile"Ke Zhao2019-03-241-7/+5
* gnutls-cli: Add option "--logfile" to redirect information message outputKe Zhao2019-03-161-127/+148
* Use https:// in lib/, src/, and m4/Tim Rühsen2019-03-131-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* gnutls-cli: reduce printed session informationtmp-cli-reduce-outputNikos Mavrogiannopoulos2018-10-251-86/+92
* p11tool: fix initialization of security officer's PINtmp-initialize-so-pin-fixNikos Mavrogiannopoulos2018-10-241-14/+62
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-2/+3
* tools: check output of called functionsNikos Mavrogiannopoulos2018-08-131-1/+4
* gnutls-serv: improve output under TLS1.3Nikos Mavrogiannopoulos2018-07-271-17/+27
* gnutls-cli: improve error reporting with -l --priority optionNikos Mavrogiannopoulos2018-07-131-1/+4
* gnutls-serv: when post-handshake auth is asked; require a certificateNikos Mavrogiannopoulos2018-06-271-1/+5
* certtool: honor --ask-pass when loading a private keyNikos Mavrogiannopoulos2018-05-071-6/+12
* gnutls-cli: enhanced tool for TLS1.3 optionsNikos Mavrogiannopoulos2018-05-041-0/+14
* gnutls-cli: no longer print certificate types or compression methodsNikos Mavrogiannopoulos2018-02-021-19/+2
* tools: eliminated dead assignmentsNikos Mavrogiannopoulos2017-09-241-2/+0
* tools: removed re-using PIN message when in non-verbose modeNikos Mavrogiannopoulos2017-08-291-3/+5
* p11tool: allow obtaining PIN from command line on operationsNikos Mavrogiannopoulos2017-08-271-3/+9
* certtool: simplified certificate PEM printingNikos Mavrogiannopoulos2017-08-181-20/+5
* cli,serv: do not print any information on compressionNikos Mavrogiannopoulos2017-08-021-9/+0
* cli,serv: no longer print parameters when FFDHE groups are usedNikos Mavrogiannopoulos2017-08-021-0/+7
* gnutls-cli: print the supported groups instead of curvesNikos Mavrogiannopoulos2017-08-021-7/+7
* tools: removed options for openpgp supportNikos Mavrogiannopoulos2017-06-161-115/+0
* Fix two memory leaks in debug output of gnutls toolsDmitry Eremin-Solenikov2017-05-191-0/+1
* certtool: improved printing of the key PIN and key IDNikos Mavrogiannopoulos2017-04-071-1/+21
* certtool: print the key PIN on private and public keysNikos Mavrogiannopoulos2017-04-071-0/+20
* gnutls-cli: fixed minor coverity identified issuesNikos Mavrogiannopoulos2017-04-061-2/+12
* gnutls-cli: eliminate leak on --list optionNikos Mavrogiannopoulos2017-04-011-0/+1
* gnutls-cli: print the ciphers, MACs and KXs when priority string is givenNikos Mavrogiannopoulos2017-03-011-0/+48
* tools: removed redudant messages on PIN re-useNikos Mavrogiannopoulos2016-10-131-3/+5
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-261-0/+22
* gnutls-cli: when no certificate is sent, notify the userNikos Mavrogiannopoulos2015-04-201-3/+6
* tools: enable compilation with all options disabledNikos Mavrogiannopoulos2015-03-211-0/+2
* compilation fix with return on void function; reported by David MarxNikos Mavrogiannopoulos2015-02-011-1/+1
* tools: use OCSP functions only when OCSP is enabledNikos Mavrogiannopoulos2014-12-251-0/+2
* gnutls-cli: added option to save the OCSP responseNikos Mavrogiannopoulos2014-11-131-2/+3
* Added flag GNUTLS_OCSP_SR_IS_AVAIL for gnutls_ocsp_status_request_is_checkedNikos Mavrogiannopoulos2014-11-131-1/+1
* gnutls-cli: print whether status request has been checkedNikos Mavrogiannopoulos2014-11-121-0/+2
* enhanced gnutls-cli-debug verbose output (uses files for mass text)Nikos Mavrogiannopoulos2014-11-041-15/+20
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-1/+3
* tools: print the status of safe renegotiation and extended master secretNikos Mavrogiannopoulos2014-10-081-0/+7
* tools: corrected pin entryNikos Mavrogiannopoulos2014-09-191-1/+1