summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* compress-cert: support compression of client certificatesDaiki Ueno2022-09-191-0/+1
* tests: add fips-rsa-sizesAlexander Sosedkin2022-08-161-0/+1
* Fix double free during gnutls_pkcs7_verifyZoltan Fridrich2022-07-271-0/+1
* crypto-api: add block cipher API with automatic paddingDaiki Ueno2022-07-221-1/+1
* Merge branch 'wip/dueno/psk-ke-mode' into 'master'Daiki Ueno2022-05-101-0/+1
|\
| * Fix psk_ke_modes_recv_params() wrongly setting HSK_PSK_KE_MODE_INVALIDTim Kosse2022-05-081-0/+1
* | .gitignore: ignore tests/tls13/compress-cert*Daiki Ueno2022-05-041-0/+3
|/
* Fix for #1132Brian Wickman2022-04-211-0/+1
* .gitignore: ignore files generated by asn1ParserDaiki Ueno2022-04-151-0/+1
* cligen: update git submoduleDaiki Ueno2022-04-151-3/+0
* Make option specification type-safeDaiki Ueno2022-03-101-0/+4
* auto-generated files updateFrantisek Krenzelok2022-02-221-0/+1
* gnutls_ciphersuite_get: new function to get unique ciphersuite nameDaiki Ueno2022-02-101-0/+1
* .gitignore: ignore more filesDaiki Ueno2022-01-161-0/+3
* doc: generate texinfo files from JSONDaiki Ueno2022-01-151-1/+0
* src: remove included copy of liboptsDaiki Ueno2022-01-151-2/+0
* src: replace autoopts/libopts with minimal config parserDaiki Ueno2022-01-151-7/+2
* src: generate option handling code from JSONDaiki Ueno2022-01-141-23/+22
* .gitignore: ignore tests/x509cert-ctDaiki Ueno2021-12-141-0/+1
* ktls: basic implementation of SW modeHedgehog50402021-10-191-0/+1
* priority: reflect system wide config when constructing sigalgsDaiki Ueno2021-06-111-0/+1
* Merge branch 'wip/dueno/earlydata-server' into 'master'Daiki Ueno2021-05-261-0/+1
|\
| * pre_shared_key: limit 0-RTT to resumption connectionsDaiki Ueno2021-05-171-0/+1
* | git: Do not ignore certtool templates.Daniel Kahn Gillmor2021-05-171-1/+1
|/
* .gitignore: ignore more filesDaiki Ueno2021-05-111-0/+1
* .gitignore: ignore ctags, etags, and GNU global filesDaiki Ueno2021-04-251-0/+7
* priority: add option to disable TLS 1.3 middlebox compatibility modeDaiki Ueno2021-04-171-0/+1
* Add unit test for id-on-xmppAddr decoding errorSteffen Jaeckel2021-03-051-0/+1
* Merge branch 'wip/dueno/valgrind' into 'master'Daiki Ueno2021-02-191-7/+0
|\
| * tests: remove *hello_random_value testsDaiki Ueno2021-02-191-3/+0
| * tests: remove init_fds testDaiki Ueno2021-02-171-1/+0
| * safe-memfuncs: rely on explicit_bzero implementation from gnulibDaiki Ueno2021-02-171-3/+0
* | fips: replace fipshmac usage with internal programOndrej Moris2021-02-171-0/+1
|/
* .gitignore: ignore more filesDaiki Ueno2021-02-131-0/+2
* handshake: TLS 1.3: don't generate session ID in resumption modeDaiki Ueno2021-02-041-0/+1
* gnulib: update git submoduleDaiki Ueno2020-09-171-1/+2
* .gitignore: ignore more filesDaiki Ueno2020-06-151-1/+27
* gnulib: update git submoduleDaiki Ueno2020-05-291-1/+2
* nettle: avoid manual backports of CFB8, CMAC, and XTSDaiki Ueno2020-05-041-1/+1
* fips: check library soname during configuretmp-check-sonameDaiki Ueno2020-04-241-0/+2
* Merge branch 'tmp-no-auto-send-ticket' into 'master'Daiki Ueno2020-04-201-0/+1
|\
| * handshake-tls13: add session flag to disable sending session ticketstmp-no-auto-send-ticketDaiki Ueno2020-04-131-0/+1
* | nettle: use new imported source files for GOST DSADmitry Baryshkov2020-04-141-1/+1
* | Compare DNs by comparing their string representationsPierre Ossman2020-04-031-0/+1
|/
* nettle: vendor in ChaCha20 implementation from nettleDaiki Ueno2020-03-191-0/+1
* keylogfile: generalize with a callbacktmp-keylog-hookDaiki Ueno2020-02-071-0/+1
* crypto-api: add generic crypto functions for KDFDaiki Ueno2020-02-041-0/+1
* nettle: vendor in Curve448 and Ed448 implementationDaiki Ueno2020-01-231-0/+1
* tests: add test for revoked OCSP responsetmp-ocsp-revocationDaiki Ueno2020-01-101-0/+1
* crypto-api: add gnutls_aead_cipher_{en,de}cryptv2tmp-encryptv2Daiki Ueno2019-08-091-0/+1