summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print the openpgp DN only when gnutls_openpgp_crt_get_name() failed appropria...Nikos Mavrogiannopoulos2014-05-171-8/+4
* initialize string in gnutls_x509_ext_import_basic_constraints().Nikos Mavrogiannopoulos2014-05-171-1/+1
* corrected error checking in gnutls_x509_crt_get_extension_data()Nikos Mavrogiannopoulos2014-05-171-1/+1
* Allow null list_size argument in gnutls_certificate_get_peers()Nikos Mavrogiannopoulos2014-05-171-2/+3
* cleanup in the initialization of ECDH parameters.Nikos Mavrogiannopoulos2014-05-141-7/+7
* Eliminated memory leak on failed curve assignment.Nikos Mavrogiannopoulos2014-05-141-2/+6
* use gnutls_set_default_priority() in examples.Nikos Mavrogiannopoulos2014-05-111-3/+4
* export gnutls_memset().Nikos Mavrogiannopoulos2014-05-103-9/+21
* removed legacy code.Nikos Mavrogiannopoulos2014-05-1022-78/+58