summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleaned up the PIN calling in TPMNikos Mavrogiannopoulos2013-02-161-2/+6
* updatedNikos Mavrogiannopoulos2012-11-101-1/+1
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-051-0/+2
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-011-1/+1
* Support SRTP profile negotiation in the client and server toolsMartin Storsjo2012-11-011-1/+6
* updated gnutls_certificate_verification_status_print() presentationNikos Mavrogiannopoulos2012-10-311-1/+1
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-301-39/+10
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-301-110/+1
* If OCSP revocation data are invalid or too old set appropriate verification f...Nikos Mavrogiannopoulos2012-10-131-0/+4
* In gnutls-cli the server certificate is printed prior to verificationNikos Mavrogiannopoulos2012-10-061-2/+3
* updates in heartbeat supportNikos Mavrogiannopoulos2012-09-201-1/+15
* Added Heartbeat extension support.Olga2012-08-301-9/+12
* null terminate the certificate being printNikos Mavrogiannopoulos2012-08-261-1/+2
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-4/+4
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-3/+110
* Print the fingerprint only in the first certificate in the chain.Nikos Mavrogiannopoulos2012-06-071-0/+1
* Print certificate if --print-cert is given, even on verification failure.Nikos Mavrogiannopoulos2012-05-221-4/+6
* raw_to_string no longer returns NULL.Nikos Mavrogiannopoulos2012-04-051-2/+2
* Do not call gnutls_x509_crt_check_hostname() if hostname eq NULL. Reported by...Nikos Mavrogiannopoulos2012-02-281-9/+12
* rehandshake command works in udp mode as well.Nikos Mavrogiannopoulos2012-02-261-0/+16
* added print_cert_info_compact().Nikos Mavrogiannopoulos2012-01-301-15/+32