summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released 3.0.4gnutls_3_0_4Nikos Mavrogiannopoulos2011-10-152-2/+2
* updated tests for new key IDNikos Mavrogiannopoulos2011-10-132-2/+2
* key id is being calculated the same way in private keys as in public keys.Nikos Mavrogiannopoulos2011-10-131-31/+4
* 'How to use TLS in application protocols' section was moved to introduction t...Nikos Mavrogiannopoulos2011-10-1312-27/+35
* Added a test for servers not accepting small records.Nikos Mavrogiannopoulos2011-10-123-0/+19
* new version of padlock by Andy.Nikos Mavrogiannopoulos2011-10-122-67/+141
* bumped versionsNikos Mavrogiannopoulos2011-10-123-4/+4
* Add and sort.Simon Josefsson2011-10-121-148/+150
* updated textNikos Mavrogiannopoulos2011-10-111-3/+3
* check for nettle 2.4 or laterNikos Mavrogiannopoulos2011-10-101-3/+3
* Fix type of keyid (finally!).Simon Josefsson2011-10-101-1/+1
* More doc fixes.Simon Josefsson2011-10-102-3/+4
* GTK-DOC doc fix.Simon Josefsson2011-10-101-2/+3
* Use gnutls_openpgp_keyid_t type for keyid variable.Simon Josefsson2011-10-101-1/+1
* Include stdint.h to get uint8_t.Simon Josefsson2011-10-101-0/+1
* Revert "avoid usage of C99 constructs."Simon Josefsson2011-10-101-1/+1
* updated Andy's code. padlock_shax_blocks does not require any more, the stat...Nikos Mavrogiannopoulos2011-10-102-7/+158
* Corrected check for AES-GCMNikos Mavrogiannopoulos2011-10-081-5/+5
* test for camelliaNikos Mavrogiannopoulos2011-10-083-14/+0
* avoid usage of C99 constructs.Nikos Mavrogiannopoulos2011-10-081-1/+1
* is_padlock_nano moved to padlock-common.s to allow easier upgradeNikos Mavrogiannopoulos2011-10-084-38/+42
* Added more elaborate test of hash functions.Nikos Mavrogiannopoulos2011-10-081-11/+90
* HASH2MAC macro is no more.Nikos Mavrogiannopoulos2011-10-082-3/+1
* Key ID calculation is now consistent on all structures. ItNikos Mavrogiannopoulos2011-10-088-200/+78
* simplified documentationNikos Mavrogiannopoulos2011-10-081-31/+14
* documentation updateNikos Mavrogiannopoulos2011-10-082-5/+15
* Added tests for ECDHE, AES-GCM and SHA256.Nikos Mavrogiannopoulos2011-10-083-8/+81
* fixes to enable the external signing callback to operate with TLS 1.2Nikos Mavrogiannopoulos2011-10-072-4/+33
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-0711-8/+188
* updated gnulib.Nikos Mavrogiannopoulos2011-10-063-1/+21
* documented fixNikos Mavrogiannopoulos2011-10-061-0/+3
* corrected bug in key id extraction. Reported by Erik Jensen.Nikos Mavrogiannopoulos2011-10-051-4/+1
* better detection of padlock PHE.Nikos Mavrogiannopoulos2011-10-057-70/+119
* Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.Nikos Mavrogiannopoulos2011-10-0513-591/+1272
* Always use encryption direction.Nikos Mavrogiannopoulos2011-10-051-2/+4
* libextra is not needed for neither gnutls-cli or serv.Nikos Mavrogiannopoulos2011-10-042-9/+2
* corrected pathNikos Mavrogiannopoulos2011-10-041-1/+1
* updated padlock code.Nikos Mavrogiannopoulos2011-10-042-19/+44
* fixes in headers. Suggested by Bjorn Christensen.Nikos Mavrogiannopoulos2011-10-043-0/+3
* intel directory renamed to x86.Nikos Mavrogiannopoulos2011-10-0420-6/+6
* updatedNikos Mavrogiannopoulos2011-10-031-1/+1
* Added new gnulib.Nikos Mavrogiannopoulos2011-10-0347-353/+1653
* added an assertNikos Mavrogiannopoulos2011-10-031-1/+1
* doc fixesNikos Mavrogiannopoulos2011-10-031-2/+3
* replaced uint type.Nikos Mavrogiannopoulos2011-10-031-1/+1
* fix compilation in windowsNikos Mavrogiannopoulos2011-10-032-0/+6
* updated text.Nikos Mavrogiannopoulos2011-10-011-25/+27
* Added ability to hash and hmac with VIA padlock.Nikos Mavrogiannopoulos2011-10-015-127/+489
* documented updatesNikos Mavrogiannopoulos2011-10-011-0/+9
* optimizations in hmac.Nikos Mavrogiannopoulos2011-10-011-23/+17