summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testcompat: updatedgnutls_3_3_10Nikos Mavrogiannopoulos2014-11-102-96/+194
* bumped versionNikos Mavrogiannopoulos2014-11-102-2/+2
* doc updateNikos Mavrogiannopoulos2014-11-101-1/+4
* Added check with the invalid crq sent by Sean BurfordNikos Mavrogiannopoulos2014-11-094-2/+48
* when exporting curve coordinates to X9.63 format, perform additional sanity c...Nikos Mavrogiannopoulos2014-11-091-0/+10
* doc updateNikos Mavrogiannopoulos2014-11-081-2/+1
* doc: updated text on session ticketsNikos Mavrogiannopoulos2014-11-082-2/+11
* tools: include arpa/inet.h in socket.cNikos Mavrogiannopoulos2014-11-071-0/+1
* doc: use the same port for DTLS client and serverNikos Mavrogiannopoulos2014-11-071-1/+1
* pkcs11: pass the correct user type to protected authentication loginNikos Mavrogiannopoulos2014-11-071-3/+2
* doc: corrected values for INSECURE levelNikos Mavrogiannopoulos2014-11-071-3/+3
* doc updateNikos Mavrogiannopoulos2014-11-071-0/+3
* pkcs11_login: set the correct user type on reauthenticationNikos Mavrogiannopoulos2014-11-072-4/+11
* pkcs11: force login on tokens that require itNikos Mavrogiannopoulos2014-11-073-8/+11
* added support for PKCS #11 keys that require reauthentication and simplified ...Nikos Mavrogiannopoulos2014-11-073-8/+44
* applied patch by A. Klitzing to improve compatibile with some apple systemsNikos Mavrogiannopoulos2014-11-062-0/+14
* gnutls-cli-debug: backported changes from 3.4.0 branchNikos Mavrogiannopoulos2014-11-064-102/+175
* Fix double-free in gnutls_pkcs12_simple_parse()Chen Hongzhi2014-11-051-2/+0
* mytexi2latex: handle na@"iveNikos Mavrogiannopoulos2014-11-041-0/+1
* Cleaning up some awkward phrasings.Chris Barry2014-11-045-27/+28
* updated textNikos Mavrogiannopoulos2014-11-041-1/+1
* doc updateNikos Mavrogiannopoulos2014-11-031-1/+1
* doc: Added missing reference for EMSGSIZE to inline documentation of gnutls_t...Jaak Ristioja2014-11-031-1/+1
* doc: Fixed typo in inline comment of gnutls_transport_set_errno().Jaak Ristioja2014-11-031-1/+1
* updated the text for GNUTLS_E_UNSUPPORTED_VERSION_PACKETNikos Mavrogiannopoulos2014-11-021-1/+1
* when calling gnutls_x509_crt_get_subject_key_id set the id_sizeNikos Mavrogiannopoulos2014-11-011-0/+1
* deinitialize the temporary spki dataNikos Mavrogiannopoulos2014-11-011-0/+1
* tests: added test for gnutls_global_init after all descriptors are closedNikos Mavrogiannopoulos2014-10-312-1/+81
* corrected check for urandom fdNikos Mavrogiannopoulos2014-10-313-3/+7
* corrected exit state from gnutls_global_initNikos Mavrogiannopoulos2014-10-311-2/+4
* doc updateNikos Mavrogiannopoulos2014-10-311-0/+5
* updated text for gnutls_fd_in_use() to account the new behaviorNikos Mavrogiannopoulos2014-10-311-3/+3
* dropped gnutls_fd_in_use, it is no longer necessaryNikos Mavrogiannopoulos2014-10-314-29/+1
* When gnutls_global_init() is called manually from the application check the u...Nikos Mavrogiannopoulos2014-10-316-1/+54
* _gnutls_dh_generate_key() will account the q_bitsNikos Mavrogiannopoulos2014-10-291-1/+1
* doc updateNikos Mavrogiannopoulos2014-10-291-1/+2
* doc updateNikos Mavrogiannopoulos2014-10-281-0/+3
* doc updateNikos Mavrogiannopoulos2014-10-281-0/+5
* do not explicitly refresh rnd state on session deinitNikos Mavrogiannopoulos2014-10-281-2/+0
* disable hardware acceleration by default in solarisNikos Mavrogiannopoulos2014-10-261-1/+10
* tests: dtls-stress -r disabled as it causes issues when used with freebsd kernelNikos Mavrogiannopoulos2014-10-251-1/+1
* do not use the ifdef directive in assembly files, as it isn't portableNikos Mavrogiannopoulos2014-10-2515-30/+30
* check and use libnsl (used in solaris)Nikos Mavrogiannopoulos2014-10-232-1/+5
* use the .note.GNU-stack in linux systems onlyNikos Mavrogiannopoulos2014-10-2315-0/+30
* updated gnulibNikos Mavrogiannopoulos2014-10-2324-283/+452
* doc updateNikos Mavrogiannopoulos2014-10-231-0/+3
* tests: check the issuer value validity of gnutls_x509_trust_list_get_issuerNikos Mavrogiannopoulos2014-10-231-0/+10
* corrected bug in gnutls_x509_trust_list_get_issuer() when used without the GN...Nikos Mavrogiannopoulos2014-10-231-0/+1
* tests: include minitasn1 when neededNikos Mavrogiannopoulos2014-10-221-0/+4
* use HAVE_DANE ifdef for unused functionsNikos Mavrogiannopoulos2014-10-221-0/+2