Joakim Erdfelt
bce8c1b7bc
Updating to version 10.0.23-SNAPSHOT
2024-06-27 11:16:43 -05:00
Joakim Erdfelt
5c8471e852
Updating to version 10.0.22
2024-06-27 11:03:16 -05:00
Joakim Erdfelt
12d1912d3c
Revert "Updating to version 10.0.22"
...
This reverts commit 3e6884a6d9
.
2024-06-27 11:00:49 -05:00
Joakim Erdfelt
3e6884a6d9
Updating to version 10.0.22
2024-06-27 10:47:28 -05:00
Olivier Lamy
193cd0e995
Updating to version 10.0.22-SNAPSHOT
2024-05-27 03:11:27 +02:00
Olivier Lamy
7cbe89a433
Updating to version 10.0.21
2024-05-27 03:11:27 +02:00
Ludovic Orban
6566a1c6f6
#11656 upgrade jetty-quiche-native to version 0.21.0
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-04-18 10:12:20 +02:00
Ludovic Orban
646e68dde9
#11656 fix quiche_stats and quiche_transport_params mapping
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-04-18 10:12:20 +02:00
Joakim Erdfelt
a7d14d6874
Updating to version 10.0.21-SNAPSHOT
2024-01-29 14:58:51 -06:00
Joakim Erdfelt
3a745c71c2
Updating to version 10.0.20
2024-01-29 14:46:10 -06:00
Ludovic Orban
c5a73c52f1
#11349 update to quiche version 0.20.0
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-01-29 21:09:10 +01:00
Simone Bordet
b953871c9a
Backport of #11267 .
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-15 11:04:39 +01:00
Joakim Erdfelt
204b293d62
Results of: mvn spotless:apply (for sortModules)
2024-01-03 03:16:02 -06:00
Joakim Erdfelt
9a18dc8722
Results of: mvn spotless:apply
2024-01-03 03:12:56 -06:00
Joakim Erdfelt
c91e3fbc48
Updating to version 10.0.20-SNAPSHOT
2023-12-15 14:49:33 -06:00
Joakim Erdfelt
8492d1c78f
Updating to version 10.0.19
2023-12-15 14:38:06 -06:00
Joakim Erdfelt
c50aa2f61b
Updating to version 10.0.19-SNAPSHOT
2023-10-26 21:10:08 -05:00
Joakim Erdfelt
8545fd9bf4
Updating to version 10.0.18
2023-10-26 20:59:27 -05:00
Ludovic Orban
8b5deea657
#10519 do not close the flusher to avoid an ISE when iterating it during idle timeout
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-10-25 10:12:20 +02:00
Ludovic Orban
a8a8c8b9eb
#10519 check if the stream is still in a usable state when quiche_conn_stream_send returns QUICHE_ERR_DONE
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-10-25 10:12:20 +02:00
Ludovic Orban
caf46b0b0b
#10519 ignore IllegalStateException thrown by flusher when closing
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-10-25 10:12:20 +02:00
Ludovic Orban
8cfd20b164
#10537 make sure ByteBuffers given to feedClearBytesForStream() don't make JNA choke
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-10-20 12:18:31 +02:00
Ludovic Orban
f0060d9523
#10705 improve error message when no valid keystore can be found during startup
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-10-13 14:36:24 +02:00
Joakim Erdfelt
722b97ad6a
Updating to version 10.0.18-SNAPSHOT
2023-10-09 13:32:28 -05:00
Joakim Erdfelt
af15f12297
Updating to version 10.0.17
2023-10-09 13:21:53 -05:00
Ludovic Orban
842bbe7fcb
#10557 upgrade quiche to version 0.18.0 ( #10570 )
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-09-25 10:11:56 -05:00
Joakim Erdfelt
896dee2466
Updating to version 10.0.17-SNAPSHOT
2023-08-25 14:27:38 -05:00
Joakim Erdfelt
a2735a9ae9
Updating to version 10.0.16
2023-08-25 14:10:55 -05:00
Simone Bordet
e7a088f3f0
Fixes #10120 - OOME caused by CyclicTimeouts.
...
Fixed handling of Expirable.getExpireNanoTime() in case it returns Long.MAX_VALUE.
Also fixed implementations of Expirable that were not initializing their expireNanoTime field to Long.MAX_VALUE.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-07-26 10:42:10 +02:00
Ludovic Orban
a471c08717
#9865 Account for Quiche's encoding variation when using client cert auth
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-06-05 16:50:21 +02:00
Ludovic Orban
debb124dc9
handle review comments
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Ludovic Orban
bf5527ba43
#9397 add tls alert to error message
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Ludovic Orban
9982381e18
#9397 add support for sending a client cert over quic
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Ludovic Orban
871022f3b0
#9397 add trust store config to H3
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Ludovic Orban
e30b23aca6
#9397 fix keystores with invalid Subject Alternate Names
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Ludovic Orban
b3b1d93152
#9397 add quiche_conn_peer_cert() API mapping
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Ludovic Orban
07a1c124f2
#9772 improve QuicServerConnector key+crt export folder
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Ludovic Orban
b24c180749
#8694 use SslContextFactory.getKeyStore() API in QuicServerConnector instead of re-creating the keystore
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-26 23:09:24 +02:00
Joakim Erdfelt
ca3c1756ad
Updating to version 10.0.16-SNAPSHOT
2023-04-11 13:23:25 -05:00
Joakim Erdfelt
68017dbd00
Updating to version 10.0.15
2023-04-11 12:24:32 -05:00
Olivier Lamy
e62cc0344a
Updating to version 10.0.15-SNAPSHOT
2023-03-01 18:55:10 +10:00
gregw
7a7d69a69f
Happy no year
...
Remove modification date from copyright notice and instead just have the
project inception year.
Signed-off-by: gregw <gregw@webtide.com>
2023-02-15 15:22:32 +11:00
dependabot[bot]
ca19b143a9
Bump maven.surefire.plugin.version from 3.0.0-M5 to 3.0.0-M8 ( #9255 )
2023-02-02 04:15:39 +00:00
Joakim Erdfelt
54c4c03244
Updating to version 10.0.14-SNAPSHOT
2022-12-07 14:33:17 -06:00
Joakim Erdfelt
1c2636ea05
Updating to version 10.0.13
2022-12-07 14:12:50 -06:00
Joakim Erdfelt
be5ed905ee
Jetty 10 - Fix OpenJDK 19 related build issues ( #8995 )
...
* Add JDK 19 build to Jenkinsfile
* Fix Javadoc on OpenJDK 19
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-12-01 17:56:34 +01:00
Joakim Erdfelt
2243ee5f3b
Jetty 10 - Flag flaky tests to be skipped on CI ( #8865 )
...
* @Tag("flaky") use instead of @Disabled
* Tweaking timeouts on some tests
* Tweaking timeouts on some tests
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2022-11-04 14:06:12 -05:00
Joakim Erdfelt
86c0d5b3e5
Disable flaky test ( #8816 )
2022-11-02 14:55:53 +10:00
Ludovic Orban
5a9f3fb831
#8695 : update to quiche 0.16.0
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-10-18 09:14:04 +02:00
Ludovic Orban
b27a528cf5
#8695 : move client address binding to QuicClientConnectorConfigurator
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-10-18 09:14:04 +02:00