summaryrefslogtreecommitdiff
path: root/doc/examples/ex-verify-ssh.c
Commit message (Collapse)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
| | | | This function simplifies printing the certificate verification status.
* Simplified certificate verification by adding ↵Nikos Mavrogiannopoulos2012-10-301-36/+5
| | | | | | gnutls_certificate_verify_peers3(). This function combines the RFC2818 hostname check and chain verification check.
* reduced linesNikos Mavrogiannopoulos2012-03-151-7/+7
|
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for ↵Nikos Mavrogiannopoulos2012-02-101-2/+3
| | | | alternative storage back-end.
* 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
This enables using ssh-like authentication for TLS sessions.