summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped versiongnutls_3_3_4Nikos Mavrogiannopoulos2014-05-313-3/+3
* doc updateNikos Mavrogiannopoulos2014-05-301-0/+9
* more files to ignoreNikos Mavrogiannopoulos2014-05-301-0/+1
* Updated asm sourcesNikos Mavrogiannopoulos2014-05-3034-11804/+27755
* doc updategnutls_3_3_3Nikos Mavrogiannopoulos2014-05-301-7/+5
* updated windows makefileNikos Mavrogiannopoulos2014-05-291-3/+7
* update files for gnutls_credentials_get()Nikos Mavrogiannopoulos2014-05-293-0/+4
* bumped versionNikos Mavrogiannopoulos2014-05-292-4/+4
* Added test for memory corruption issue in server hello.Nikos Mavrogiannopoulos2014-05-292-1/+276
* updated libtasn1Nikos Mavrogiannopoulos2014-05-297-958/+449
* avoid cleanup when there are no allocations in _gnutls_x509_der_encode().Nikos Mavrogiannopoulos2014-05-291-5/+3
* cleanup resources on _gnutls_ecc_ansi_x963_export() failure.Nikos Mavrogiannopoulos2014-05-291-4/+11
* Added the --print-cert option to gnutls-serv.Nikos Mavrogiannopoulos2014-05-292-0/+10
* certtool: correct size calculation when loading privkeyNikos Mavrogiannopoulos2014-05-291-2/+2
* re-indented messy table.Nikos Mavrogiannopoulos2014-05-291-66/+36
* Removed unused function.Nikos Mavrogiannopoulos2014-05-291-42/+0
* document the symbol version bump needed in a .so version bump.Nikos Mavrogiannopoulos2014-05-291-1/+1
* Prevent memory corruption due to server hello parsing.Nikos Mavrogiannopoulos2014-05-291-1/+1
* only try to copy session ID if there is a session ID.Nikos Mavrogiannopoulos2014-05-291-2/+4
* doc updateNikos Mavrogiannopoulos2014-05-291-0/+10
* Fix capitalisation of ia5StringKurt Roeckx2014-05-291-1/+1
* increased the maximum certificate size buffer in the PKCS #11 subsystem.Nikos Mavrogiannopoulos2014-05-291-1/+1
* re-enabled config path discovery code, and check the return code of getpwuid_...Nikos Mavrogiannopoulos2014-05-291-5/+6
* doc updateNikos Mavrogiannopoulos2014-05-271-0/+3
* gnutls-cli's benchmark-soft-ciphers is no more.Nikos Mavrogiannopoulos2014-05-274-19/+5
* removed old check for nettleNikos Mavrogiannopoulos2014-05-271-1/+1
* safe_memset: allow memset of zero bytes.Nikos Mavrogiannopoulos2014-05-271-3/+5
* Fix unused variable warning without PKCS#11 support.Hani Benhabiles2014-05-271-1/+1
* ocsptool: Include path in ocsp request.Nikos Mavrogiannopoulos2014-05-261-5/+9
* _gnutls_version_get() returns GNUTLS_VERSION_UNKNOWN on error instead of nega...Nikos Mavrogiannopoulos2014-05-232-4/+5
* Allow wildcard comparison of options.Nikos Mavrogiannopoulos2014-05-231-2/+9
* doc updateNikos Mavrogiannopoulos2014-05-231-0/+6
* doc updateNikos Mavrogiannopoulos2014-05-231-1/+3
* certtool: Warn when invalid configuration options are set into a template.Nikos Mavrogiannopoulos2014-05-231-1/+90
* Do not allow null strings to be read from ASN.1 structures.Nikos Mavrogiannopoulos2014-05-221-3/+2
* removed redundant null terminationNikos Mavrogiannopoulos2014-05-221-1/+1
* removed _gnutls prefix from static functions.Nikos Mavrogiannopoulos2014-05-222-87/+87
* Do not call the user_hello_func multiple times when performing ticket resumpt...Nikos Mavrogiannopoulos2014-05-221-1/+1
* doc updateNikos Mavrogiannopoulos2014-05-221-2/+1
* gnutls_x509_crt_get_extension_data: will return zero if data is NULL and memo...Nikos Mavrogiannopoulos2014-05-221-3/+8
* When assigning the TLS version, double check that it is valid.Nikos Mavrogiannopoulos2014-05-223-13/+26
* Prevent a crash by ensuring that there is a valid negotiated version.Nikos Mavrogiannopoulos2014-05-221-0/+3
* Added aliases for unit and organization.Nikos Mavrogiannopoulos2014-05-201-1/+8
* use a signed value for bits.Nikos Mavrogiannopoulos2014-05-201-2/+2
* doc updateNikos Mavrogiannopoulos2014-05-201-0/+3
* certtool: allow multiple organizations and organizational unit names to be sp...Nikos Mavrogiannopoulos2014-05-201-42/+48
* increased the number of allowed elements in a priority string.Nikos Mavrogiannopoulos2014-05-191-1/+1
* simplify break_comma_list().Nikos Mavrogiannopoulos2014-05-191-18/+13
* gnutls_x509_crt_get_signature() will use the internal _gnutls_x509_get_signat...Nikos Mavrogiannopoulos2014-05-171-33/+16
* more sanity checks on signature sizeNikos Mavrogiannopoulos2014-05-172-2/+2