summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When decoding of a DN string fails, treat it as unknown string and print its ...Nikos Mavrogiannopoulos2014-06-061-4/+9
* define NN_HASH unconditionallyNikos Mavrogiannopoulos2014-06-041-6/+6
* updated libtasn1Nikos Mavrogiannopoulos2014-05-297-958/+449
* Prevent memory corruption due to server hello parsing.Nikos Mavrogiannopoulos2014-05-291-1/+1
* Fix capitalisation of ia5StringNikos Mavrogiannopoulos2014-05-291-1/+1
* increased the maximum certificate size buffer in the PKCS #11 subsystem.Nikos Mavrogiannopoulos2014-05-291-1/+1
* check the return code of getpwuid_r()Nikos Mavrogiannopoulos2014-05-291-2/+3
* Do not allow null strings to be read from ASN.1 structures.Nikos Mavrogiannopoulos2014-05-221-0/+5
* gnutls_x509_crt_get_extension_data: will return zero if data is NULL and memo...Nikos Mavrogiannopoulos2014-05-221-3/+8
* check for correct error codes in print_extensions().Nikos Mavrogiannopoulos2014-05-221-3/+3
* 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
* backported signature checksNikos Mavrogiannopoulos2014-05-172-4/+4
* use gnutls_set_default_priority() in examples.Nikos Mavrogiannopoulos2014-05-171-3/+4
* 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
* 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
* Addressed memory leak in status request extension handling during rehandshake.Nikos Mavrogiannopoulos2014-05-171-7/+20
* Avoid memory leak in safe renegotiation extension handling.Nikos Mavrogiannopoulos2014-05-171-5/+6
* Small cleanups in packet receive as well as a memory leak error.Nikos Mavrogiannopoulos2014-05-173-26/+13
* cleanup in the initialization of ECDH parameters.Nikos Mavrogiannopoulos2014-05-171-2/+7
* Eliminated memory leak on failed curve assignment.Nikos Mavrogiannopoulos2014-05-171-2/+6
* Corrected an off-by-one error.Nikos Mavrogiannopoulos2014-05-041-1/+1
* initialize to null the SRP extension data on allocation.Nikos Mavrogiannopoulos2014-05-041-1/+1
* Better check for null signature method.Nikos Mavrogiannopoulos2014-05-041-1/+2
* More precise packet length checking.Nikos Mavrogiannopoulos2014-05-043-1/+11
* simplify casting to mpz_t using __mpz_struct and cleaned up mpz_t access.Nikos Mavrogiannopoulos2014-05-023-21/+22
* simplify casting to mpz_t using __mpz_struct.Nikos Mavrogiannopoulos2014-05-023-4/+2
* updated included libtasn1.Nikos Mavrogiannopoulos2014-05-0114-5877/+6022
* Added option to enable linking with nettle-miniNikos Mavrogiannopoulos2014-04-281-2/+1
* removed redundant code. Reported by David Binderman.Nikos Mavrogiannopoulos2014-04-281-6/+0
* initialize the asn1 pointers.Nikos Mavrogiannopoulos2014-04-281-2/+2
* x86.h was renamed to x86-common.h to avoid clashes with system headers.Nikos Mavrogiannopoulos2014-04-2713-12/+12
* Avoid dual generation of key.Nikos Mavrogiannopoulos2014-04-182-12/+6
* use custom proc_server_kx for RSA-PSKNikos Mavrogiannopoulos2014-04-181-1/+18
* eliminated the leak of hint when deallocating the credentials.Nikos Mavrogiannopoulos2014-04-181-0/+1
* When checking for data to be received use the 'transport_recv_ptr'Nikos Mavrogiannopoulos2014-04-181-1/+1
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-1517-42/+49
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-154-3/+11
* Corrected bugs reported from coverity in opencdk.Nikos Mavrogiannopoulos2014-04-158-75/+47
* correctly check for message upper limit.Nikos Mavrogiannopoulos2014-04-151-1/+1
* Allow a null ca file; i.e., allow setting only CRLs in gnutls_x509_trust_list...Nikos Mavrogiannopoulos2014-04-141-10/+12
* removed double entryNikos Mavrogiannopoulos2014-04-091-2/+1
* updated documentationNikos Mavrogiannopoulos2014-04-092-1/+7
* avoid checking or linking with libpthread in windowsNikos Mavrogiannopoulos2014-04-071-1/+5
* Use the IANA assigned padding extension number.Nikos Mavrogiannopoulos2014-04-071-1/+3
* updated patch to take account of function renamesNikos Mavrogiannopoulos2014-04-052-6/+6
* set the same flags in the second searchNikos Mavrogiannopoulos2014-04-051-0/+1
* The GNUTLS_PKCS11_OBJ_FLAG_RETRIEVE_DISTRUSTED flag is specific to p11-kit tr...Nikos Mavrogiannopoulos2014-04-041-0/+11