Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: introduced basic error checking in more examples | Nikos Mavrogiannopoulos | 2016-04-27 | 1 | -18/+8 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -92/+90 |
| | |||||
* | corrected verification examples | Nikos Mavrogiannopoulos | 2012-11-11 | 1 | -0/+3 |
| | |||||
* | Added gnutls_certificate_verification_status_print(). | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -19/+17 |
| | | | | This function simplifies printing the certificate verification status. | ||||
* | Simplified certificate verification by adding ↵ | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -36/+5 |
| | | | | | | gnutls_certificate_verify_peers3(). This function combines the RFC2818 hostname check and chain verification check. | ||||
* | reduced lines | Nikos Mavrogiannopoulos | 2012-03-15 | 1 | -7/+7 |
| | |||||
* | gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for ↵ | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -2/+3 |
| | | | | alternative storage back-end. | ||||
* | use updated api | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -3/+3 |
| | |||||
* | Removed the application field and added an expiration field. | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -3/+5 |
| | |||||
* | Do not store a key when it already exists. | Nikos Mavrogiannopoulos | 2012-01-28 | 1 | -3/+4 |
| | |||||
* | Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey(). | Nikos Mavrogiannopoulos | 2012-01-28 | 1 | -0/+138 |
This enables using ssh-like authentication for TLS sessions. |