summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pubkey: avoid spurious audit messages from _gnutls_pubkey_compatible_with_sig()Petr Pavlu2020-08-311-4/+7
* ecdh: perform SP800-56A rev3 full pubkey validation on keygenDaiki Ueno2020-08-311-2/+180
* dh: perform SP800-56A rev3 full pubkey validation on keygenDaiki Ueno2020-08-311-0/+90
* dh-primes: make the FIPS approved check return Q valueDaiki Ueno2020-08-313-20/+30
* ecdh: check validity of P before exportDaiki Ueno2020-08-311-6/+21
* dh: check validity of Z before exportDaiki Ueno2020-08-311-9/+17
* build: use $(LIBPTHREAD) rather than non-existent $(LTLIBPTHREAD)James Bottomley2020-08-311-1/+7
* fix connectx not available on older macOS SDKSteve Lhomme2020-08-311-3/+11
* safe_memcmp: remove in favor of gnutls_memcmpDaiki Ueno2020-08-316-17/+9
* dhe: check if DH params in SKE match the FIPS approved algorithmsDaiki Ueno2020-08-313-0/+48
* dh-primes: add MODP primes from RFC 3526Daiki Ueno2020-08-312-0/+962
* Wipe session ticket keys before releasing the session structureFiona Klute2020-08-311-0/+8
* Modied the license to GPLv2.1+ to keep with LICENSE file.Lei Maohui2020-08-312-18/+22
* build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-08-3110-16/+29
* gnutls_cipher_init: fix potential memleakDaiki Ueno2020-08-311-4/+14
* gnutls_aead_cipher_init: fix potential memleakDaiki Ueno2020-08-311-4/+11
* crypto-api: always allocate memory when serializing iovec_ttmp-fix-iov-3_6Daiki Ueno2020-06-141-25/+11
* Merge the extra libraries to link dynamically in GNUTLS_LIBS_PRIVATESteve Lhomme2020-06-072-2/+2
* 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
|\ \ \
| * | | configure.ac: determine if the Vista APIs can be linked staticallySteve Lhomme2020-05-272-4/+6
| |/ /
* | | Merge branch 'tmp-fips-redefinition' into 'master'Dmitry Baryshkov2020-05-273-14/+6
|\ \ \ | |/ / |/| |
| * | fips: remove FIPS_STARTUP_ONLY_TEST_CASE macrotmp-fips-redefinitionDaiki Ueno2020-05-201-9/+2
| * | fips: make FIPS140-2 mode enablement logic simplerDaiki Ueno2020-05-202-5/+4
* | | Merge branch 'crpyt32' into 'master'Dmitry Baryshkov2020-05-252-6/+2
|\ \ \ | |_|/ |/| |
| * | win32: link with crypt32Steve Lhomme2020-05-202-6/+2
| |/
* | Update session_ticket.c to add support for zero length session tickets return...rrivers22020-05-241-8/+10
* | Merge branch 'tmp-vendor-minitasn1' into 'master'Dmitry Baryshkov2020-05-2416-8252/+6
|\ \
| * | build: vendor in libtasn1 codetmp-vendor-minitasn1Dmitry Baryshkov2020-05-2416-8252/+6
* | | Merge branch 'x509-common-name' into 'master'Dmitry Baryshkov2020-05-241-0/+16
|\ \ \
| * | | x509: support commonName extensionDmitry Baryshkov2020-05-181-0/+16
| | |/ | |/|
* | | x509: aki: always print authorityCert infoDmitry Baryshkov2020-05-171-3/+6
|/ /
* | Merge branch 'cert-policies' into 'master'Dmitry Baryshkov2020-05-151-1/+27
|\ \
| * | output: add Russian security class policiesDmitry Baryshkov2020-05-141-0/+8