summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cleanup a bit the printing information stuff.Nikos Mavrogiannopoulos2012-01-291-15/+16
* gnutls-cli will try to verify ocsp responses if --ocsp is given.Nikos Mavrogiannopoulos2012-01-281-10/+3
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-97/+233
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-39/+0
* Added functions to allow quering a priority structure.Nikos Mavrogiannopoulos2012-01-241-572/+708
* Allow quering available elliptic curves by adding gnutls_ecc_curve_list().Nikos Mavrogiannopoulos2012-01-241-0/+14
* Do not print the same things twice.Nikos Mavrogiannopoulos2012-01-241-8/+0
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* gnutls_priority_get_cipher_suite was renamed to gnutls_priority_get_cipher_su...Nikos Mavrogiannopoulos2011-12-121-2/+8
* Added gnutls_priority_get_cipher_suite().Nikos Mavrogiannopoulos2011-12-111-4/+28
* Print ephemeral information after certificate information.Nikos Mavrogiannopoulos2011-12-101-5/+4
* print session IDNikos Mavrogiannopoulos2011-09-221-2/+6
* Print information on elliptic curve sessions.Nikos Mavrogiannopoulos2011-06-041-1/+21
* client side ECC fixes.Nikos Mavrogiannopoulos2011-05-201-1/+2
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-071-80/+0
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-0/+2
* check PIN size.Nikos Mavrogiannopoulos2011-04-071-0/+6
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Moved documentation of priority strings to manual and removed information fro...Nikos Mavrogiannopoulos2011-02-081-4/+4
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-071-182/+0
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-323/+323
* Indent code.Simon Josefsson2010-12-061-1/+2
* gnutls-cli: Print channel binding only in verbose mode.Simon Josefsson2010-10-161-14/+19
* Implement RFC 5929 tls-unique channel binding.Simon Josefsson2010-10-151-0/+17
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-50/+58
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+1
* Avoid fixed size buffers (now handles the big >100 SAN cert).Simon Josefsson2010-07-251-12/+37
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-021-2/+17