summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .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
| * Expand x509 sign/verify test with GOST algorithmsDmitry Eremin-Solenikov2018-06-233-1/+106
| * oids: expand to include GOST digests/signaturesDmitry Eremin-Solenikov2018-06-231-0/+24
| * tests: privkey-keygen: adapt to support GOST algorithmsDmitry Eremin-Solenikov2018-06-231-4/+11
| * Support GOST private keys generationDmitry Eremin-Solenikov2018-06-237-4/+169
| * certtool: support dumping GOST private key informationDmitry Eremin-Solenikov2018-06-232-0/+86
| * Add several DN entry definitions used by qualified GOST signaturesDmitry Eremin-Solenikov2018-06-231-0/+8
| * certool: export GOST privkeys only in PKCS#8 formatDmitry Eremin-Solenikov2018-06-231-1/+3
| * Add support for PKCS12 files using GOST MACDmitry Eremin-Solenikov2018-06-231-12/+116
| * Add support for PBES2/PBKDF2 using GOST algorithmsDmitry Eremin-Solenikov2018-06-235-32/+233
| * Support PKCS#12 key derivation with GOST digestsDmitry Eremin-Solenikov2018-06-231-0/+5
| * Add support for importing/exporting GOST private keysDmitry Eremin-Solenikov2018-06-2312-0/+579
| * Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-2317-3/+772
| * Add ASN.1 definitions for GOST keysDmitry Eremin-Solenikov2018-06-232-1/+17
| * nettle: add support for GOST 34.10 public keysDmitry Eremin-Solenikov2018-06-231-1/+379
| * Add few functions to support basic operations with GOST public keysDmitry Eremin-Solenikov2018-06-2312-0/+333
| * Add declarations for GOST R 34.10 signaturesDmitry Eremin-Solenikov2018-06-234-7/+32
| * Define GOST R 34.10 curvesDmitry Eremin-Solenikov2018-06-233-2/+91
| * Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-2310-6/+60
| * Add support for I/O of little-endian MPIDmitry Eremin-Solenikov2018-06-234-13/+82
| * nettle: add support for unsigned LE MPIsDmitry Eremin-Solenikov2018-06-231-2/+18
| * nettle: add support for GOST 34.11 hash functionsDmitry Eremin-Solenikov2018-06-231-0/+71
| * nettle: support GOST28147-89 in CFB modeDmitry Eremin-Solenikov2018-06-231-0/+127
| * Add declarations for GOST 28147-89 cipher in CFB modeDmitry Eremin-Solenikov2018-06-232-1/+46
| * Add declarations for GOST R 34.11 (-94 and -2012) digest algorithmsDmitry Eremin-Solenikov2018-06-233-1/+42
| * Import GOST-supporting part from Nettle pending patchesDmitry Eremin-Solenikov2018-06-2334-0/+10202
| * .gitlab-ci.yml: disable gost in minimal buildDmitry Eremin-Solenikov2018-06-231-0/+1
| * Add configure argument to disable GOST supportDmitry Eremin-Solenikov2018-06-232-0/+15
|/
* Merge branch 'tmp-fix-order-extensions' into 'master'Nikos Mavrogiannopoulos2018-06-228-8/+399
|\
| * _gnutls_parse_hello_extensions: enforce that pre-shared-key extension is lastNikos Mavrogiannopoulos2018-06-223-4/+16
| * tests: check whether we send the pre-shared key extension after dumbfwNikos Mavrogiannopoulos2018-06-223-0/+380
| * tests: corrected typo in commentNikos Mavrogiannopoulos2018-06-221-1/+1
| * extensions: corrected order of pre-shared-key and dumbfwNikos Mavrogiannopoulos2018-06-221-3/+2
|/
* Merge branch 'fix-warnings-in-testsuite' into 'master'Nikos Mavrogiannopoulos2018-06-213-3/+10
|\