summaryrefslogtreecommitdiff
Commit message (Expand)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 generat...Nikos Mavrogiannopoulos2013-07-113-8/+24
* doc updateNikos Mavrogiannopoulos2013-07-111-1/+1
* Eliminate reset from cryptodev hashes and macGustavo Zacarias2013-07-111-3/+0
* 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
* 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
* Fix for NetBSD systems that do not have CLOCK_PROCESS_CPUTIME_ID. Patch by Th...Nikos Mavrogiannopoulos2013-07-091-1/+1
* 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
* 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
* guile: tests: Use `port->fdes' rather than `fileno'.Ludovic Courtès2013-06-283-9/+9
* 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 m...Nikos Mavrogiannopoulos2013-06-263-24/+8
* 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
* Added test to verify whether DTLS layer will send GNUTLS_E_LARGE_PACKET on la...Nikos Mavrogiannopoulos2013-06-192-1/+346
* Sync with TP.Nikos Mavrogiannopoulos2013-06-181-359/+498