summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-041-2/+6
|\
| * Add gnutls_psk_client_get_hint function. Use it.Simon Josefsson2008-06-031-2/+6
* | gnutls-cli will exit once a certificate that doesn't have theNikos Mavrogiannopoulos2008-04-281-9/+16
|/
* Print DH parameters of session.Simon Josefsson2008-03-051-21/+87
* Use GPLv3 in src/.Simon Josefsson2007-12-091-1/+1
* print session IDNikos2007-12-091-0/+8
* GPL parts under GPLv3System User2007-12-071-6/+5
* print information about the DHE parametersNikos2007-12-031-0/+9
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-241-2/+22
* Use new API.Simon Josefsson2007-11-141-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-11/+11
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-11/+11