summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Related to the 688ea6428a432c39203d00acd1af0e7684e5ddfd commit.
* 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
| | | | Issue discovered by Joonas Kuorilehto of Codenomicon.
* 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
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* 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 ↵Nikos Mavrogiannopoulos2014-05-291-5/+6
| | | | | | getpwuid_r(). Reported by Viktor Dukhovni.
* doc updateNikos Mavrogiannopoulos2014-05-271-0/+3
|
* gnutls-cli's benchmark-soft-ciphers is no more.Nikos Mavrogiannopoulos2014-05-274-19/+5
| | | | It could not be emulated with the new library.
* 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
| | | | Signed-off-by: Hani Benhabiles <hani@linux.com>
* ocsptool: Include path in ocsp request.Nikos Mavrogiannopoulos2014-05-261-5/+9
| | | | | This resolves #108582 (https://savannah.gnu.org/support/?108582), reported by Matt McCutchen.
* _gnutls_version_get() returns GNUTLS_VERSION_UNKNOWN on error instead of ↵Nikos Mavrogiannopoulos2014-05-232-4/+5
| | | | negative.
* 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
| | | | | | This corrects a null pointer dereference when parsing some specially crafted certificates. Issue discovered using the Codenomicon TLS test suite.
* 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 ↵Nikos Mavrogiannopoulos2014-05-221-1/+1
| | | | resumption.
* doc updateNikos Mavrogiannopoulos2014-05-221-2/+1
|
* gnutls_x509_crt_get_extension_data: will return zero if data is NULL and ↵Nikos Mavrogiannopoulos2014-05-221-3/+8
| | | | memory buffer size is not sufficient.
* 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
| | | | Issue discovered by Joonas Kuorilehto of Codenomicon.
* 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 ↵Nikos Mavrogiannopoulos2014-05-201-42/+48
| | | | specified in a template.
* 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 ↵Nikos Mavrogiannopoulos2014-05-171-33/+16
| | | | | | _gnutls_x509_get_signature(). That prevents unnecessary replication of its code.
* more sanity checks on signature sizeNikos Mavrogiannopoulos2014-05-172-2/+2
|
* tools: Replace normal sec-param with medium in documentation.Nikos Mavrogiannopoulos2014-05-173-3/+3
|
* invoke-*.texi generation: do not print the bug reports line from autogen.Nikos Mavrogiannopoulos2014-05-171-0/+5
|
* doc updateNikos Mavrogiannopoulos2014-05-171-1/+1
|
* do not yet export gnutls_memset().Nikos Mavrogiannopoulos2014-05-174-4/+4
|