Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | last changes for release.gnutls_3_1_4 | Nikos Mavrogiannopoulos | 2012-11-10 | 1 | -0/+2 |
| | |||||
* | updated | Nikos Mavrogiannopoulos | 2012-11-10 | 3 | -17/+13 |
| | |||||
* | remove @cindex from the invoke-* files. | Nikos Mavrogiannopoulos | 2012-11-09 | 12 | -99/+18 |
| | |||||
* | doc updates | Nikos Mavrogiannopoulos | 2012-11-08 | 3 | -7/+22 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2012-11-08 | 1 | -1/+3 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2012-11-07 | 2 | -2/+20 |
| | |||||
* | Added gnutls_ocsp_status_request_is_checked(). | Nikos Mavrogiannopoulos | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Added conditional to disable DTLS-SRTP support. | Nikos Mavrogiannopoulos | 2012-11-05 | 1 | -0/+1 |
| | |||||
* | updated | Nikos Mavrogiannopoulos | 2012-11-05 | 1 | -4/+4 |
| | |||||
* | Added HMAC prefix to SRTP profiles and updated documentation. | Nikos Mavrogiannopoulos | 2012-11-04 | 1 | -1/+4 |
| | |||||
* | added new functions | Nikos Mavrogiannopoulos | 2012-11-02 | 2 | -4/+30 |
| | |||||
* | removed gnutls_certificate_update_verify_flags | Nikos Mavrogiannopoulos | 2012-11-02 | 1 | -2/+1 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2012-11-02 | 3 | -3/+4 |
| | |||||
* | gnutls_srtp_get_profile_by_name -> gnutls_srtp_get_profile_id | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -0/+19 |
| | |||||
* | Added dane_verification_status_print() and danetool can verify a DANE entry. | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -4/+26 |
| | |||||
* | updated auto-generated files. | Nikos Mavrogiannopoulos | 2012-11-01 | 2 | -2/+4 |
| | |||||
* | Add support for DTLS-SRTP profile negotiation (RFC 5764) | Martin Storsjo | 2012-11-01 | 2 | -0/+1469 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Documented gnutls_certificate_verification_status_print(). | Nikos Mavrogiannopoulos | 2012-10-30 | 2 | -1/+3 |
| | |||||
* | Added gnutls_certificate_verification_status_print(). | Nikos Mavrogiannopoulos | 2012-10-30 | 3 | -47/+40 |
| | | | | This function simplifies printing the certificate verification status. | ||||
* | Simplified certificate verification by adding ↵ | Nikos Mavrogiannopoulos | 2012-10-30 | 6 | -139/+22 |
| | | | | | | gnutls_certificate_verify_peers3(). This function combines the RFC2818 hostname check and chain verification check. | ||||
* | updated documentation. | Nikos Mavrogiannopoulos | 2012-10-30 | 2 | -58/+87 |
| | |||||
* | Added gnutls_certificate_update_verify_flags() to allow setting new flags ↵ | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -2/+3 |
| | | | | without overriding any defaults. | ||||
* | examples: Build an executable of ex-serv-dtls like the other examples | Martin Storsjo | 2012-10-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | examples: Make sure the timeout parameter to select is valid | Martin Storsjo | 2012-10-30 | 1 | -0/+6 |
| | | | | | | This makes the example work properly on Mac OS X (tested on 10.8). Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Added documentation on detecting libgnutls-dane. | Nikos Mavrogiannopoulos | 2012-10-29 | 2 | -19/+24 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | corrected typo | Nikos Mavrogiannopoulos | 2012-10-28 | 1 | -1/+2 |
| | |||||
* | Added gnutls_session_get_id2(). | Nikos Mavrogiannopoulos | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Added priority string %VERIFY_DISABLE_CRL_CHECKS. | Nikos Mavrogiannopoulos | 2012-10-13 | 1 | -0/+3 |
| | |||||
* | doc updates | Nikos Mavrogiannopoulos | 2012-10-13 | 2 | -5/+14 |
| | |||||
* | removed incorrect description | Nikos Mavrogiannopoulos | 2012-10-13 | 2 | -2/+2 |
| | |||||
* | Added --local-dns option to gnutls-cli. | Nikos Mavrogiannopoulos | 2012-10-13 | 1 | -1/+10 |
| | |||||
* | disable default extensions on --disable-extensions. | Nikos Mavrogiannopoulos | 2012-10-13 | 1 | -1/+7 |
| | |||||
* | corrected typo | Nikos Mavrogiannopoulos | 2012-10-12 | 1 | -4/+4 |
| | |||||
* | updated makefile | Nikos Mavrogiannopoulos | 2012-10-12 | 1 | -1/+4 |
| | |||||
* | Added danetool manpage | Nikos Mavrogiannopoulos | 2012-10-12 | 2 | -1/+14 |
| | |||||
* | remove files that are not generated | Nikos Mavrogiannopoulos | 2012-10-12 | 1 | -3/+3 |
| | |||||
* | use common definitions for generating docs. | Nikos Mavrogiannopoulos | 2012-10-12 | 5 | -149/+162 |
| | |||||
* | Separated DANE functionality from certtool and added danetool. | Nikos Mavrogiannopoulos | 2012-10-12 | 5 | -87/+240 |
| | |||||
* | Updates in DANE support. Allow caching of queries. | Nikos Mavrogiannopoulos | 2012-10-10 | 2 | -16/+15 |
| | |||||
* | Documentation updates | Nikos Mavrogiannopoulos | 2012-10-09 | 7 | -46/+87 |
| | |||||
* | inlude DANE in manual | Nikos Mavrogiannopoulos | 2012-10-09 | 1 | -2/+14 |
| | |||||
* | libdane -> libgnutls-dane | Nikos Mavrogiannopoulos | 2012-10-08 | 2 | -2/+4 |
| | |||||
* | Certtool can generate a DANE RR entry. | Nikos Mavrogiannopoulos | 2012-10-08 | 1 | -1/+71 |
| | |||||
* | The session ticket and OCSP certificate status extensions are enabled by ↵ | Nikos Mavrogiannopoulos | 2012-10-08 | 2 | -7/+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. | ||||
* | Added helper functions gnutls_pubkey_import_openpgp_raw() and ↵ | Nikos Mavrogiannopoulos | 2012-10-07 | 1 | -0/+5 |
| | | | | gnutls_pubkey_import_x509_raw(). | ||||
* | Added functions to export structures in an allocated buffer. | Nikos Mavrogiannopoulos | 2012-10-07 | 3 | -4/+21 |
| | |||||
* | some more text for TPMs | Nikos Mavrogiannopoulos | 2012-10-06 | 1 | -8/+13 |
| | |||||
* | Added a DANE library. | Nikos Mavrogiannopoulos | 2012-10-06 | 6 | -44/+133 |
| | |||||
* | enable useful extensions in the examples. | Nikos Mavrogiannopoulos | 2012-10-04 | 2 | -1/+9 |
| |