summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Generated.Simon Josefsson2008-06-041-9/+32
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-049-93/+247
|\
| * Allow --pskusername to be specified to avoid query in PSK callback.Simon Josefsson2008-06-041-16/+22
| * Generated.Simon Josefsson2008-06-042-71/+96
| * gnutls-cli: Implement PSK callback.Simon Josefsson2008-06-041-7/+80
| * Add gnutls-serv --pskhint.Simon Josefsson2008-06-042-0/+14
| * Add gnutls_psk_client_get_hint function. Use it.Simon Josefsson2008-06-031-2/+6
| * psktool: Support --netconf-hint.Simon Josefsson2008-06-034-22/+78
| * Fix so that PSK authentication works.Simon Josefsson2008-05-151-1/+1
* | Restore umask after opening file.Simon Josefsson2008-05-201-5/+15
* | Use umask unconditionally.Simon Josefsson2008-05-203-8/+2
* | Use umask to restrict the newly created file's permissions if operating on a ...Nikos Mavrogiannopoulos2008-05-184-107/+123
* | certtool: When writing private keys to files, change permissions of file.Simon Josefsson2008-05-161-1/+9
* | certtool: Encrypting a private key now require a confirmed password.Simon Josefsson2008-05-163-2/+34
* | Fix so that PSK authentication works.Simon Josefsson2008-05-151-1/+1
* | Merge branch 'master' of ssh://jas@git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2008-04-295-16/+23
|\ \
| * | gnutls-cli will exit once a certificate that doesn't have theNikos Mavrogiannopoulos2008-04-285-16/+23
* | | Avoid another duplicate call to socket_bye() which can cause a crash.Simon Josefsson2008-04-281-1/+0
|/ /
* | added --outraw --inraw options.Nikos Mavrogiannopoulos2008-04-253-61/+85
* | Fix warnings.Simon Josefsson2008-04-215-4/+8
* | Don't crash on TLS handshake failures.Simon Josefsson2008-04-181-1/+0
* | certtool: with --generate-request and newly generated keys, print the key.Simon Josefsson2008-04-181-1/+5
* | Fix some obsolete stuff.Simon Josefsson2008-04-171-64/+0
* | Link errcodes with gnulib.Simon Josefsson2008-04-171-2/+3
* | Make gnutls_x509_crq_sign2 set certificate request version if not set.Simon Josefsson2008-04-151-4/+0
* | Rely on sys/socket.h for SHUT_*.Simon Josefsson2008-04-132-17/+3
* | get_auth_subkey has one more parameter.Nikos Mavrogiannopoulos2008-04-121-1/+1
|/
* Fix gcc warnings.Simon Josefsson2008-03-192-18/+18
* Fix warnings.Simon Josefsson2008-03-061-2/+2
* Avoid confusing gtk-doc.Simon Josefsson2008-03-061-2/+2
* Print DH parameters of session.Simon Josefsson2008-03-051-21/+87
* Use better names in gnutls_certificate_print_formats_t.Simon Josefsson2008-02-212-6/+6
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-184-7/+7
* Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-188-147/+262
* When --debug is given, also print libgcrypt RNG information.Simon Josefsson2008-02-041-1/+4
* some updatesNikos2008-01-271-4/+8
* print keyringsNikos2008-01-254-75/+151
* openpgp_privkey_export() has parameters to export encrypted secret keys. Adde...Nikos2008-01-141-1/+1
* Additions to make certtool print information on openpgp keys.Nikos2008-01-134-215/+427
* merged the openpgp branch to head\!Nikos2008-01-138-96/+144
* Make --verify-chain support larger inputs than 64kb.Simon Josefsson2007-12-101-3/+12
* Use GPLv3 in src/.Simon Josefsson2007-12-094-4/+4
* print session IDNikos2007-12-091-0/+8
* GPL parts under GPLv3System User2007-12-0710-60/+50
* print information about the DHE parametersNikos2007-12-031-0/+9
* corrected typos.Nikos2007-12-011-2/+2
* Depend on libgcrypt 1.2.4 again (lose DSA2 functionality).Nikos2007-11-301-1/+6
* fix in priority_setNikos2007-11-281-1/+1
* Return the string position in case of an error in the priority functions.Nikos2007-11-282-6/+6
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-243-4/+24