summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests: added files into distgnutls_3_4_0Nikos Mavrogiannopoulos2015-04-081-0/+1
|
* configure: ask for nettle 3.1Nikos Mavrogiannopoulos2015-04-081-1/+1
|
* released 3.4.0Nikos Mavrogiannopoulos2015-04-081-1/+1
|
* gnutls-cli: document the method to override the detected ciphersNikos Mavrogiannopoulos2015-04-071-2/+2
|
* fixed AESNI CCM encryptionNikos Mavrogiannopoulos2015-04-071-1/+1
|
* cleanups in CCM-aesniNikos Mavrogiannopoulos2015-04-071-33/+12
|
* tests: test CCM-8 against polarsslNikos Mavrogiannopoulos2015-04-071-0/+10
|
* gnutls-cli-debug: test for AES-CCMNikos Mavrogiannopoulos2015-04-073-0/+38
|
* doc: added 'git submodule update' to clone stepsNikos Mavrogiannopoulos2015-04-071-0/+1
|
* doc updateNikos Mavrogiannopoulos2015-04-072-6/+11
|
* doc updateNikos Mavrogiannopoulos2015-04-071-1/+3
|
* removed unused functionsNikos Mavrogiannopoulos2015-04-071-70/+0
|
* extend the fallback to setkey in addition to initNikos Mavrogiannopoulos2015-04-072-8/+12
|
* doc updateNikos Mavrogiannopoulos2015-04-071-4/+4
|
* tests: verify the behavior of GNUTLS_E_NEED_FALLBACKNikos Mavrogiannopoulos2015-04-073-1/+168
|
* introduced GNUTLS_E_NEED_FALLBACK to allow falling back from registered ciphersNikos Mavrogiannopoulos2015-04-073-1/+23
| | | | | | That allows a registered cipher to indicate that it cannot operate (e.g., due to memory constraints, or internal limits), and gnutls should proceed with the default algorithms.
* ciphersuites: moved CCM ciphersuites in the appropriate ifdefsNikos Mavrogiannopoulos2015-04-071-32/+35
|
* tests: ciphersuite test will ignore the invalid names of ↵Nikos Mavrogiannopoulos2015-04-071-2/+5
| | | | | | | TLS_DHE_PSK_WITH_AES_128_CCM_8 That is because the names in rfc6655 are for some reason different than the expected.
* document CCM and CCM-8Nikos Mavrogiannopoulos2015-04-071-0/+10
|
* doc updateNikos Mavrogiannopoulos2015-04-071-1/+3
|
* tests: added CCM and CCM_8 into ciphersuite testsNikos Mavrogiannopoulos2015-04-073-2/+22
|
* Added CCM-8 ciphersuitesNikos Mavrogiannopoulos2015-04-076-3/+127
|
* updated announce textNikos Mavrogiannopoulos2015-04-061-173/+216
|
* symbols: added the new supplemental functionsNikos Mavrogiannopoulos2015-04-061-0/+2
|
* doc updateNikos Mavrogiannopoulos2015-04-061-1/+1
|
* tests: delay tests that depend on timing when they failNikos Mavrogiannopoulos2015-04-051-0/+7
| | | | That often prevents failures on busy systems.
* don't enforce iv_size > block_size; it is no longer true for all ciphersNikos Mavrogiannopoulos2015-04-041-3/+1
|
* simplified calc_enc_length_streamNikos Mavrogiannopoulos2015-04-041-4/+5
|
* doc updateNikos Mavrogiannopoulos2015-04-041-1/+1
|
* tests: updated supplemental APINikos Mavrogiannopoulos2015-04-041-4/+4
|
* gnutls_ext_register will fail on double registrationNikos Mavrogiannopoulos2015-04-041-3/+16
|
* gnutls_supplemental_register will fail on double registrationNikos Mavrogiannopoulos2015-04-042-3/+17
|
* symbols: added new exported functionsNikos Mavrogiannopoulos2015-04-042-17/+21
|
* doc: updated makefiles to include new functionsNikos Mavrogiannopoulos2015-04-043-21/+69
|
* libgnutls.map: remove gnutls_record_set_max_empty_recordsNikos Mavrogiannopoulos2015-04-041-1/+0
|
* account for the renamed gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-041-2/+2
|
* document the export supplemental data APINikos Mavrogiannopoulos2015-04-041-48/+22
|
* gnutls_do_recv/send_supplemental -> gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-042-15/+16
| | | | Also added the gnutls_ prefix to new types.
* Added documentation for gnutls_do_send/recv_supplementalNikos Mavrogiannopoulos2015-04-042-4/+25
|
* doc updatesNikos Mavrogiannopoulos2015-04-0410-11/+37
|
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-047-24/+30
| | | | | That brings them in par with the rest of the allocation functions.
* p11tool: use the key usage flags to set PKCS #11 propertiesNikos Mavrogiannopoulos2015-04-044-17/+21
|
* pkcs11: use key_usage to set the appropriate flagsNikos Mavrogiannopoulos2015-04-044-12/+85
|
* cleanups in supplemental data supportNikos Mavrogiannopoulos2015-04-042-4/+9
|
* DH: do not warn on zero q_bitsNikos Mavrogiannopoulos2015-04-041-1/+1
|
* NEWS: rearrange entriesNikos Mavrogiannopoulos2015-04-041-23/+23
|
* certtool: certtool --generate-dh-params will account for --outderNikos Mavrogiannopoulos2015-04-041-3/+8
| | | | Resolves #5
* chacha20-poly1305: ciphersuite numbers correspond to the latest draftNikos Mavrogiannopoulos2015-04-021-8/+8
|
* p11tool: improved output messageNikos Mavrogiannopoulos2015-04-021-1/+1
|
* removed unecessary warningNikos Mavrogiannopoulos2015-04-021-2/+0
|