summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: use assert to mark impossible pathtmp-f29Nikos Mavrogiannopoulos2018-11-101-0/+3
* pkcs12: cleanups, and two memory leak fixesNikos Mavrogiannopoulos2018-11-101-10/+8
* tls13: use system's openssl for interop testingNikos Mavrogiannopoulos2018-11-104-9/+15
* Added checks to avoid false negatives reported by static analyzersNikos Mavrogiannopoulos2018-11-102-2/+9
* Initialize output var to avoid false negative from static analyzersNikos Mavrogiannopoulos2018-11-091-1/+4
* .gitlab-ci.yml: move to fedora29 for CINikos Mavrogiannopoulos2018-11-091-31/+45
* tpmtool: Support --srk-well-known for SRK with 20 zero bytes passwordStefan Berger2018-11-092-19/+34
* Merge branch 'tmp-fix-ci-runs' into 'master'Dmitry Eremin-Solenikov2018-11-095-57/+258
|\
| * testcompat-openssl: do not test DSS or small curves with 1.1.1tmp-fix-ci-runsNikos Mavrogiannopoulos2018-11-071-25/+39
| * doc/credentials: increased key size in RSA client certNikos Mavrogiannopoulos2018-11-072-30/+202
| * certtool: allow --update-certificate to replace public keyNikos Mavrogiannopoulos2018-11-071-1/+16
| * README.md: updated instructions to apply to fedora29Nikos Mavrogiannopoulos2018-11-071-1/+1
|/
* Merge branch 'tmp-ignore-ctypes' into 'master'Nikos Mavrogiannopoulos2018-11-026-23/+42
|\
| * gnutls_priority_init: ignore CTYPE-OPENPGP optionstmp-ignore-ctypesNikos Mavrogiannopoulos2018-11-016-1/+17
| * gnutls_priority_init: fixed indentation according to project rulesNikos Mavrogiannopoulos2018-11-011-22/+25
* | Merge branch 'tmp-fix-record-size-limit-tls12' into 'master'Nikos Mavrogiannopoulos2018-11-022-9/+19
|\ \
| * | ext/record_size_limit: handle the extension in TLS 1.2 ServerHellotmp-fix-record-size-limit-tls12Daiki Ueno2018-11-012-9/+19
| |/
* | Merge branch 'ajuaristi-update-docs' into 'master'Nikos Mavrogiannopoulos2018-11-011-4/+15
|\ \ | |/ |/|
| * Update docs for session ticket key rotation [ci skip]ajuaristi-update-docsAnder Juaristi2018-11-011-4/+15
* | Merge branch 'tmp-fix-priority-set' into 'master'Nikos Mavrogiannopoulos2018-10-313-23/+160
|\ \
| * | gnutls_priority_set: re-organizedtmp-fix-priority-setNikos Mavrogiannopoulos2018-10-311-22/+22
| * | gnutls_priority_set: do not override the version after handshake is completeNikos Mavrogiannopoulos2018-10-303-5/+142
|/ /
* | gnutls-serv: use default priorities when none are givenNikos Mavrogiannopoulos2018-10-302-10/+19
* | Merge branch 'tmp-cli-reduce-output' into 'master'Dmitry Eremin-Solenikov2018-10-301-86/+92
|\ \
| * | gnutls-cli: reduce printed session informationtmp-cli-reduce-outputNikos Mavrogiannopoulos2018-10-251-86/+92
* | | Merge branch 'gost-selfcheck' into 'master'Dmitry Eremin-Solenikov2018-10-291-2/+88
|\ \ \
| * | | self-tests: add GOST public key testsDmitry Eremin-Solenikov2018-10-291-2/+88
|/ / /
* | | NEWS: added CMAC entries [ci skip]Nikos Mavrogiannopoulos2018-10-291-0/+2
* | | Merge branch 'cmac' into 'master'Dmitry Eremin-Solenikov2018-10-2910-0/+440
|\ \ \
| * | | Add NEWS entry about AES-CMACSimo Sorce2018-10-281-0/+2
| * | | Add selftests for CMACSimo Sorce2018-10-282-0/+29
| * | | Vendor in CMAC functionality from NettleSimo Sorce2018-10-285-0/+365
| * | | Add CMAC SupportSimo Sorce2018-10-283-0/+44
|/ / /
* | | Merge branch 'gost-selfcheck' into 'master'Nikos Mavrogiannopoulos2018-10-283-3/+204
|\ \ \
| * | | NEWS: Add entry mentioning fix of S-BOXes for CryptoPro-B,-C,-D variantsDmitry Eremin-Solenikov2018-10-281-0/+4
| * | | self-tests: add GOST symmetric algorithms testsDmitry Eremin-Solenikov2018-10-281-0/+197
| * | | nettle: fix s-boxes selection for rare GOST 28147-89 variantsDmitry Eremin-Solenikov2018-10-281-3/+3
|/ / /
* | | doc update [ci skip]Nikos Mavrogiannopoulos2018-10-261-0/+5
* | | Merge branch 'cfb8' into 'master'Dmitry Eremin-Solenikov2018-10-269-1/+369
|\ \ \
| * | | Add selftest for CFB8Simo Sorce2018-10-253-0/+80
| * | | Vendor in CFB8 functionality from NettleSimo Sorce2018-10-245-1/+225
| * | | Add AES-CFB8 SupportSimo Sorce2018-10-242-0/+64
* | | | Merge branch 'tmp-session-ticket-timestamp' into 'master'Nikos Mavrogiannopoulos2018-10-2617-73/+158
|\ \ \ \ | |_|/ / |/| | |
| * | | ext/pre_shared_key: don't assume ob_ticket_age < ticket_age_addtmp-session-ticket-timestampDaiki Ueno2018-10-261-6/+0
| * | | tls13/session_ticket: calculate ticket_age in millisecondsDaiki Ueno2018-10-264-12/+19
| * | | str: add macros to encode/decode struct timespec valueDaiki Ueno2018-10-261-0/+42
| * | | system: provide a means to replace gettime implementationDaiki Ueno2018-10-2611-36/+66
| * | | _gnutls_timespec_cmp: new inline functionDaiki Ueno2018-10-251-0/+12
| * | | tls13/session_ticket: rename tls13_ticket_t type to tls13_ticket_stDaiki Ueno2018-10-255-19/+19
|/ / /
* | | gnutls-cli: do not print errors twiceNikos Mavrogiannopoulos2018-10-253-3/+5
|/ /