summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Corrections for --disable-extra-pki configure flag to work. Patch by Bill Ran...Nikos Mavrogiannopoulos2010-01-101-0/+4
* Typo fixes: successful, precedence, preferredAndreas Metzler2010-01-045-6/+6
* define EALG_MAX_BLOCK_LEN if not there.Nikos Mavrogiannopoulos2009-12-181-0/+4
* Reverted all previous changes to combine hashes with MAC algorithms.Nikos Mavrogiannopoulos2009-12-0513-80/+160
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-0542-370/+595
* Revert "Added plain MD5 hash check and corrected gnutls_hash_fast() usage in ...Nikos Mavrogiannopoulos2009-12-053-10/+28
* fixes for compilation.Nikos Mavrogiannopoulos2009-12-042-1/+3
* Check return value from gnutls_x509_crt_get_key_usage.Simon Josefsson2009-12-031-1/+8
* reduced calls to gnutls_hash on encryption/decryption. Only initialize MAC wh...Nikos Mavrogiannopoulos2009-12-021-74/+52
* Added plain MD5 hash check and corrected gnutls_hash_fast() usage in openssl.cNikos Mavrogiannopoulos2009-12-023-28/+10
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-0211-16/+68
* Corrected check for cryptodev. Only enable it if --enable-cryptodev is specif...Nikos Mavrogiannopoulos2009-12-021-4/+1
* Corrected compilation issues.Nikos Mavrogiannopoulos2009-12-016-57/+10
* Moved cryptodev check to lib/m4/hooks.m4 and now --enable-cryptodev actually ...Nikos Mavrogiannopoulos2009-11-301-0/+14
* Doc fix.Simon Josefsson2009-11-301-5/+9
* corrected old type.Nikos Mavrogiannopoulos2009-11-301-2/+2
* Only include cryptodev.h if cryptodev is there.Nikos Mavrogiannopoulos2009-11-301-1/+2
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-2942-560/+379
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-2913-58/+388
* Corrected two issues that affected certificate request generation.Nikos Mavrogiannopoulos2009-11-281-35/+14
* Bump versions.Simon Josefsson2009-11-162-2/+2
* Update gnulib files.Simon Josefsson2009-11-156-25/+110
* Update gnulib files.Simon Josefsson2009-11-095-81/+6
* More dead code removed. Based on suggestions by Steve Grubb and Tomaz MrazNikos Mavrogiannopoulos2009-11-061-22/+6
* Simplified code which was based on older version of internal structures.Nikos Mavrogiannopoulos2009-11-061-21/+12
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-053-9/+7
* Bump versions.Simon Josefsson2009-11-052-2/+2
* Update gnulib files.Simon Josefsson2009-11-051-1/+1
* Update gnulib files.Simon Josefsson2009-11-052-1/+4
* Make sure libgcrypt's dependency on libgpg-error is known.Simon Josefsson2009-11-051-1/+1
* Indent code.Simon Josefsson2009-11-0549-1102/+1237
* Fix NEWS blurb. Shorten new API name.Simon Josefsson2009-11-053-7/+8
* Doc fix, add Since tag.Simon Josefsson2009-11-051-20/+21
* Indent code.Simon Josefsson2009-11-051-97/+114
* Fix compile errors.Simon Josefsson2009-11-051-2/+1
* Fix compile errors.Simon Josefsson2009-11-051-0/+1
* Update gnulib files.Simon Josefsson2009-11-053-1/+56
* Sync with TP.Simon Josefsson2009-11-051-375/+510
* Update gnulib files.Simon Josefsson2009-11-0318-31/+54
* Do not check signature algorithms for certificate selection when using openpg...Nikos Mavrogiannopoulos2009-11-011-2/+6
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-018-123/+30
* Rationalized function names for signature generation and verification during ...Nikos Mavrogiannopoulos2009-11-016-22/+22
* Do not output error if a server replies with a SignatureAlgorithms extension.Nikos Mavrogiannopoulos2009-11-011-1/+5
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-0111-79/+109
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-0121-190/+922
* fixes in order to compile with -WerrorNikos Mavrogiannopoulos2009-11-011-5/+0
* remove unnessesary warning.Nikos Mavrogiannopoulos2009-11-012-2/+2
* correctly check extension size.Nikos Mavrogiannopoulos2009-10-311-1/+1
* When resuming a session do not overwrite the initial session data with resumedNikos Mavrogiannopoulos2009-10-281-5/+8
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-262-50/+53