summaryrefslogtreecommitdiff
path: root/doc/examples/ex-verify-ssh.c
Commit message (Expand)AuthorAgeFilesLines
* examples: introduced basic error checking in more examplesNikos Mavrogiannopoulos2016-04-271-18/+8
* reindented codeNikos Mavrogiannopoulos2013-11-081-92/+90
* corrected verification examplesNikos Mavrogiannopoulos2012-11-111-0/+3
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-301-19/+17
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-301-36/+5
* reduced linesNikos Mavrogiannopoulos2012-03-151-7/+7
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-101-2/+3
* use updated apiNikos Mavrogiannopoulos2012-02-101-3/+3
* Removed the application field and added an expiration field.Nikos Mavrogiannopoulos2012-02-101-3/+5
* Do not store a key when it already exists.Nikos Mavrogiannopoulos2012-01-281-3/+4
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-0/+138