summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: introduced tests about crypto API failures on illegal usetmp-cipher-codesNikos Mavrogiannopoulos2018-07-023-3/+206
* gnutls_aead_cipher_encryptv: eliminate signed/unsigned warnings under x86Nikos Mavrogiannopoulos2018-07-011-6/+6
* accelerated: error on the cases where the nettle API would have erroredNikos Mavrogiannopoulos2018-07-017-9/+94
* gnutls_cipher_add_auth: propagate error codesNikos Mavrogiannopoulos2018-07-011-3/+1
* tests: verify whether GNUTLS_TLS_VERSION_MAX is negotiated on default modeNikos Mavrogiannopoulos2018-06-292-7/+12
* Merge branch 'tmp-ci-cleanups' into 'master'Nikos Mavrogiannopoulos2018-06-291-7/+11
|\
| * Fixes + cleanups for .gitlab-ci.ymlTim Rühsen2018-06-291-7/+11
|/
* p11tool: remove duplicate branchNikos Mavrogiannopoulos2018-06-271-3/+1
* Add strdup-posix gnulib moduleTim Rühsen2018-06-271-1/+1
* testcompat-tls13-openssl: fix openssl interactionsNikos Mavrogiannopoulos2018-06-273-12/+54
* gnutls-serv: when post-handshake auth is asked; require a certificateNikos Mavrogiannopoulos2018-06-274-7/+21
* key update: corrected generation of keysNikos Mavrogiannopoulos2018-06-273-10/+10
* gnutls-cli: wait for all server data prior to closing connectionNikos Mavrogiannopoulos2018-06-271-54/+30
* .gitignore: added new test executablesNikos Mavrogiannopoulos2018-06-271-119/+212
* tests: eliminated compiler warningsNikos Mavrogiannopoulos2018-06-272-5/+3
* Update .gitignore files according to bootstrapDmitry Eremin-Solenikov2018-06-272-0/+2
* src: fix regenerating autogen files if builddir = srcdirDmitry Eremin-Solenikov2018-06-271-1/+7
* Merge branch 'timespec-overflow2' into 'master'Tim Rühsen2018-06-266-32/+11
|\
| * convert from milliseconds to timespec without loopRolf Eike Beer2018-06-264-27/+8
| * use timespec_sub_ms() instead of open coding itRolf Eike Beer2018-06-261-3/+1
| * avoid overflow when substracting timespecs if rdtsc is not availableRolf Eike Beer2018-06-261-2/+2
|/
* lib/nettle/gost: support building with mini-nettle/mini-gmpDmitry Eremin-Solenikov2018-06-262-2/+2
* avoid rounding errors and overflows when substracting timespecsRolf Eike Beer2018-06-261-2/+1
* Merge branch 'tmp-fix-fips-generation' into 'master'Nikos Mavrogiannopoulos2018-06-261-3/+12
|\
| * wrap_nettle_pk_generate_keys: retry on provable key generationtmp-fix-fips-generationNikos Mavrogiannopoulos2018-06-261-3/+12
|/
* Merge branch 'auto-sync-translations' into 'master'Nikos Mavrogiannopoulos2018-06-2619-23971/+1
|\
| * Let ./bootstrap sync from translationproject.orgTim Rühsen2018-06-2619-23971/+1
|/
* gnutls_session_get_desc: fixed desc printing of custom groupsNikos Mavrogiannopoulos2018-06-261-2/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2018-06-251-0/+7
* aarch64: use getauxval() if available to discover cpu capstmp-aarch64Nikos Mavrogiannopoulos2018-06-242-35/+36
* .gitlab-ci.yml: no need for submodule update on cross-buildsNikos Mavrogiannopoulos2018-06-241-1/+0
* .gitlab-ci.yml: use qemu for aarch64 testingNikos Mavrogiannopoulos2018-06-241-23/+3
* .gitlab-ci.yml: corrected typoNikos Mavrogiannopoulos2018-06-241-1/+1
* .gitlab-ci.yml: skip submodule initialization when not necessarytmp-updated-buildsNikos Mavrogiannopoulos2018-06-241-2/+0
* .gitlab-ci.yml: updated x86 CI builds with better datefudge detectionNikos Mavrogiannopoulos2018-06-246-27/+18
* .gitlab-ci.yml: debian stretch build replaced by busterNikos Mavrogiannopoulos2018-06-241-2/+2
* doc update [ci skip]Nikos Mavrogiannopoulos2018-06-231-3/+4
* doc update [ci skip]Nikos Mavrogiannopoulos2018-06-231-0/+5
* Merge branch 'gost-no-tls' into 'master'Nikos Mavrogiannopoulos2018-06-23119-101/+14557
|\
| * tests: add PKCS#12 test script for GOST 28147-89-encrypted filesDmitry Eremin-Solenikov2018-06-235-1/+90
| * certtool: honour --hash option when generating PKCS#12 filesDmitry Eremin-Solenikov2018-06-231-1/+7
| * tests: expand pkcs7 test to also check GOST filesDmitry Eremin-Solenikov2018-06-234-2/+45
| * test: test GOST keys import/exportDmitry Eremin-Solenikov2018-06-231-0/+172
| * certtool: ask if certificate will be used for data encryptionDmitry Eremin-Solenikov2018-06-231-2/+1
| * tests: add common gost certificates for testsDmitry Eremin-Solenikov2018-06-231-0/+216
| * Support key matching with GOST keysDmitry Eremin-Solenikov2018-06-231-1/+11
| * Add generated GOST credentials for testsDmitry Eremin-Solenikov2018-06-2310-1/+258
| * Use GOST R 34.11-94 when generating key for PKCS data to be encrypted with GO...Dmitry Eremin-Solenikov2018-06-231-7/+34
| * certtool: support generating GOST-encrypted PKCS#8/12 filesDmitry Eremin-Solenikov2018-06-231-0/+10
| * Add gost certificates to chainverify testsDmitry Eremin-Solenikov2018-06-233-0/+90