summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* priority: add more GOST shortcutsDmitry Eremin-Solenikov2020-01-091-10/+47
* lib/priority: add SIGN-GOST-ALL keywordDmitry Eremin-Solenikov2020-01-091-0/+14
* lib/priority: use c_strncasecmp() for string comparisonDmitry Eremin-Solenikov2020-01-081-12/+12
* priority: fix GROUP-GOST-ALL comparison lengthDmitry Eremin-Solenikov2020-01-081-1/+1
* Merge branch 'estanglerbm-getrandom' into 'master'Nikos Mavrogiannopoulos2020-01-051-1/+6
|\
| * Fixes dummy getrandom() when errno = EAGAIN.Edward Stangler2020-01-031-1/+6
* | Fix NULL ptr access in _gnutls_iov_iter_next()Tim Rühsen2020-01-031-0/+6
* | Fix "left shift cannot be represented in type 'int'" in hello_ext.[ch]Tim Rühsen2020-01-032-3/+3
* | status_request.c: Silence -Wsign-compareTim Rühsen2020-01-031-1/+1
* | rnd-fuzzer.c: Suppress shift sanitization checkTim Rühsen2020-01-031-0/+2
* | handshake.c: Suppress warning in fuzzing buildTim Rühsen2020-01-031-0/+1
* | Fix implicit value change in verify-high.cTim Rühsen2020-01-031-10/+10
|/
* Merge branch 'gost-split-5' into 'master'Dmitry Eremin-Solenikov2019-12-296-8/+71
|\
| * SignatureAlgorithms: force-enable GOST signatures for GOST KXDmitry Eremin-Solenikov2019-12-286-8/+71
* | 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
|/