summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* minitasn1: updated to version 4.0Nikos Mavrogiannopoulos2014-06-269-477/+244
* pkcs11: avoid callig _gnutls_bin2hex() when length is zero.Nikos Mavrogiannopoulos2014-06-251-1/+1
* doc: more consistent use of pointer star.Nikos Mavrogiannopoulos2014-06-171-3/+3
* doc: Explain post-callback deallocation behavior for the SRP server callbackAttila Molnar2014-06-171-0/+5
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-166-22/+51
* treat the _gnutls_user_hello_func() output the same on resumed sessions.Nikos Mavrogiannopoulos2014-06-161-11/+18
* gnutls_x509_trust_list_add_trust_file(): returns the number of certificates p...Nikos Mavrogiannopoulos2014-06-161-1/+9
* Added flag GNUTLS_PKCS11_OBJ_FLAG_MARK_CA.Nikos Mavrogiannopoulos2014-06-162-0/+10
* doc: Corrections for gnutls_handshake_set_hook_function()Attila Molnar2014-06-151-3/+1
* handshake: Allow the post client hello callback to put the handshake on holdNikos Mavrogiannopoulos2014-06-094-85/+109
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-068-19/+154
* When decoding of a DN string fails, treat it as unknown string and print its ...Nikos Mavrogiannopoulos2014-06-061-4/+9
* initialize iterator.Nikos Mavrogiannopoulos2014-06-051-1/+1
* corrected the allocation size for CRL iterator.Nikos Mavrogiannopoulos2014-06-051-1/+1
* Made gnutls_x509_crl_iter_crt_serial() thread-safe by making the iterator exp...Nikos Mavrogiannopoulos2014-06-056-27/+73
* renamed gnutls_x509_crl_get_crt_serial2 to gnutls_x509_crl_iter_crt_serial.Nikos Mavrogiannopoulos2014-06-055-7/+7
* define NN_HASH unconditionallyNikos Mavrogiannopoulos2014-06-041-6/+6
* Added gnutls_x509_crl_get_crt_serial2(), a faster variant of gnutls_x509_crl_...Nikos Mavrogiannopoulos2014-06-046-3/+89
* Abort printing on error.Nikos Mavrogiannopoulos2014-06-041-2/+3
* tie the weak DH warning to the very weak security parameter.Nikos Mavrogiannopoulos2014-06-041-1/+2
* handshake: Prevent memory leak on invalid SSLv2 hello length.Nikos Mavrogiannopoulos2014-06-031-5/+5
* Updated asm sourcesNikos Mavrogiannopoulos2014-05-3033-11804/+27755
* 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
* re-indented messy table.Nikos Mavrogiannopoulos2014-05-291-66/+36
* Removed unused function.Nikos Mavrogiannopoulos2014-05-291-42/+0
* 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
* 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
* 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
* _gnutls_version_get() returns GNUTLS_VERSION_UNKNOWN on error instead of nega...Nikos Mavrogiannopoulos2014-05-232-4/+5
* 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
* 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
* use a signed value for bits.Nikos Mavrogiannopoulos2014-05-201-2/+2
* 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
* do not yet export gnutls_memset().Nikos Mavrogiannopoulos2014-05-173-3/+3
* gnutls_x509_crt_get_signature() will return the correct signature size rather...Nikos Mavrogiannopoulos2014-05-171-1/+2