summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* nettle: rename import-chacha-from-nettle.sh to import-from-nettle.shDaiki Ueno2020-05-042-8/+8
* Merge branch 'tmp-reproducible-sig-doc' into 'master'Daiki Ueno2020-05-041-3/+6
|\
| * doc: expand GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE description on RSA-PSS [ci skip]tmp-reproducible-sig-docDaiki Ueno2020-04-301-3/+6
* | gost: use gostdsa-vko from nettle 3.6rc3Dmitry Baryshkov2020-04-283-112/+2
* | nettle: update imported source to nettle 3.6rc3Dmitry Baryshkov2020-04-281-1/+2
|/
* Merge branch 'tmp-ext-name' into 'master'Daiki Ueno2020-04-244-0/+35
|\
| * gnutls_session_ext_register: keep track of extension nametmp-ext-nameDaiki Ueno2020-04-212-0/+3