OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quic
(Results
1 - 22
of
22
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/guide/
build.info
8
quic
-client-block \
9
quic
-multi-stream \
11
quic
-client-non-block \
12
quic
-server-block \
13
quic
-server-non-block \
14
quic
-client-non-block \
20
INCLUDE[
quic
-client-block]=../../include
21
SOURCE[
quic
-client-block]=
quic
-client-block.c
22
DEPEND[
quic
-client-block]=../../libcrypto ../../libss
[
all
...]
Makefile
9
quic
-client-block \
10
quic
-multi-stream \
12
quic
-server-block \
13
quic
-server-non-block \
14
quic
-client-non-block
24
quic
-client-block:
quic
-client-block.o
25
quic
-multi-stream:
quic
-multi-stream.o
27
quic
-server-block: quic-server-block.
[
all
...]
quic-server-block.c
12
* doc/man7/ossl-guide-
quic
-server-block.pod
32
#include <openssl/
quic
.h>
114
* subsequent per-client connections. We specifically load a
QUIC
205
* Main loop for server to accept
QUIC
connections.
217
* Create a new
QUIC
listener. Listeners, and other
QUIC
objects, default
280
/* Minimal
QUIC
HTTP/1.0 server. */
296
/* Create SSL_CTX that supports
QUIC
. */
316
/*
QUIC
server connection acceptance loop. */
321
errx(res, "Error in
QUIC
server loop")
[
all
...]
quic-server-non-block.c
12
* doc/man7/ossl-guide-
quic
-server-non-block.pod
32
#include <openssl/
quic
.h>
114
* subsequent per-client connections. We specifically load a
QUIC
357
* Main loop for server to accept
QUIC
connections.
368
/* Create a new
QUIC
listener */
466
/* Minimal
QUIC
HTTP/1.0 server. */
481
/* Create SSL_CTX that supports
QUIC
. */
501
/*
QUIC
server connection acceptance loop. */
506
errx(res, "Error in
QUIC
server loop");
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_error.h
14
#include <openssl/
quic
.h>
/src/external/bsd/unbound/dist/testdata/doq_downstream.tdir/
doq_downstream.conf
5
quic
-port: @PORT@
/src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
Makefile
8
# Building ddd-06-mem-uv-tls and ddd-06-mem-uv-
quic
requires the
20
TESTS = $(foreach x,$(TESTS_BASE),$(x)-tls $(x)-
quic
)
36
ddd-%-
quic
: ddd-%.c
42
ddd-%-uv-
quic
: ddd-%-uv.c
/src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/
run_endpoint.sh
57
SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs
quic
-hq-interop $HOSTNAME $HOSTPORT ./reqfile.txt || exit 1
67
SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs
quic
-hq-interop $HOSTNAME $HOSTPORT ./reqfile.txt || exit 1
79
SSL_CIPHER_SUITES=TLS_CHACHA20_POLY1305_SHA256 SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs
quic
-hq-interop $HOSTNAME $HOSTPORT ./reqfile.txt || exit 1
92
NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www
quic
-hq-interop-server 443 /certs/cert.pem /certs/priv.key
95
SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www
quic
-hq-interop-server 443 /certs/cert.pem /certs/priv.key
98
NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www
quic
-hq-interop-server 443 /certs/cert.pem /certs/priv.key
104
SSL_CIPHER_SUITES=TLS_CHACHA20_POLY1305_SHA256 SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www
quic
-hq-interop-server 443 /certs/cert.pem /certs/priv.key
/src/crypto/external/apache2/openssl/dist/demos/quic/server/
Makefile
30
s_client -
quic
-quiet -alpn ossltest -connect 127.0.0.1:4444 || true
server.c
11
#include <openssl/
quic
.h>
21
* This is a basic demo of
QUIC
server functionality in which one connection at
107
/* Main loop for servicing a single incoming
QUIC
connection. */
119
* Since we inherit our blocking mode from the parent
QUIC
SSL object (the
139
/* Main loop for server to accept
QUIC
connections. */
145
/* Create a new
QUIC
listener. */
158
* Listeners, and other
QUIC
objects, default to operating in blocking mode,
228
/* Enter
QUIC
server connection acceptance loop. */
/src/crypto/external/apache2/openssl/dist/test/
quic_client_test.c
11
#include <openssl/
quic
.h>
104
TEST_error("timeout while attempting
QUIC
client test");
quic_tserver_test.c
10
#include <openssl/
quic
.h>
136
* In inject mode we create a dgram pair to feed to the
QUIC
client on
206
TEST_error("timeout while attempting
QUIC
server test");
379
* into
QUIC
via the injection interface, thereby testing the
quicapitest.c
14
#include <openssl/
quic
.h>
284
/* Test that a vanilla
QUIC
SSL object has the expected ciphersuites available */
307
* aren't used in
QUIC
.
392
* SSL_is_dtls return the expected results for a
QUIC
connection. Compare with
430
* Tests that the SSL_trace() msg_callback works as expected with a
QUIC
563
char msg[] = "The
Quic
Brown Fox";
645
* Test that handshake-layer APIs which shouldn't work don't work with
QUIC
.
662
* List of ciphersuites we do and don't allow in
QUIC
.
717
/* Non-
QUIC
ciphersuites must not appear in supported ciphers list. */
741
/*
QUIC
options restrictions do not affect SSL_CTX *
[
all
...]
quic_multistream_test.c
10
#include <openssl/
quic
.h>
6020
return TEST_skip("
QUIC
is not supported by this build");
/src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop-server.c
11
* @file
quic
-hq-interop-server.c
12
* @brief Minimal
QUIC
HTTP/0.9 server implementation.
14
* This file implements a lightweight
QUIC
server supporting the HTTP/0.9
16
* up a secure
QUIC
connection, handling ALPN negotiation, and serving client
17
* requests. Intended for use with the
quic
-interop-runner
21
* - Setting up SSL_CTX with
QUIC
support.
23
* - Listening and accepting incoming
QUIC
connections.
56
#include <openssl/
quic
.h>
61
* @brief ALPN (Application-Layer Protocol Negotiation) identifier for
QUIC
.
154
* @brief Creates and configures an SSL_CTX for a
QUIC
server
[
all
...]
/src/crypto/external/apache2/openssl/lib/libcrypto/
Makefile
169
quic
.h \
/src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl
237
# "
quic
/quic_local.h", which in turn includes "../ssl_local.h". Adding
238
# "./
quic
" as an inclusion directory helps making this sort of header
240
push @{$unified_info{includes_extra}->{$obj}}, qw(./
quic
);
242
foreach (grep /\[\.ssl\.(?:
quic
|record|statem|rio)\].*?\.o$/, keys %{$unified_info{sources}}) {
272
# line, "
quic
/quic_local.h" gets included, which includes "../ssl_local.h"
273
# The problem is fixed by adding ../ssl/
quic
too.
274
push @{$unified_info{includes_extra}->{$obj}}, qw(../ssl/
quic
);
279
qw(../../ssl ../../ssl/
quic
);
unix-Makefile.tmpl
1351
include/openssl/
quic
.h
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_dev.h
852
struct qxl_encoder_data
quic
;
member in union:qxl_image::__anon5472
/src/crypto/external/apache2/openssl/dist/test/radix/
terp.c
10
#include <openssl/
quic
.h>
/src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3-demo-server.c
13
#include <openssl/
quic
.h>
878
* This is a basic demo of
QUIC
server functionality in which one connection at
964
/* Copied from demos/guide/
quic
-server-non-block.c */
1041
/* Main loop for server to accept
QUIC
connections. */
1052
/* Create a new
QUIC
listener. */
1065
* Listeners, and other
QUIC
objects, default to operating in blocking mode.
1368
/* Enter
QUIC
server connection acceptance loop. */
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
967
#include <openssl/
quic
.h>
2305
/*
QUIC
support */
Completed in 36 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026