summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* apps: corrected GNUTLS_PIN readingNikos Mavrogiannopoulos2014-09-081-1/+1
* tools: when in batch mode and no PIN, print a note about using the environmen...Nikos Mavrogiannopoulos2014-07-021-1/+4
* tools: PIN callback will respect batch mode and will not ask for PIN.Nikos Mavrogiannopoulos2014-07-021-6/+8
* p11tool/certtool: use GNUTLS_SO_PIN for reading security officer's PINNikos Mavrogiannopoulos2014-07-011-3/+9
* p11tool: Do not allow a newline as PIN.Nikos Mavrogiannopoulos2014-06-251-4/+4
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-091-2/+18
* removed usage of %zu.Nikos Mavrogiannopoulos2013-11-301-1/+1
* use GNUTLS_PIN instead of GNUTLS_PKCS11_PIN.Nikos Mavrogiannopoulos2013-11-101-1/+1
* Allow getting the PIN from the GNUTLS_PKCS11_PIN environment variable.Nikos Mavrogiannopoulos2013-11-101-2/+12
* reindented codeNikos Mavrogiannopoulos2013-11-081-957/+920
* conditionally use ALPN. Reported by Jaak Ristioja.Nikos Mavrogiannopoulos2013-11-011-0/+2
* small changes prior to releasegnutls_3_2_5Nikos Mavrogiannopoulos2013-10-231-1/+2
* corrected length calculationNikos Mavrogiannopoulos2013-10-101-1/+1
* Corrected possible buffer overruns in included programs and examples.Nikos Mavrogiannopoulos2013-10-091-2/+9
* gnutls-cli -l prints the supported digest algorithms as well.Nikos Mavrogiannopoulos2013-07-131-0/+14
* Improved ALPN support in gnutls-cliNikos Mavrogiannopoulos2013-05-051-0/+5
* print the signatures used.Nikos Mavrogiannopoulos2013-04-041-0/+12
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-0/+5