summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | crypto-api: add gnutls_hmac_get_key_size() functionDmitry Eremin-Solenikov2019-12-273-0/+19
* | | nettle/gost: remove gost28147_imit_initDmitry Eremin-Solenikov2019-12-273-12/+8
* | | x509: do not tolerate invalid DER timeNikos Mavrogiannopoulos2019-12-262-3/+6
* | | Merge branch 'tmp-check-same-certs' into 'master'Nikos Mavrogiannopoulos2019-12-206-30/+107
|\ \ \
| * | | _gnutls_verify_crt_status: apply algorithm checks to trusted CAsNikos Mavrogiannopoulos2019-12-191-25/+43
| * | | Export profile ID/name handling functionsNikos Mavrogiannopoulos2019-12-195-4/+44
| * | | is_level_acceptable: apply the system-wide profile in all verificationsNikos Mavrogiannopoulos2019-12-193-1/+20
* | | | doc: update reference to the default configuration fileDimitri John Ledkov2019-12-191-1/+1
|/ / /
* | | Introduced check to reject certificates with non-digits in time fieldLili Quan2019-12-191-7/+17
|/ /
* | ext/signature: use GOST signatures for GOST ciphersiuitesDmitry Eremin-Solenikov2019-12-182-0/+16
* | Add GOST cipher suitesDmitry Eremin-Solenikov2019-12-181-0/+11
* | priority: add GROUP-GOST-ALL keywordDmitry Eremin-Solenikov2019-12-181-0/+19
* | Support GOST certificate request valuesDmitry Eremin-Solenikov2019-12-181-8/+27
* | lib: fix group selection in case of GOST cipher suitesDmitry Eremin-Solenikov2019-12-182-1/+10
|/
* Add const to function arguments in lib/x509Tim Rühsen2019-12-0711-101/+103
* lib: remove obsolete AVOID_INTERNALSVitezslav Cizek2019-12-041-8/+0
* base64: minor improvements in OOM handling and test suiteNikos Mavrogiannopoulos2019-11-291-0/+2
* gnutls_base64_decode2() succeeds decoding the empty stringNikos Mavrogiannopoulos2019-11-281-2/+5
* vko: fix possible unitilized scalar accessDmitry Eremin-Solenikov2019-11-111-1/+3
* Merge branch 'gost-split-2' into 'master'Dmitry Eremin-Solenikov2019-11-0822-7/+1274
|\
| * Add support for VKO GOST key exchangeDmitry Eremin-Solenikov2019-11-085-2/+335
| * groups: add function to return group by curveDmitry Eremin-Solenikov2019-11-072-0/+22
| * ecc: define curve->group relationshipDmitry Eremin-Solenikov2019-11-072-0/+19
| * Declare groups corresponding to GOST curvesDmitry Eremin-Solenikov2019-11-072-0/+67
| * Add GOST key transport supportDmitry Eremin-Solenikov2019-11-078-1/+522
| * nettle: add support for GOST key derivationDmitry Eremin-Solenikov2019-11-071-0/+51
| * _gnutls_pk_derive: add argument for nonceDmitry Eremin-Solenikov2019-11-073-2/+14
| * nettle/gost: add support for GOST VKO algorithmDmitry Eremin-Solenikov2019-11-073-1/+86
| * nettle/gost: provide GOST keywrapping supportDmitry Eremin-Solenikov2019-11-073-1/+158
* | Merge branch 'tmp-cfb8-fixes' into 'master'Daiki Ueno2019-11-083-10/+127
|\ \
| * | crypto-selftests: test CFB8 ciphers with different chunksizesGünther Deschner2019-11-081-6/+118
| * | nettle: use included CFB8 implementation if nettle is 3.5Daiki Ueno2019-11-081-0/+3
| * | nettle: backport fixes to cfb8_decryptDaiki Ueno2019-11-061-4/+6
* | | Merge branch 'prf-crash' into 'master'Dmitry Eremin-Solenikov2019-11-071-0/+9
|\ \ \ | |/ / |/| |
| * | prf: don't crash when called before handshake completionMiroslav Lichvar2019-11-061-0/+9
| |/
* | gnutls_privkey_sign_data2: removed unnecessary text [ci skip]Nikos Mavrogiannopoulos2019-11-051-13/+9
|/
* Merge branch 'crt-vrfy-final' into 'master'Dmitry Eremin-Solenikov2019-11-023-1/+50
|\
| * tls-sig: reverse bytes in TLS signatures for GOST signaturesDmitry Eremin-Solenikov2019-10-313-1/+50
* | Merge branch 'master' into 'master'Nikos Mavrogiannopoulos2019-11-012-0/+87
|\ \ | |/ |/|
| * nettle: Support sysctl(KERN_ARND) for RNG on NetBSD.nia2019-10-262-0/+87
* | Merge branch 'remove-uint24' into 'master'Dmitry Eremin-Solenikov2019-10-302-47/+4
|\ \
| * | lib: simplify uint24 handlingDmitry Eremin-Solenikov2019-10-242-47/+4
| |/
* | ecc: fix curve sizes for TC26-256 gost curvesDmitry Eremin-Solenikov2019-10-271-4/+4
|/
* lib: drop gnutls_uint64 usage as sequence numberDmitry Eremin-Solenikov2019-10-2415-211/+99
* Merge branch 'tls-continuous-mac' into 'master'Dmitry Eremin-Solenikov2019-10-239-28/+46
|\
| * mac: mark GOST28147-TC26Z-IMIT as using CONTINUOUS_MACDmitry Eremin-Solenikov2019-10-211-1/+2
| * Support GOST cipher suite MAC calculationDmitry Eremin-Solenikov2019-10-213-3/+18
| * mac: change preimage_insecure to be a flagDmitry Eremin-Solenikov2019-10-213-7/+8
| * cipher: replace several bools with single flags instanceDmitry Eremin-Solenikov2019-10-215-17/+18
* | Merge branch 'new-crt-vrfy' into 'master'Dmitry Eremin-Solenikov2019-10-235-90/+126
|\ \