summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* released 3.2.2gnutls_3_2_2Nikos Mavrogiannopoulos2013-07-141-1/+2
|
* doc updateNikos Mavrogiannopoulos2013-07-131-4/+5
|
* typo fixNikos Mavrogiannopoulos2013-07-131-1/+1
|
* gnutls-cli -l prints the supported digest algorithms as well.Nikos Mavrogiannopoulos2013-07-131-0/+14
|
* corrected return value.Nikos Mavrogiannopoulos2013-07-131-4/+4
|
* Check for nanosleep in librt, when not in libc. Reported by Joern Clausen.Nikos Mavrogiannopoulos2013-07-131-1/+5
|
* corrected typoNikos Mavrogiannopoulos2013-07-121-2/+2
|
* updatedNikos Mavrogiannopoulos2013-07-121-1/+10
|
* try to reduce memory in internal structureNikos Mavrogiannopoulos2013-07-111-12/+12
|
* Allow hooks to be called before or after generation/receiving.Nikos Mavrogiannopoulos2013-07-116-17/+27
|
* Revert "simplified hook function, to apply only to post-processing or ↵Nikos Mavrogiannopoulos2013-07-113-8/+24
| | | | | | generation of messages." This reverts commit 7b14a8217b78aaf3367d13181237bf937292f5ba.
* doc updateNikos Mavrogiannopoulos2013-07-111-1/+1
|
* Eliminate reset from cryptodev hashes and macGustavo Zacarias2013-07-111-3/+0
| | | | | | | It wasn't done in 73ec74c2 and 6f0ecbf4 for cryptodev causing build failures. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* doc updateNikos Mavrogiannopoulos2013-07-101-9/+3
|
* doc updateNikos Mavrogiannopoulos2013-07-101-1/+2
|
* doc updateNikos Mavrogiannopoulos2013-07-101-3/+0
|
* make sure that the hook function is always called.Nikos Mavrogiannopoulos2013-07-101-4/+4
|
* New functions addedNikos Mavrogiannopoulos2013-07-102-0/+27
|
* bumped versionNikos Mavrogiannopoulos2013-07-092-3/+3
|
* When resuming a session send only the mandatory extensions.Nikos Mavrogiannopoulos2013-07-091-1/+3
| | | | That will make server behavior to conform to TLS RFC. Reported by Peter Dettman.
* corrected typoNikos Mavrogiannopoulos2013-07-091-1/+1
|
* doc updateNikos Mavrogiannopoulos2013-07-091-0/+3
|
* Include MKI size in size calculations for the extension.Nikos Mavrogiannopoulos2013-07-091-1/+2
| | | | | This prevents a parsing error when MKI is being used. Reported by Gábor Tatárka.
* Fix for NetBSD systems that do not have CLOCK_PROCESS_CPUTIME_ID. Patch by ↵Nikos Mavrogiannopoulos2013-07-091-1/+1
| | | | Thomas Klausner.
* make sure that a valid number of days is enteredNikos Mavrogiannopoulos2013-07-061-3/+10
|
* Added DCONikos Mavrogiannopoulos2013-07-051-0/+25
|
* added new functionsNikos Mavrogiannopoulos2013-07-041-0/+3
|
* simplified structureNikos Mavrogiannopoulos2013-07-041-10/+12
|
* corrected issue in client hello verify.Nikos Mavrogiannopoulos2013-07-041-3/+6
|
* Added helper functions for digests.Nikos Mavrogiannopoulos2013-07-044-1/+90
|
* pkcs11: Use the correct attribute length for CKA_TRUSTEDStef Walter2013-07-041-1/+1
| | | | | | | | CKA_TRUSTED is a CK_BBOOL value in PKCS#11. Since object searches are done with the attribute byte values, we need to get the length exactly right. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* updated for new callback formatNikos Mavrogiannopoulos2013-07-031-4/+2
|
* corrected typoNikos Mavrogiannopoulos2013-07-031-1/+1
|
* more files to ignoreNikos Mavrogiannopoulos2013-07-031-0/+1
|
* doc updateNikos Mavrogiannopoulos2013-07-031-4/+4
|
* when removing a cipher priority, make sure the order is keptNikos Mavrogiannopoulos2013-07-031-13/+9
|
* gnutls_record_overhead_size2 -> gnutls_est_record_overhead_sizeNikos Mavrogiannopoulos2013-07-033-4/+4
|
* doc updateNikos Mavrogiannopoulos2013-07-011-0/+6
|
* Sync with TP.Nikos Mavrogiannopoulos2013-06-292-724/+995
|
* guile: Keep a weak reference on objects aggregated by other objects.Ludovic Courtès2013-06-281-1/+27
| | | | | | | | | Before, in cases such as `set-anonymous-server-dh-parameters!' where the C object beneath CRED keeps a pointer to the C object beneath DH_PARAMS, DH_PARAMS could be garbage-collected before CRED, leading to the destruction of the underlying C object. Reported by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
* guile: tests: Use `port->fdes' rather than `fileno'.Ludovic Courtès2013-06-283-9/+9
| | | | | This has no practical impact, but it's a better way to express that we don't want the file descriptors closed behind our back.
* removed unsupported RSA-EXPORTNikos Mavrogiannopoulos2013-06-261-6/+0
|
* documented private extensionsNikos Mavrogiannopoulos2013-06-263-4/+32
|
* simplified hook function, to apply only to post-processing or generation of ↵Nikos Mavrogiannopoulos2013-06-263-24/+8
| | | | messages.
* documented dtls behavior.Nikos Mavrogiannopoulos2013-06-191-2/+6
|
* enforce the maximum TLS size when setting MTUNikos Mavrogiannopoulos2013-06-191-1/+1
|
* make sure that no DTLS MTU size can exceed 2^14.Nikos Mavrogiannopoulos2013-06-191-25/+11
|
* Revert "Add nettle dependencies to libcrypto.la"Nikos Mavrogiannopoulos2013-06-192-1/+1
| | | | This reverts commit f3ef68f4f79434fadc3f28c649744e57f3eef99b.
* Added test to verify whether DTLS layer will send GNUTLS_E_LARGE_PACKET on ↵Nikos Mavrogiannopoulos2013-06-192-1/+346
| | | | large packets
* Sync with TP.Nikos Mavrogiannopoulos2013-06-181-359/+498
|