Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed the auto-verification functions | Nikos Mavrogiannopoulos | 2015-09-05 | 1 | -1/+1 |
| | | | | The names are more consistent with the rest of the library. | ||||
* | examples: simplify the X.509 client example by using the new verification API | Nikos Mavrogiannopoulos | 2015-08-24 | 1 | -70/+20 |
| | |||||
* | Fix a few compiler warnings about unused variables | Jiří Klimeš | 2015-03-28 | 1 | -0/+2 |
| | | | | | | [-Wunused-variable] Signed-off-by: Jiří Klimeš <jklimes@redhat.com> | ||||
* | examples: mention that gnutls_global_init() is optional | Nikos Mavrogiannopoulos | 2014-07-06 | 1 | -1/+2 |
| | |||||
* | use gnutls_set_default_priority() in examples. | Nikos Mavrogiannopoulos | 2014-05-11 | 1 | -1/+5 |
| | |||||
* | Replaced gnutls_certificate_verify_peers3() with the extendable ↵ | Nikos Mavrogiannopoulos | 2014-04-09 | 1 | -2/+22 |
| | | | | | | | gnutls_certificate_verify_peers(). That will allow adding new functionality to verification without the need to add new functions. | ||||
* | Added gnutls_certificate_verify_peers4 which will verify in addition to ↵ | Nikos Mavrogiannopoulos | 2014-04-08 | 1 | -1/+3 |
| | | | | hostname, the purpose of the end-certificate. | ||||
* | do not set the SYSTEM priority string by default in examples (not yet). | Nikos Mavrogiannopoulos | 2014-01-25 | 1 | -5/+1 |
| | |||||
* | Introduced GNUTLS_DEFAULT_PRIORITY macro | Nikos Mavrogiannopoulos | 2014-01-15 | 1 | -5/+4 |
| | |||||
* | use default priorities based on version number in examples, and add ↵ | Nikos Mavrogiannopoulos | 2014-01-14 | 1 | -1/+12 |
| | | | | dependency on 3.1.0 | ||||
* | changes in SYSTEM semantics to allow appending rules to the default policy. | Nikos Mavrogiannopoulos | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -152/+140 |
| | |||||
* | Added gnutls_session_get_desc() | Nikos Mavrogiannopoulos | 2013-03-12 | 1 | -1/+5 |
| | |||||
* | Added convenience functions to avoid ugly casting in simple programs. | Nikos Mavrogiannopoulos | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | doc fix | Nikos Mavrogiannopoulos | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | better code in client and server examples | Nikos Mavrogiannopoulos | 2012-12-28 | 1 | -4/+11 |
| | |||||
* | corrected verification examples | Nikos Mavrogiannopoulos | 2012-11-11 | 1 | -0/+3 |
| | |||||
* | Added gnutls_certificate_verification_status_print(). | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -14/+10 |
| | | | | This function simplifies printing the certificate verification status. | ||||
* | Simplified certificate verification by adding ↵ | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -40/+1 |
| | | | | | | gnutls_certificate_verify_peers3(). This function combines the RFC2818 hostname check and chain verification check. | ||||
* | The session ticket and OCSP certificate status extensions are enabled by ↵ | Nikos Mavrogiannopoulos | 2012-10-08 | 1 | -4/+0 |
| | | | | | | | | default. In client side gnutls_init() enables the session ticket and OCSP certificate status request extensions by default. The flag GNUTLS_NO_EXTENSIONS can be used to prevent that. | ||||
* | enable useful extensions in the examples. | Nikos Mavrogiannopoulos | 2012-10-04 | 1 | -1/+6 |
| | |||||
* | gnutls_handshake_timeout() -> gnutls_handshake_set_timeout() | Nikos Mavrogiannopoulos | 2012-08-07 | 1 | -1/+2 |
| | |||||
* | Added gnutls_handshake_timeout(). | Nikos Mavrogiannopoulos | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | updated doc | Nikos Mavrogiannopoulos | 2012-05-25 | 1 | -6/+6 |
| | |||||
* | Be more conservative with examples and changed semantics of ↵ | Nikos Mavrogiannopoulos | 2012-05-22 | 1 | -6/+3 |
| | | | | gnutls_certificate_set_x509_system_trust(). gnutls_certificate_set_x509_system_trust() returns GNUTLS_E_UNIMPLEMENTED_FEATURE on systems that do not have a (known) default trust store. | ||||
* | Added convenience functions to load a trust list from a file or a memory buffer. | Nikos Mavrogiannopoulos | 2012-05-09 | 1 | -3/+6 |
| | | | | | | | New functions: gnutls_certificate_set_x509_system_trust, gnutls_pkcs11_obj_list_import_url2, gnutls_x509_trust_list_add_system_trust, gnutls_x509_trust_list_add_trust_file, gnutls_x509_trust_list_add_trust_mem. | ||||
* | updated example | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -2/+7 |
| | |||||
* | Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey(). | Nikos Mavrogiannopoulos | 2012-01-28 | 1 | -1/+1 |
| | | | | This enables using ssh-like authentication for TLS sessions. | ||||
* | Added gnutls_certificate_set_x509_key_file in a comment. | Nikos Mavrogiannopoulos | 2012-01-18 | 1 | -0/+7 |
| | |||||
* | updated examples and added new "handling alerts" section. | Nikos Mavrogiannopoulos | 2011-12-28 | 1 | -0/+207 |