summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-1/+1
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-1/+1
* Corrections to properly handle token removal and insert.Nikos Mavrogiannopoulos2010-06-031-0/+16
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-0/+34
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-3/+3
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-6/+6
* Fix warnings.Simon Josefsson2009-05-131-1/+2
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-301-0/+4
* Typo.Simon Josefsson2009-02-111-0/+1
* Typo.Simon Josefsson2009-02-111-1/+1
* Print OpenPGP cert info using libgnutls.Simon Josefsson2009-02-111-89/+35
* gnutls-cli: Print certificate info using libgnutls.Simon Josefsson2009-02-111-156/+42
* Print more certificate status values.Simon Josefsson2009-02-021-0/+6
* Fix warnings.Simon Josefsson2009-01-071-3/+1
* Work around gnulib+mingw problem.Simon Josefsson2008-11-171-0/+7
* Drop --copyright.Simon Josefsson2008-09-011-20/+2
* Print pk and sign algos.Simon Josefsson2008-09-011-0/+28
* Fix warnings.Simon Josefsson2008-08-291-4/+4
* Indent code.Simon Josefsson2008-07-021-25/+23