summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | x509: print certificate policiy namesDmitry Baryshkov2020-05-141-1/+19
* | | Merge branch 'pkcs7-attrs' into 'master'Dmitry Baryshkov2020-05-145-45/+95
|\ \ \ | |/ /
| * | pkcs7: add function to display signature informationDmitry Baryshkov2020-05-143-0/+36
| * | pkcs7: decode attribute OIDs when printingDmitry Baryshkov2020-05-141-2/+32
| * | x509: generify oid to str conversionsDmitry Baryshkov2020-05-142-43/+27
| |/
* | Merge branch 'tmp-fips-leftover' into 'master'Daiki Ueno2020-05-141-4/+33
|\ \ | |/ |/|
| * nettle: disable RSA blinding in FIPS selfteststmp-fips-leftoverDaiki Ueno2020-05-051-4/+33
* | accelerated: use AES-NI for AES-XTS when availableAnderson Toshiyuki Sasaki2020-05-074-1/+186
|/
* nettle: expose SIV-CMAC through the AEAD interfaceDaiki Ueno2020-05-044-7/+211
* nettle: vendor in SIV-CMAC implementationDaiki Ueno2020-05-041-0/+6
* nettle: avoid manual backports of CFB8, CMAC, and XTSDaiki Ueno2020-05-049-979/+85