summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* last changes for release.gnutls_3_1_4Nikos Mavrogiannopoulos2012-11-101-0/+2
|
* updatedNikos Mavrogiannopoulos2012-11-103-17/+13
|
* remove @cindex from the invoke-* files.Nikos Mavrogiannopoulos2012-11-0912-99/+18
|
* doc updatesNikos Mavrogiannopoulos2012-11-083-7/+22
|
* doc updateNikos Mavrogiannopoulos2012-11-081-1/+3
|
* doc updateNikos Mavrogiannopoulos2012-11-072-2/+20
|
* Added gnutls_ocsp_status_request_is_checked().Nikos Mavrogiannopoulos2012-11-061-1/+1
|
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-051-0/+1
|
* updatedNikos Mavrogiannopoulos2012-11-051-4/+4
|
* Added HMAC prefix to SRTP profiles and updated documentation.Nikos Mavrogiannopoulos2012-11-041-1/+4
|
* added new functionsNikos Mavrogiannopoulos2012-11-022-4/+30
|
* removed gnutls_certificate_update_verify_flagsNikos Mavrogiannopoulos2012-11-021-2/+1
|
* doc updateNikos Mavrogiannopoulos2012-11-023-3/+4
|
* gnutls_srtp_get_profile_by_name -> gnutls_srtp_get_profile_idNikos Mavrogiannopoulos2012-11-011-0/+19
|
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-011-4/+26
|
* updated auto-generated files.Nikos Mavrogiannopoulos2012-11-012-2/+4
|
* Add support for DTLS-SRTP profile negotiation (RFC 5764)Martin Storsjo2012-11-012-0/+1469
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Documented gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-302-1/+3
|
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-303-47/+40
| | | | This function simplifies printing the certificate verification status.
* Simplified certificate verification by adding ↵Nikos Mavrogiannopoulos2012-10-306-139/+22
| | | | | | gnutls_certificate_verify_peers3(). This function combines the RFC2818 hostname check and chain verification check.
* updated documentation.Nikos Mavrogiannopoulos2012-10-302-58/+87
|
* Added gnutls_certificate_update_verify_flags() to allow setting new flags ↵Nikos Mavrogiannopoulos2012-10-301-2/+3
| | | | without overriding any defaults.
* examples: Build an executable of ex-serv-dtls like the other examplesMartin Storsjo2012-10-301-1/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* examples: Make sure the timeout parameter to select is validMartin Storsjo2012-10-301-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 Mavrogiannopoulos2012-10-292-19/+24
|
* doc updateNikos Mavrogiannopoulos2012-10-281-1/+1
|
* corrected typoNikos Mavrogiannopoulos2012-10-281-1/+2
|
* Added gnutls_session_get_id2().Nikos Mavrogiannopoulos2012-10-281-1/+1
|
* Added priority string %VERIFY_DISABLE_CRL_CHECKS.Nikos Mavrogiannopoulos2012-10-131-0/+3
|
* doc updatesNikos Mavrogiannopoulos2012-10-132-5/+14
|
* removed incorrect descriptionNikos Mavrogiannopoulos2012-10-132-2/+2
|
* Added --local-dns option to gnutls-cli.Nikos Mavrogiannopoulos2012-10-131-1/+10
|
* disable default extensions on --disable-extensions.Nikos Mavrogiannopoulos2012-10-131-1/+7
|
* corrected typoNikos Mavrogiannopoulos2012-10-121-4/+4
|
* updated makefileNikos Mavrogiannopoulos2012-10-121-1/+4
|
* Added danetool manpageNikos Mavrogiannopoulos2012-10-122-1/+14
|
* remove files that are not generatedNikos Mavrogiannopoulos2012-10-121-3/+3
|
* use common definitions for generating docs.Nikos Mavrogiannopoulos2012-10-125-149/+162
|
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-125-87/+240
|
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-102-16/+15
|
* Documentation updatesNikos Mavrogiannopoulos2012-10-097-46/+87
|
* inlude DANE in manualNikos Mavrogiannopoulos2012-10-091-2/+14
|
* libdane -> libgnutls-daneNikos Mavrogiannopoulos2012-10-082-2/+4
|
* Certtool can generate a DANE RR entry.Nikos Mavrogiannopoulos2012-10-081-1/+71
|
* The session ticket and OCSP certificate status extensions are enabled by ↵Nikos Mavrogiannopoulos2012-10-082-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 Mavrogiannopoulos2012-10-071-0/+5
| | | | gnutls_pubkey_import_x509_raw().
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-073-4/+21
|
* some more text for TPMsNikos Mavrogiannopoulos2012-10-061-8/+13
|
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-066-44/+133
|
* enable useful extensions in the examples.Nikos Mavrogiannopoulos2012-10-042-1/+9
|