summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* key id is being calculated the same way in private keys as in public keys.Nikos Mavrogiannopoulos2011-10-131-31/+4
* new version of padlock by Andy.Nikos Mavrogiannopoulos2011-10-122-67/+141
* More doc fixes.Simon Josefsson2011-10-101-2/+2
* GTK-DOC doc fix.Simon Josefsson2011-10-101-2/+3
* updated Andy's code. padlock_shax_blocks does not require any more, the stat...Nikos Mavrogiannopoulos2011-10-102-7/+158
* is_padlock_nano moved to padlock-common.s to allow easier upgradeNikos Mavrogiannopoulos2011-10-084-38/+42
* HASH2MAC macro is no more.Nikos Mavrogiannopoulos2011-10-082-3/+1
* Key ID calculation is now consistent on all structures. ItNikos Mavrogiannopoulos2011-10-086-199/+74
* fixes to enable the external signing callback to operate with TLS 1.2Nikos Mavrogiannopoulos2011-10-071-4/+30
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-078-6/+180
* corrected bug in key id extraction. Reported by Erik Jensen.Nikos Mavrogiannopoulos2011-10-051-4/+1
* better detection of padlock PHE.Nikos Mavrogiannopoulos2011-10-056-67/+116
* Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.Nikos Mavrogiannopoulos2011-10-0510-202/+814
* Always use encryption direction.Nikos Mavrogiannopoulos2011-10-051-2/+4
* 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
* added an assertNikos Mavrogiannopoulos2011-10-031-1/+1
* replaced uint type.Nikos Mavrogiannopoulos2011-10-031-1/+1
* fix compilation in windowsNikos Mavrogiannopoulos2011-10-032-0/+6
* Added ability to hash and hmac with VIA padlock.Nikos Mavrogiannopoulos2011-10-015-127/+489
* optimizations in hmac.Nikos Mavrogiannopoulos2011-10-011-23/+17
* The hash_fast() and hmac_fast() functions can be registered as well to allowNikos Mavrogiannopoulos2011-10-0111-48/+108
* operations structures were made constants.Nikos Mavrogiannopoulos2011-09-309-9/+9
* simplified usage of resume_true and resume_false.Nikos Mavrogiannopoulos2011-09-303-9/+9
* simplified assignment of server_write and client_write.Nikos Mavrogiannopoulos2011-09-301-7/+11
* movdqa replaced with movaps (C3 doesn't support SSE2 but only SSE)Nikos Mavrogiannopoulos2011-09-292-8/+5
* manually keep the IV.Nikos Mavrogiannopoulos2011-09-291-5/+9
* re-added ecbNikos Mavrogiannopoulos2011-09-291-4/+114
* removed unused modes.Nikos Mavrogiannopoulos2011-09-292-762/+0
* enabled VIA acceleration.Nikos Mavrogiannopoulos2011-09-291-8/+2
* corrections in debugging code.Nikos Mavrogiannopoulos2011-09-252-2/+2
* Better usage of X86 conditionals to simplify and avoid an undefined warning i...Nikos Mavrogiannopoulos2011-09-254-11/+6
* a hack to allow compilation on systems without AF_LOCAL.Nikos Mavrogiannopoulos2011-09-231-2/+8
* Disable openpgp code when not requested. Reported by Bjorn Christensen.Nikos Mavrogiannopoulos2011-09-231-0/+4
* Further optimizations in the compression code. Re-enabled the test program by...Nikos Mavrogiannopoulos2011-09-235-47/+31
* removed uneeded varsNikos Mavrogiannopoulos2011-09-221-2/+0
* Simplified and corrected decompression and compression.Nikos Mavrogiannopoulos2011-09-224-245/+115
* libgnutls: gnutls_x509_crt_print supports printing AIA fields. Support caIss...Simon Josefsson2011-09-213-8/+87
* Improve gnutls_info_access_what_t documentation.Simon Josefsson2011-09-211-3/+4
* Fix syntax-check warnings.Simon Josefsson2011-09-211-3/+2
* Fix gtk-doc Since: tags.Simon Josefsson2011-09-213-0/+6
* Added gnutls_x509_crt_get_authority_info_access.Simon Josefsson2011-09-215-0/+250
* Make it build with -Wunused.Simon Josefsson2011-09-211-0/+2
* Compilation fixes when pkcs11 is not enabled.Nikos Mavrogiannopoulos2011-09-202-0/+4
* Added missing file.Nikos Mavrogiannopoulos2011-09-181-2/+2
* VIA is disabled by default.Nikos Mavrogiannopoulos2011-09-181-1/+5
* Corrected memory leak in privkey deinitialization. Reported by Dan Winship.Nikos Mavrogiannopoulos2011-09-181-0/+2
* eliminated inline assembly.Nikos Mavrogiannopoulos2011-09-177-55/+108
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-175-0/+20