summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
Commit message (Collapse)AuthorAgeFilesLines
* Document channel binding API.Simon Josefsson2010-10-151-0/+43
|
* Removed old reference.Nikos Mavrogiannopoulos2010-07-081-1/+0
|
* ex-rfc2818 is now a functional program demonstrating the verification procedure.Nikos Mavrogiannopoulos2010-07-081-2/+2
|
* Example with export ciphersuites was removed.Nikos Mavrogiannopoulos2010-07-081-9/+0
|
* Added gnutls_global_set_mutex() to allow settingNikos Mavrogiannopoulos2010-06-271-29/+11
| | | | | | | | | alternative locking procedures. By default the system available locking is used. In *NIX pthreads are used and in windows the critical section API. As a side effect this change avoids any API dependance on libgcrypt even if threads are used.
* Simplified and made more safe the packing of data for session storage. ↵Nikos Mavrogiannopoulos2010-06-131-15/+0
| | | | | | | | | Extensions use the internal API to store/retrieve during resumption. Removed OPRFI since it was never standardized and was never actually included in gnutls since it was in inactive ifdef. This was instead of rewriting it to use the new API.
* Added missing file.Nikos Mavrogiannopoulos2010-06-031-0/+495