summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DTLS1_3: server supportwip/dtls13Frantisek Krenzelok2023-02-272-6/+19
* WIP: DTLS1.3 add ACK messageFrantisek Krenzelok2023-02-204-2/+27
* WIP:DTLS1_3: Enecryption ImplementationFrantisek Krenzelok2023-02-205-38/+59
* DTLS1_3: Deserialize Header (AE)ADFrantisek Krenzelok2023-02-204-13/+36
* DTLS1_3: Omit header fields transcriptFrantisek Krenzelok2023-02-202-2/+61
* DTLS1_3: HKDF-Expand-LabelFrantisek Krenzelok2023-02-208-26/+38
* DTLS1_3: resolve epoch & decrypt record numberFrantisek Krenzelok2023-02-208-22/+262
* DTLS1_3: Hello Retry RequestFrantisek Krenzelok2023-01-274-8/+7
* DTLS1_3: Disable TLS1_3 compatibility modeFrantisek Krenzelok2023-01-272-2/+3
* DTLS1_3: Add ciphersuitesFrantisek Krenzelok2023-01-271-2/+7
* DTLS1_3: set default versionFrantisek Krenzelok2023-01-273-6/+21
* DTLS1_3: Enable extentions for DTLSFrantisek Krenzelok2023-01-278-9/+13
* DTLS1_3: add ciphersuitesFrantisek Krenzelok2023-01-273-2/+29
* Merge branch 'wip/dueno/coverage' into 'master'Daiki Ueno2023-01-181-1/+6
|\
| * .gitlab-ci.yml: take advantage of GitLab code coverage visualizationDaiki Ueno2023-01-171-1/+6
|/
* Merge branch 'wip/dueno/ci-fixes3' into 'master'Daiki Ueno2023-01-131-38/+0
|\
| * .gitlab-ci.yml: consolidate duplicate "aggressive" targetsDaiki Ueno2023-01-131-38/+0
|/
* Merge branch 'wip/dueno/ca-path' into 'master'Daiki Ueno2023-01-1112-84/+409
|\
| * .gitlab-ci.yml: disable cppcheck for nowDaiki Ueno2023-01-111-16/+19
| * trust: make filesystem path construction flexibleDaiki Ueno2023-01-1111-68/+390
|/
* Merge branch 'zfridric_devel2' into 'master'Zoltán Fridrich2023-01-105-10/+55
|\
| * Fix error codes for unsolicited compressed certificateZoltan Fridrich2023-01-101-1/+5
| * Update year of copyright notices in doc/gnutls.texiZoltan Fridrich2023-01-101-2/+2
| * Forbid unsolicited CompressedCertificate messageZoltan Fridrich2023-01-033-1/+4
| * Fail when received cert is compressed with disabled methodZoltan Fridrich2023-01-033-3/+34
| * Slight reformating of compress_certificate codeZoltan Fridrich2023-01-032-5/+12
* | Merge branch 'wip/dueno/srtp' into 'master'Daiki Ueno2023-01-064-13/+36
|\ \
| * | build: suppress ABI change for GNUTLS_SRTP_AEAD_AES_*_GCM additionsDaiki Ueno2022-12-281-0/+3
| * | srtp: support AES-GCM profilesDaiki Ueno2022-12-243-13/+33
* | | Merge branch 'wip/dueno/max-record-send-size' into 'master'Daiki Ueno2023-01-064-12/+9
|\ \ \ | |_|/ |/| |
| * | build: remove MAX_RECORD_SEND_SIZE in favor of max_record_send_sizeDaiki Ueno2022-12-244-12/+9
| |/
* | Merge branch 'debian-texlive' into 'master'Daiki Ueno2022-12-271-1/+1
|\ \
| * | doc: Fix Debian package name texlive-plain-genericStefan Kangas2022-12-271-1/+1
| |/
* | Merge branch 'install-md-fixes' into 'master'Daiki Ueno2022-12-271-5/+5
|\ \
| * | doc: Fix several minor issues in INSTALL.mdStefan Kangas2022-12-271-5/+5
| |/
* | Merge branch 'https' into 'master'Daiki Ueno2022-12-27509-1053/+558
|\ \
| * | Sync GPL/LGPL license files from GnulibStefan Kangas2022-12-272-12/+10
| * | Replace FSF snail mail addresses with URLStefan Kangas2022-12-27481-974/+481
| * | Prefer HTTPS to HTTP in URLsStefan Kangas2022-12-2729-67/+67
| |/
* | Merge branch 'typos' into 'master'Daiki Ueno2022-12-2712-32/+32
|\ \ | |/ |/|
| * Fix typosStefan Kangas2022-12-2712-32/+32
|/
* Merge branch 'wip/dueno/ccs-value' into 'master'Daiki Ueno2022-12-211-8/+25
|\
| * record: enable check on CCS content also in TLS 1.2Daiki Ueno2022-12-211-8/+25
|/
* Merge branch 'wip/dueno/disable-srp' into 'master'Daiki Ueno2022-12-209-13/+47
|\
| * tests: conditionalize SRP testsDaiki Ueno2022-12-207-9/+37
| * build: disable SRP authentication by defaultDaiki Ueno2022-12-202-4/+10
|/
* Merge branch 'new-interop-tests' into 'master'Daiki Ueno2022-12-202-1/+1
|\
| * new interop-testsPeter Leitmann2022-12-162-1/+1
* | Merge branch 'master' into 'master'Daiki Ueno2022-12-203-9/+13
|\ \
| * | fix memory leak when process client ecdh key exchagexuraoqing2022-12-191-3/+7