Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document channel binding API. | Simon Josefsson | 2010-10-15 | 1 | -0/+43 |
| | |||||
* | Removed old reference. | Nikos Mavrogiannopoulos | 2010-07-08 | 1 | -1/+0 |
| | |||||
* | ex-rfc2818 is now a functional program demonstrating the verification procedure. | Nikos Mavrogiannopoulos | 2010-07-08 | 1 | -2/+2 |
| | |||||
* | Example with export ciphersuites was removed. | Nikos Mavrogiannopoulos | 2010-07-08 | 1 | -9/+0 |
| | |||||
* | Added gnutls_global_set_mutex() to allow setting | Nikos Mavrogiannopoulos | 2010-06-27 | 1 | -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 Mavrogiannopoulos | 2010-06-13 | 1 | -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 Mavrogiannopoulos | 2010-06-03 | 1 | -0/+495 |