summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | dh: check validity of Z before exportDaiki Ueno2020-07-101-9/+17
|/ /
* | Merge branch 'tmp-pthread' into 'master'Dmitry Baryshkov2020-07-041-1/+7
|\ \
| * | build: use $(LIBPTHREAD) rather than non-existent $(LTLIBPTHREAD)tmp-pthreadJames Bottomley2020-06-291-1/+7
* | | fix connectx not available on older macOS SDKSteve Lhomme2020-07-021-3/+11
* | | safe_memcmp: remove in favor of gnutls_memcmptmp-safe-memcmpDaiki Ueno2020-06-296-17/+9
* | | dhe: check if DH params in SKE match the FIPS approved algorithmstmp-sp800-56ar3Daiki Ueno2020-06-273-0/+48
* | | dh-primes: add MODP primes from RFC 3526Daiki Ueno2020-06-262-0/+962
|/ /
* | Merge branch 'tmp-clear-session-ticket-keys' into 'master'Daiki Ueno2020-06-211-0/+8
|\ \
| * | Wipe session ticket keys before releasing the session structureFiona Klute2020-06-141-0/+8
* | | Merge branch 'master' into 'master'Daiki Ueno2020-06-182-18/+22
|\ \ \
| * | | Modied the license to GPLv2.1+ to keep with LICENSE file.Lei Maohui2020-06-082-18/+22
| |/ /
* | | Merge branch 'master' into 'tmp-mark-gost94-as-broken'Dmitry Baryshkov2020-06-15166-15774/+17997
|\ \ \
| * | | build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-06-1510-16/+29
| |/ /
| * | Merge branch 'tmp-iov-memleak' into 'master'Dmitry Baryshkov2020-06-071-25/+11
| |\ \
| | * | crypto-api: always allocate memory when serializing iovec_ttmp-iov-memleakDaiki Ueno2020-06-051-25/+11
| * | | Merge branch 'gost-split-6' into 'master'Dmitry Baryshkov2020-06-0624-9/+14350
| |\ \ \
| | * | | crypto-selftest: add test vectors for MAGMA/KUZNYECHIK-CTR-ACPKMDmitry Eremin-Solenikov2020-06-071-1/+694
| | * | | crypto-api: add _gnutls_cipher_set_key wrapper()Dmitry Eremin-Solenikov2020-06-072-0/+27
| | * | | cipher/mac: enhance handlers with setkey callbackDmitry Eremin-Solenikov2020-06-074-0/+22
| | * | | selftests: add test vectors for MAGMA/KUZNYECHIK-OMACDmitry Eremin-Solenikov2020-06-071-0/+36
| | * | | lib: add Magma/Kuznyechik OMAC supportDmitry Eremin-Solenikov2020-06-073-1/+46
| | * | | lib: add Magma/Kuznyechik ciphers supportDmitry Eremin-Solenikov2020-06-073-0/+132
| | * | | nettle/gost: add ACPKM rekeying codeDmitry Eremin-Solenikov2020-06-073-0/+152
| | * | | nettle/gost: add CMAC-64/Magma/Kuznyechik codeDmitry Eremin-Solenikov2020-06-075-6/+236
| | * | | nettle/gost: add Kuznyechik codeDmitry Eremin-Solenikov2020-06-074-1/+12829
| | * | | nettle/gost: add Magma codeDmitry Eremin-Solenikov2020-06-073-0/+173
| | * | | nettle/gost: export gost28147_decrypt_simple for magma cipherDmitry Eremin-Solenikov2020-06-072-2/+5
| * | | | Merge the extra libraries to link dynamically in GNUTLS_LIBS_PRIVATESteve Lhomme2020-06-062-2/+2
| |/ / /
| * | | Merge branch 'tmp-aead-init-leak' into 'master'Daiki Ueno2020-06-051-8/+25
| |\ \ \
| | * | | gnutls_cipher_init: fix potential memleaktmp-aead-init-leakDaiki Ueno2020-06-021-4/+14
| | * | | gnutls_aead_cipher_init: fix potential memleakDaiki Ueno2020-06-021-4/+11
| * | | | Implements a callback function gnutls_x509_trust_list_set_getissuer_function()Sahana Prasad2020-06-037-82/+169
| | |/ / | |/| |
| * | | valgrind: check if session ticket key is used without initializationtmp-totp-initDaiki Ueno2020-06-032-1/+12
| * | | stek: differentiate initial state from valid time window of TOTPDaiki Ueno2020-06-031-12/+5
| |/ /
| * | Merge branch 'tmp-known-certs' into 'master'Daiki Ueno2020-05-314-35/+87
| |\ \
| | * | x509: trigger fallback verification path when cert is expiredDaiki Ueno2020-05-311-5/+7
| | * | _gnutls_pkcs11_verify_crt_status: check validity against system certDaiki Ueno2020-05-313-30/+80
| * | | Merge branch 'nowincrypt' into 'master'Dmitry Baryshkov2020-05-313-1/+93
| |\ \ \ | | |/ / | |/| |
| | * | win32: use bcrypt instead of CryptoAPI on Vista+ for random numbersSteve Lhomme2020-05-283-1/+93
| * | | Merge branch 'add-aes192-gcm' into 'master'Dmitry Baryshkov2020-05-3013-0/+122
| |\ \ \
| | * | | lib: add support for AES-192-GCMDmitry Baryshkov2020-05-2713-0/+122
| * | | | Merge branch 'tmp-fileio' into 'master'Daiki Ueno2020-05-3013-77/+80
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-304-38/+38
| | * | | gnutls_load_file: document limitation regarding partial failureDaiki Ueno2020-05-301-0/+4
| | * | | cert-cred: clear private key data loaded from fileDaiki Ueno2020-05-302-6/+15
| | * | | lib: avoid file descriptor leak when application forksDaiki Ueno2020-05-308-11/+19
| | * | | gnulib: update git submoduleDaiki Ueno2020-05-296-32/+14
| * | | | Merge branch 'ncrypt-uwp10' into 'master'Dmitry Baryshkov2020-05-271-142/+176
| |\ \ \ \
| | * | | | win32: move the NCRYPT key import into a functionSteve Lhomme2020-05-271-142/+176
| | | |/ / | | |/| |
| * | | | Merge branch 'static-ncrypt' into 'master'Dmitry Baryshkov2020-05-272-4/+6
| |\ \ \ \