summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated for releasegnutls_2_99_1Nikos Mavrogiannopoulos2011-04-232-3/+8
* added missing header.Nikos Mavrogiannopoulos2011-04-231-0/+1
* pass tag=CC to libtool. It seems automake cannot really work with assembler s...Nikos Mavrogiannopoulos2011-04-231-0/+1
* documentation fixes.Nikos Mavrogiannopoulos2011-04-232-2/+2
* start counting from 2009 for ChangeLog.Nikos Mavrogiannopoulos2011-04-221-1/+1
* Removed incorrect test on IPAddresses (was relying on IPaddresses encoded as ...Nikos Mavrogiannopoulos2011-04-221-84/+0
* gnutls_x509_crt_check_hostname() will never compare against IPaddress.Nikos Mavrogiannopoulos2011-04-211-10/+0
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-2110-228/+259
* Added GNUTLS_E_USER_ERRORNikos Mavrogiannopoulos2011-04-203-1/+26
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-206-78/+9
* Added readme for libcfg.Nikos Mavrogiannopoulos2011-04-202-1/+7
* No need to check for -maes and -mpclmul with the current AES-NI code.Nikos Mavrogiannopoulos2011-04-201-4/+3
* updatedNikos Mavrogiannopoulos2011-04-171-0/+2
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-1741-792/+811
* Restored HMAC-MD5 for compatibility. Although considered weak, several sites ...Nikos Mavrogiannopoulos2011-04-172-3/+10
* Try to detect AES-NI on Intel and AMD machines only.Nikos Mavrogiannopoulos2011-04-161-0/+23
* Added Andy Polyakov's version of AES-NI optimizations.Nikos Mavrogiannopoulos2011-04-1612-4657/+1711
* more files to ignoreNikos Mavrogiannopoulos2011-04-161-0/+2
* COMP-ZLIB -> COMP-DEFLATENikos Mavrogiannopoulos2011-04-161-1/+1
* Link with pthreads.Nikos Mavrogiannopoulos2011-04-162-2/+3
* read API from new directories as well.Nikos Mavrogiannopoulos2011-04-161-1/+1
* corrected filenameNikos Mavrogiannopoulos2011-04-161-1/+1
* removed conditional compilationNikos Mavrogiannopoulos2011-04-161-4/+0
* removed conditional compilation.Nikos Mavrogiannopoulos2011-04-161-3/+0
* use correct header.Nikos Mavrogiannopoulos2011-04-161-1/+1
* documented directories.Nikos Mavrogiannopoulos2011-04-161-1/+14
* Moved cryptodev to accelerated/Nikos Mavrogiannopoulos2011-04-165-5/+4
* Session tickets are included unconditionally.Nikos Mavrogiannopoulos2011-04-162-6/+0
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-1653-118/+182
* Reorganized sections in documentation.Nikos Mavrogiannopoulos2011-04-151-138/+139
* removed unneeded comment.Nikos Mavrogiannopoulos2011-04-151-1/+0
* Added missing headers.Nikos Mavrogiannopoulos2011-04-152-0/+2
* x509paths tests moved to suite/.Nikos Mavrogiannopoulos2011-04-158-14/+24
* Added interoperability tests with openssl.Nikos Mavrogiannopoulos2011-04-156-2/+344
* Corrected SSLv2 header parsing.Nikos Mavrogiannopoulos2011-04-151-1/+1
* corrected illegal DSA key.Nikos Mavrogiannopoulos2011-04-152-45/+28
* Enabled the extra safe renegotiation tests.Nikos Mavrogiannopoulos2011-04-142-25/+20
* removed opaque PRF from m4.Nikos Mavrogiannopoulos2011-04-141-23/+0
* removed text about select().Nikos Mavrogiannopoulos2011-04-141-6/+0
* check for libdl that pakchois needs.Nikos Mavrogiannopoulos2011-04-132-1/+3
* Added readme about pakchois and removed checksNikos Mavrogiannopoulos2011-04-132-4/+4
* Reorganization in configure file.Nikos Mavrogiannopoulos2011-04-132-79/+52
* Added missing gnulib filesNikos Mavrogiannopoulos2011-04-1323-3123/+2121
* Added missing const.Nikos Mavrogiannopoulos2011-04-131-1/+1
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-137-15/+10
* fixed and updates in documentationNikos Mavrogiannopoulos2011-04-131-8/+13
* Updated crypto layers documentation.Nikos Mavrogiannopoulos2011-04-134-27/+43
* Updates in the AES-NI accelerator.Nikos Mavrogiannopoulos2011-04-126-89/+23
* Added gnutls_cipher_set_iv().Nikos Mavrogiannopoulos2011-04-123-0/+20
* Added test vectors for AES,SHAxxx and MD5.Nikos Mavrogiannopoulos2011-04-122-3/+327