summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | sign: convert tls13_ok to flags fieldDmitry Eremin-Solenikov2019-10-214-16/+16
| * | tls-sig: split TLS 1.0/1.1 CertificateVerify codeDmitry Eremin-Solenikov2019-10-211-74/+110
| |/
* | lib: pubkey vs TLS signature compatibility for GOST algorithmsDmitry Eremin-Solenikov2019-10-181-0/+13
|/
* Merge branch 'stream-iv' into 'master'Dmitry Eremin-Solenikov2019-10-171-2/+6
|\
| * Allow using implicit IV for stream ciphers with TLSDmitry Eremin-Solenikov2019-10-171-2/+6
* | Merge branch 'gost-prf' into 'master'Nikos Mavrogiannopoulos2019-10-171-0/+39
|\ \
| * | prf: add Streebog (GOST R 34.11-2012) PRF supportDmitry Eremin-Solenikov2019-10-151-0/+39
* | | Add const to several read-only packet sequence paramstmp-fix-coverityTim Rühsen2019-10-158-16/+16
* | | tests/buffer.c: Add unit test for _gnutls_buffer_unescape()Tim Rühsen2019-10-151-0/+4
* | | lib/x509/x509.c: Check before pointer dereference in get_alt_name()Tim Rühsen2019-10-131-1/+1
* | | cipher: Let _gnutls_auth_cipher_setiv() return intTim Rühsen2019-10-132-4/+8
* | | lib/record.c: Use assignment instead of memcpy()Tim Rühsen2019-10-131-1/+1
* | | lib/sslv2_compat.c: Check return value of _gnutls_generate_session_id()Tim Rühsen2019-10-131-4/+6
* | | lib/x509/output.c: Remove unneeded NULL check in print_crt_pubkey()Tim Rühsen2019-10-131-2/+1
* | | lib/auth/srp_passwd.c: Fix NULL dereference in _gnutls_srp_pwd_read_entry()Tim Rühsen2019-10-131-2/+4
* | | lib/str.c: Replace sscanf() in _gnutls_buffer_unescape()Tim Rühsen2019-10-131-14/+11