summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* released 3.0.3gnutls_3_0_3Nikos Mavrogiannopoulos2011-09-181-1/+1
|
* Added missing file.Nikos Mavrogiannopoulos2011-09-181-2/+2
|
* doc fixesNikos Mavrogiannopoulos2011-09-182-4/+9
|
* VIA is disabled by default.Nikos Mavrogiannopoulos2011-09-182-1/+9
|
* bumped versionNikos Mavrogiannopoulos2011-09-182-4/+4
|
* Corrected memory leak in privkey deinitialization. Reported by Dan Winship.Nikos Mavrogiannopoulos2011-09-182-0/+5
|
* eliminated inline assembly.Nikos Mavrogiannopoulos2011-09-177-55/+108
|
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-176-0/+24
| | | | record packets in a DTLS session.
* Added better detection of capabilities in 386. If cpuid doesn't exist don't ↵Nikos Mavrogiannopoulos2011-09-164-17/+50
| | | | try to execute it.
* updates on SRP descriptionNikos Mavrogiannopoulos2011-09-152-21/+21
|
* stress that values are bytes and not bitsNikos Mavrogiannopoulos2011-09-141-3/+3
|
* new gaaNikos Mavrogiannopoulos2011-09-141-1/+1
|
* removed unused macroNikos Mavrogiannopoulos2011-09-141-2/+0
|
* corrected name of gnutls_global_set_mutex.Nikos Mavrogiannopoulos2011-09-131-4/+6
|
* Functions for RSA-EXPORT were marked as deprecated.Nikos Mavrogiannopoulos2011-09-132-38/+39
|
* documentation updateNikos Mavrogiannopoulos2011-09-132-5/+9
|
* doc updatesNikos Mavrogiannopoulos2011-09-131-11/+12
|
* Downloading and installing moved to main documentNikos Mavrogiannopoulos2011-09-132-56/+54
|
* corrected page numbers.Nikos Mavrogiannopoulos2011-09-131-0/+2
|
* Do not prefer GCM in padlock because it is slow.Nikos Mavrogiannopoulos2011-09-131-4/+0
|
* updatedNikos Mavrogiannopoulos2011-09-131-0/+4
|
* functions and enumerations are being added in index.Nikos Mavrogiannopoulos2011-09-131-0/+2
|
* removed gnutls-objects.Nikos Mavrogiannopoulos2011-09-137-74588/+3
|
* updatedNikos Mavrogiannopoulos2011-09-131-2/+2
|
* clarified format of sequence number in gnutls_record_recv_seq.Nikos Mavrogiannopoulos2011-09-132-5/+5
|
* Added a paragraph on opensc and trousers PKCS #11 modules.Nikos Mavrogiannopoulos2011-09-131-3/+12
|
* added licenseNikos Mavrogiannopoulos2011-09-131-0/+22
|
* updated documentation. The function descriptions were converted to floats.Nikos Mavrogiannopoulos2011-09-139-107/+80
|
* disable the 64-bit padlock until it is tested.Nikos Mavrogiannopoulos2011-09-122-1/+6
|
* corrected typo in cpuid for 386.Nikos Mavrogiannopoulos2011-09-121-1/+1
|
* fix on double argumentsNikos Mavrogiannopoulos2011-09-111-4/+6
|
* Modified gdoc to be able to handle enumerations. Only valid to latex.Nikos Mavrogiannopoulos2011-09-1114-474/+615
|
* Memory leak fixes in ECC ciphersuites and the trust_list.Nikos Mavrogiannopoulos2011-09-097-299/+343
|
* simplified ecb encryption.Nikos Mavrogiannopoulos2011-09-093-16/+6
|
* Fix build warnings.Simon Josefsson2011-09-091-4/+3
|
* Fix possible infloop and build warning about uninitialied variable.Simon Josefsson2011-09-091-2/+2
|
* Fix build errors.Simon Josefsson2011-09-0911-42/+32
|
* Generated.Simon Josefsson2011-09-091-0/+4
|
* Update gnulib files.Simon Josefsson2011-09-0910-43/+112
|
* converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.Nikos Mavrogiannopoulos2011-09-086-55/+21
|
* Added padlock support to GCM ciphers.Nikos Mavrogiannopoulos2011-09-085-67/+266
|
* do not reset lengthNikos Mavrogiannopoulos2011-09-081-1/+1
|
* Do not send an empty extension structure in server hello. This affectsNikos Mavrogiannopoulos2011-09-082-0/+5
| | | | | old implementations that do not support extensions. Reported by J. Cameijo Cerdeira.
* Corrected documentation for gnutls_certificate_set_x509_trust.Nikos Mavrogiannopoulos2011-09-071-1/+2
| | | | Reported by Stephen Lynch.
* minimized exampleNikos Mavrogiannopoulos2011-09-071-4/+0
|
* Added gnustack flagNikos Mavrogiannopoulos2011-09-072-0/+10
|
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-0712-128/+118
|
* Added support for VIA padlock based on Andy's code (untested).Nikos Mavrogiannopoulos2011-09-079-11/+1812
|
* corrected AES-NI code.Nikos Mavrogiannopoulos2011-09-072-3/+4
|
* simplified gnutls_certificate_set_x509_trust_file. It uses ↵Nikos Mavrogiannopoulos2011-09-061-8/+7
| | | | gnutls_certificate_set_x509_trust_mem.