summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released 3.2.10gnutls_3_2_10Nikos Mavrogiannopoulos2014-01-313-1/+4
* Corrected prototype.Nikos Mavrogiannopoulos2014-01-311-1/+1
* Added sanity check in hash_init() and mac_init().Nikos Mavrogiannopoulos2014-01-311-0/+6
* doc update + rename of functionNikos Mavrogiannopoulos2014-01-283-3/+4
* Added gnutls_db_get_cache_expiration()Nikos Mavrogiannopoulos2014-01-283-0/+14
* reduce nonce overhead generation.Nikos Mavrogiannopoulos2014-01-271-1/+11
* corrected typoNikos Mavrogiannopoulos2014-01-271-1/+1
* doc updateNikos Mavrogiannopoulos2014-01-271-0/+3
* correctly read the magic number and timestamp; report and patch by Jonathan R...Nikos Mavrogiannopoulos2014-01-271-2/+2
* doc updateNikos Mavrogiannopoulos2014-01-261-0/+3
* fixed null pointer derefence when printing a name and an LDAP description isn...Nikos Mavrogiannopoulos2014-01-261-2/+2
* added gnutls_realloc_fast to false positivesNikos Mavrogiannopoulos2014-01-262-1/+4
* removed functions that don't exist from the list of exportedNikos Mavrogiannopoulos2014-01-261-17/+0
* bumped versionNikos Mavrogiannopoulos2014-01-262-4/+4
* Prior to release verify that the exported functions in the .map file match th...Nikos Mavrogiannopoulos2014-01-263-1/+104
* exported missing functionsNikos Mavrogiannopoulos2014-01-262-1/+19
* exported gnutls_x509_policy_releaseNikos Mavrogiannopoulos2014-01-262-2/+2
* doc updateNikos Mavrogiannopoulos2014-01-251-1/+1
* reduced number of system calls within the random mutexes.Nikos Mavrogiannopoulos2014-01-251-59/+79
* doc updateNikos Mavrogiannopoulos2014-01-251-0/+9
* use RUSAGE_THREAD to obtain rusage stats to avoid becoming a bottleneck on pr...Nikos Mavrogiannopoulos2014-01-251-0/+4
* corrected push/pull function settingNikos Mavrogiannopoulos2014-01-241-4/+6
* removed usage of %zu.Nikos Mavrogiannopoulos2014-01-241-1/+1
* doc updategnutls_3_2_9Nikos Mavrogiannopoulos2014-01-241-1/+1
* corrected testNikos Mavrogiannopoulos2014-01-241-2/+2
* bumped versionNikos Mavrogiannopoulos2014-01-242-2/+2
* always set subkey statusNikos Mavrogiannopoulos2014-01-201-2/+5
* added nettle's suppressionsNikos Mavrogiannopoulos2014-01-201-0/+7
* dumbfw extension isn't sent on DTLSNikos Mavrogiannopoulos2014-01-201-0/+1
* simplified client hello generationNikos Mavrogiannopoulos2014-01-201-8/+4
* doc updateNikos Mavrogiannopoulos2014-01-191-1/+1
* %COMPAT implies %DUMBFWNikos Mavrogiannopoulos2014-01-192-0/+3
* use a single buffer to generate the client hello.Nikos Mavrogiannopoulos2014-01-191-53/+40
* when freeing priority_cache make sure it is set to NULLNikos Mavrogiannopoulos2014-01-161-0/+1
* doc updateNikos Mavrogiannopoulos2014-01-111-0/+3
* gnutls_session_get_desc() returns a more compact description.Nikos Mavrogiannopoulos2014-01-111-7/+17
* doc updateNikos Mavrogiannopoulos2014-01-111-8/+16
* enhanced set_pkcs12_cred test.Nikos Mavrogiannopoulos2014-01-113-64/+47
* gnutls_pkcs11_crt_is_known will not be exported in this version. It is replac...Nikos Mavrogiannopoulos2014-01-097-12/+14
* gnutls-cli-debug should accept TLS 1.2-only serversDaniel Kahn Gillmor2014-01-091-2/+3
* doc updateNikos Mavrogiannopoulos2014-01-071-0/+3
* Fix CERTIFICATE STATUS processing when using non-blocking I/ONils Maier2014-01-071-2/+2
* doc updateNikos Mavrogiannopoulos2014-01-041-1/+1
* gnutls_pkcs11_crt_exists renamed to gnutls_pkcs11_crt_is_knownNikos Mavrogiannopoulos2014-01-045-21/+76
* use gnutls_strdupNikos Mavrogiannopoulos2014-01-041-1/+1
* doc updateNikos Mavrogiannopoulos2014-01-031-0/+5
* doc updateNikos Mavrogiannopoulos2014-01-031-3/+3
* When verifying using a PKCS #11 module use gnutls_pkcs11_crt_exists() to chec...Nikos Mavrogiannopoulos2014-01-032-4/+40
* Added gnutls_pkcs11_crt_exists()Nikos Mavrogiannopoulos2014-01-033-30/+158
* more sensible names in find data private structures.Nikos Mavrogiannopoulos2014-01-031-49/+48