summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: updated for AES-128-CCM ciphersuitesNikos Mavrogiannopoulos2014-12-032-13/+23
* use the new AEAD API in gnutls_cipher.cNikos Mavrogiannopoulos2014-12-031-44/+42
* Added definitions for CCM ciphersuitesNikos Mavrogiannopoulos2014-12-035-0/+153
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-0316-545/+696
* More nettle2 updates (in FIPS140-2 mode)Nikos Mavrogiannopoulos2014-12-034-83/+68
* ported to nettle 3.0Nikos Mavrogiannopoulos2014-12-0315-275/+265
* reduced current soversionNikos Mavrogiannopoulos2014-12-031-1/+1
* documented the removal of deprecated functionsNikos Mavrogiannopoulos2014-12-033-23/+67
* corrected comparisonNikos Mavrogiannopoulos2014-12-031-1/+1
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-036-203/+5
* Removed binary compatibility with RSA-EXPORT using applicationsNikos Mavrogiannopoulos2014-12-036-347/+1
* removed the old priority functionsNikos Mavrogiannopoulos2014-12-032-167/+0
* removed gnutls_x509_crt_verify_hash() and gnutls_x509_crt_verify_data()Nikos Mavrogiannopoulos2014-12-032-111/+0
* gnutls_sign_callback_set() and gnutls_sign_callback_get() were removedNikos Mavrogiannopoulos2014-12-034-110/+1
* renumbered fields in gnutls.hNikos Mavrogiannopoulos2014-12-031-19/+19
* increased gnutls' soversionNikos Mavrogiannopoulos2014-12-032-29/+6
* if the rnd structure doesn't provide check, _gnutls_rnd_check() will succeedNikos Mavrogiannopoulos2014-12-021-1/+4
* tests: Added check for verification using CRLsNikos Mavrogiannopoulos2014-11-302-1/+234
* Reorganized, and eliminated memory leak in _gnutls_x509_crt_check_revocation()Nikos Mavrogiannopoulos2014-11-301-13/+15
* systemkey: updated for new gnutls_system_key_iter_get_infoNikos Mavrogiannopoulos2014-11-291-1/+1
* gnutls_system_key_iter_get_info() allows restricting results to a specific ce...Nikos Mavrogiannopoulos2014-11-283-0/+8
* removed unneeded variableNikos Mavrogiannopoulos2014-11-281-2/+0
* doc updateNikos Mavrogiannopoulos2014-11-282-1/+8
* doc: added recommendation to use the higher level functions to load keysNikos Mavrogiannopoulos2014-11-281-6/+7
* certtool: avoid gcc warningsNikos Mavrogiannopoulos2014-11-281-3/+3
* gnutls-cli-debug: Added check for whether %NO_EXTENSIONS is requiredNikos Mavrogiannopoulos2014-11-283-20/+51
* gnutls_session_get_desc: allow proper printing of the NULL KXNikos Mavrogiannopoulos2014-11-281-9/+15
* gnutls_session_get_desc will return NULL if initial negotiation is not completeNikos Mavrogiannopoulos2014-11-281-0/+6
* doc updateNikos Mavrogiannopoulos2014-11-271-0/+3
* tests: small fix in mini-chain-unsortedNikos Mavrogiannopoulos2014-11-271-4/+4
* GNUTLS_E_CERTIFICATE_LIST_UNSORTED can be returned from gnutls_pcert_import_x...Nikos Mavrogiannopoulos2014-11-275-89/+55
* gnutls_pcert_import_x509_list: only sort the lists it can sortNikos Mavrogiannopoulos2014-11-271-1/+1
* doc updateNikos Mavrogiannopoulos2014-11-271-0/+1
* simplified windows URLsNikos Mavrogiannopoulos2014-11-271-2/+2
* system-keys-win: include urls.hNikos Mavrogiannopoulos2014-11-271-0/+1
* tests: added mini-chain-unsortedNikos Mavrogiannopoulos2014-11-273-1/+373
* Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_crt_list_import*Nikos Mavrogiannopoulos2014-11-279-130/+216
* tests: Added check for memory leaks when a file cannot be loaded.Nikos Mavrogiannopoulos2014-11-252-1/+53
* gnutls_certificate_set_x509_key_*: eliminated memory leak when certificate co...Nikos Mavrogiannopoulos2014-11-251-2/+7
* libdane: undef gnutls_assert() before redefining itNikos Mavrogiannopoulos2014-11-251-0/+4
* gnutls-cli-debug: do not print error on unknown protocolsNikos Mavrogiannopoulos2014-11-241-1/+1
* tests: added leak check for gnutls_set_x509_key_mem2()Nikos Mavrogiannopoulos2014-11-242-1/+121
* documented the limitations of the loading functionsNikos Mavrogiannopoulos2014-11-241-0/+12
* corrected memleak in read_key_mem()Nikos Mavrogiannopoulos2014-11-241-0/+1
* gnutls-cli-debug: Added check for sorted certificate chainNikos Mavrogiannopoulos2014-11-243-2/+73
* do not allow the resumption of a session which switches the state of ext_mast...Nikos Mavrogiannopoulos2014-11-241-0/+5
* tests: run rfc2253-escape-test under valgrindNikos Mavrogiannopoulos2014-11-231-1/+4
* tests: enhanced custom-url checkNikos Mavrogiannopoulos2014-11-231-9/+18
* sanitize URLs at the proper placeNikos Mavrogiannopoulos2014-11-232-27/+31
* corrected freeing of custom URLNikos Mavrogiannopoulos2014-11-231-2/+4