Exported gnutls_cpuid() and gnutls_have_cpuid().
[gnutls:gnutls.git] / lib /
2011-12-08 Nikos Mavrogiannop... Exported gnutls_cpuid() and gnutls_have_cpuid().
2011-11-29 Nikos Mavrogiannop... removed superfluous check.
2011-11-24 Nikos Mavrogiannop... dropped unneeded function.
2011-11-22 Nikos Mavrogiannop... Separated API reference to header files in the texi...
2011-11-20 Nikos Mavrogiannop... Added a more robust manpage generation method.
2011-11-18 Nikos Mavrogiannop... updated client certificate signature algorithm indicati...
2011-11-17 Nikos Mavrogiannop... count all discarded packets as dropped.
2011-11-16 Martin StorsjoAdd dependencies from the def files to the libraries...
2011-11-13 Nikos Mavrogiannop... Commited new assembler files.
2011-11-12 Simon JosefssonDon't export verify-high structs internally.
2011-11-11 Nikos Mavrogiannop... define likely() and unlikely() and use them to prevent...
2011-11-11 Nikos Mavrogiannop... Added gnutls_x509_privkey_verify_params() which verifie...
2011-11-11 Nikos Mavrogiannop... Added documentation on revocation lists.
2011-11-10 Nikos Mavrogiannop... Reduce pad.
2011-11-10 Nikos Mavrogiannop... Revert "periodically print messages that might be used...
2011-11-10 Nikos Mavrogiannop... Revert "dropped packets are also reported on gnutls_dei...
2011-11-10 Nikos Mavrogiannop... provide less timing information during packet MAC verif...
2011-11-10 Nikos Mavrogiannop... Corrected ECC key generation.
2011-11-10 Simon JosefssonAdd verify-high.h, to export some structs (for OCSP).
2011-11-10 Simon JosefssonAdd explicit digest mapping functions (for OCSP).
2011-11-10 Simon JosefssonMake verify-high structures internally accessible ...
2011-11-10 Simon JosefssonIndent.
2011-11-10 Simon JosefssonMake more functions available internally (for OCSP).
2011-11-10 Simon JosefssonMake asciiprint a globally available function.
2011-11-10 Nikos Mavrogiannop... dropped packets are also reported on gnutls_deinit...
2011-11-10 Nikos Mavrogiannop... periodically print messages that might be used in timin...
2011-11-09 Nikos Mavrogiannop... LGPLv3 license was moved to root.
2011-11-09 Simon JosefssonRemove redundant const keyword in (confuses gtk-doc...
2011-11-09 Simon JosefssonDon't crash if gnutls_pubkey_deinit is given a NULL...
2011-11-09 Simon JosefssonRemove dead code and use more static.
2011-11-09 Simon JosefssonDon't add p11-kit to CFLAGS/LIBS globally, just where...
2011-11-09 Nikos Mavrogiannop... enable _gnutls_dump_mpi() when debugging.
2011-11-09 Nikos Mavrogiannop... Revert "Remove dead code."
2011-11-09 Nikos Mavrogiannop... No need to distribute the libgcrypt backend (which...
2011-11-09 Nikos Mavrogiannop... updated to include padlock.
2011-11-09 Nikos Mavrogiannop... release allocated memory on a cipher or mac failure...
2011-11-09 Simon JosefssonRemove dead code.
2011-11-09 Simon JosefssonRemove some redundant prototypes and use more static.
2011-11-09 Simon JosefssonSimplify redundant code.
2011-11-08 Simon JosefssonSimplify static library renaming hack.
2011-11-08 Simon JosefssonRemove unneeded assert.h inclusion.
2011-11-08 Simon JosefssonFix compile warnings.
2011-11-08 Nikos Mavrogiannop... Corrected ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA2...
2011-11-08 Nikos Mavrogiannop... bug fix in gnutls_session_get_data().
2011-11-07 Alban Crequygnutls_session_get_data: fix possible buffer overflow
2011-11-05 Nikos Mavrogiannop... Verify that received ECDH public key lies on the curve.
2011-11-05 Nikos Mavrogiannop... ECDHE ciphersuites take precendence to plain DHE
2011-11-05 Nikos Mavrogiannop... re-removed file
2011-11-05 Nikos Mavrogiannop... Report correct error on ECC key parsing error.
2011-11-05 Nikos Mavrogiannop... converted more things to native gmp. This solves issue...
2011-11-04 Nikos Mavrogiannop... corrected NULL cipher encryption. Reported by Fabrice...
2011-11-02 Nikos Mavrogiannop... removed duplicate code.
2011-11-02 Simon JosefssonFix typo.
2011-11-01 Nikos Mavrogiannop... Added 3072 and 4096-bit groups from RFC5054.
2011-11-01 Nikos Mavrogiannop... read_file() and friends are accessed as gl_read_file().
2011-10-27 Nikos Mavrogiannop... do not unconditionally include sys/socket.h.
2011-10-27 Nikos Mavrogiannop... do not use NULL for device_fd in windows.
2011-10-27 Nikos Mavrogiannop... no need to include windows.h here.
2011-10-25 Nikos Mavrogiannop... corrected symbols for coff.
2011-10-25 Simon JosefssonUpdate to libtasn1 2.10.
2011-10-25 Nikos Mavrogiannop... added coff files for mingw64
2011-10-25 Nikos Mavrogiannop... Added coff version of cpuid.
2011-10-25 Nikos Mavrogiannop... Added COFF versions of assembly files.
2011-10-24 Nikos Mavrogiannop... use coding.c from libtasn1 git, to avoid issue when...
2011-10-24 Nikos Mavrogiannop... Corrected PHE-partial test.
2011-10-24 Nikos Mavrogiannop... library mismatch error is no longer used
2011-10-24 Nikos Mavrogiannop... PHE-partial detection is not being done, instead of...
2011-10-23 Nikos Mavrogiannop... No need to check for padlock nano in 32-bit systems...
2011-10-23 Nikos Mavrogiannop... initialize only a fully available hash
2011-10-23 Nikos Mavrogiannop... is_padlock_nano is behaving properly and saving registers.
2011-10-23 Nikos Mavrogiannop... removed libextra error codes.
2011-10-23 Nikos Mavrogiannop... removed libextra errors.
2011-10-22 Nikos Mavrogiannop... more builddir fixes by David Hoyt.
2011-10-21 Nikos Mavrogiannop... Added includes in Makefile.am
2011-10-21 Nikos Mavrogiannop... Added -I$(builddir)/../../gl to CFLAGS.
2011-10-21 Simon JosefssonAdd -I to fix building.
2011-10-21 Simon JosefssonAlso add -I's for gnulib's build directory, for mingw.
2011-10-21 Nikos Mavrogiannop... removed more extra.h leftovers.
2011-10-20 Nikos Mavrogiannop... updated gnustack note.
2011-10-20 Nikos Mavrogiannop... Added Stef to authors of pkcs11.
2011-10-17 Nikos Mavrogiannop... Corrected bug in gnutls_x509_data2hex. Report and fix...
2011-10-15 Nikos Mavrogiannop... Added gnu-stack note.
2011-10-13 Nikos Mavrogiannop... key id is being calculated the same way in private...
2011-10-12 Nikos Mavrogiannop... new version of padlock by Andy.
2011-10-10 Simon JosefssonMore doc fixes.
2011-10-10 Simon JosefssonGTK-DOC doc fix.
2011-10-10 Nikos Mavrogiannop... updated Andy's code. padlock_shax_blocks does not...
2011-10-08 Nikos Mavrogiannop... is_padlock_nano moved to padlock-common.s to allow...
2011-10-08 Nikos Mavrogiannop... HASH2MAC macro is no more.
2011-10-08 Nikos Mavrogiannop... Key ID calculation is now consistent on all structures. It
2011-10-07 Nikos Mavrogiannop... fixes to enable the external signing callback to operat...
2011-10-07 Nikos Mavrogiannop... Added new signing callback in gnutls_privkey_t.
2011-10-05 Nikos Mavrogiannop... corrected bug in key id extraction. Reported by Erik...
2011-10-05 Nikos Mavrogiannop... better detection of padlock PHE.
2011-10-05 Nikos Mavrogiannop... Updates for padlock hashes in C7 nano. Requires a part...
2011-10-05 Nikos Mavrogiannop... Always use encryption direction.
2011-10-04 Nikos Mavrogiannop... updated padlock code.
2011-10-04 Nikos Mavrogiannop... fixes in headers. Suggested by Bjorn Christensen.
2011-10-04 Nikos Mavrogiannop... intel directory renamed to x86.
2011-10-03 Nikos Mavrogiannop... added an assert
next