Home
last modified time | relevance | path

Searched refs:interop (Results 1 – 25 of 35) sorted by relevance

12

/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dbuild.info1 PROGRAMS{noinst} = quic-hq-interop \
2 quic-hq-interop-server
4 INCLUDE[quic-hq-interop]=../../../include
5 SOURCE[quic-hq-interop]=quic-hq-interop.c
6 DEPEND[quic-hq-interop]=../../../libcrypto ../../../libssl
8 INCLUDE[quic-hq-interop-server]=../../../include
9 SOURCE[quic-hq-interop-server]=quic-hq-interop-server.c
10 DEPEND[quic-hq-interop-server]=../../../libcrypto ../../../libssl
/src/crypto/openssl/test/quic-openssl-docker/
H A DREADME.md4 Dockerfile for quic working group interop testing
10 [QUIC working group interop testing facility](https://interop.seemann.io/)
12 [QUIC interop runner](https://github.com/quic-interop/quic-interop-runner)
13 Please see instructions there for running local interop testing
19 `docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .`
21 Note the tag name is important, as the interop runner knows the container
22 by this name. If you build locally with changes, the interop runner project
H A Drun_endpoint.sh57 …E=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPO…
67 …E=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPO…
79 …E=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPO…
92 …NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /cert…
95 …SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /certs/cert.pem /certs/pri…
98 …NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /cert…
104 …A20_POLY1305_SHA256 SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /certs…
H A DDockerfile32 …make -j 4 && make install && cp test/quic-openssl-docker/hq-interop/quic-hq-interop /usr/local/bin…
33 cp test/quic-openssl-docker/hq-interop/quic-hq-interop-server /usr/local/bin && \
H A Dbuild.info3 SUBDIRS=hq-interop
/src/crypto/openssl/demos/guide/
H A DREADME.md65 Notes on the quic-hq-interop demo
68 The quic-hq-interop demo is effectively the same as the quic-client-nonblock
69 demo, but is specifically constructed to use the hq-interop alpn for the
71 QUIC working group [interop runner](https://github.com/quic-interop/quic-interop-runner)
74 SSL_CERT_FILE=ca.pem LD_LIBRARY_PATH=../../ ./quic-hq-interop host port file
79 2. Negotiates the hq-interop alpn
83 This demo can be used for any hq-interop negotiating server, but its use can
84 most easily be seen in action in our quic interop container, buildable from
/src/tests/sys/cddl/zfs/tests/interop/
H A Dinterop_test.sh36 . $(atf_get_srcdir)/interop.cfg
44 . $(atf_get_srcdir)/interop.cfg
H A DMakefile4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/interop
14 ${PACKAGE}FILES+= interop.cfg
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1560 int FTN_STDCALL FTN_GET_NUM_INTEROP_PROPERTIES(const omp_interop_t interop) { in FTN_GET_NUM_INTEROP_PROPERTIES() argument
1566 return (*fptr)(interop); in FTN_GET_NUM_INTEROP_PROPERTIES()
1573 intptr_t FTN_STDCALL FTN_GET_INTEROP_INT(const omp_interop_t interop, in FTN_GET_INTEROP_INT() argument
1581 return (*fptr)(interop, property_id, err); in FTN_GET_INTEROP_INT()
1587 void *FTN_STDCALL FTN_GET_INTEROP_PTR(const omp_interop_t interop, in FTN_GET_INTEROP_PTR() argument
1595 return (*fptr)(interop, property_id, err); in FTN_GET_INTEROP_PTR()
1601 const char *FTN_STDCALL FTN_GET_INTEROP_STR(const omp_interop_t interop, in FTN_GET_INTEROP_STR() argument
1609 return (*fptr)(interop, property_id, err); in FTN_GET_INTEROP_STR()
1616 const omp_interop_t interop, omp_interop_property_t property_id) { in FTN_GET_INTEROP_NAME() argument
1622 return (*fptr)(interop, property_id); in FTN_GET_INTEROP_NAME()
[all …]
/src/crypto/openssh/regress/
H A DMakefile11 interop interop-tests: t-exec-interop target
277 t-exec-interop: ${INTEROP_TESTS:=.sh}
292 interop: ${INTEROP_TARGETS} target
/src/contrib/ncurses/
H A DREADME.MinGW90 hooks for interop, I recommend using these options:
98 --enable-interop
126 --enable-interop \
H A Dconfigure.in1575 ### use option --enable-interop to turn on use of bindings used for interop
1576 AC_MSG_CHECKING(if you want interop bindings)
1577 AC_ARG_ENABLE(interop, optenable
1578 [ --enable-interop compile-in interop bindings],
H A DINSTALL660 --enable-interop
661 Compile-in experimental interop bindings. These provide generic types
1701 --enable-interop
/src/crypto/openssh/.github/
H A Dconfigs181 TEST_TARGET=interop-tests
/src/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-non-block.pod22 The server only accepts C<http/1.0> and C<hq-interop> ALPN's and doesn't actually
143 In this case, we only accept "http/1.0" and "hq-interop".
146 * ALPN strings for TLS handshake. Only 'http/1.0' and 'hq-interop'
H A Dossl-guide-quic-server-block.pod133 In this case, we only accept "http/1.0" and "hq-interop".
136 * ALPN strings for TLS handshake. Only 'http/1.0' and 'hq-interop'
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-requirements.md61 * For the MVP a single interop target (i.e. the server implementation list):
196 * Single interop target for testing (cloudflare)
H A Ddgram-api.md402 #### Compatibility interop
/src/contrib/libcbor/doc/source/
H A Ddevelopment.rst87 - FFI/SWIG/interop support -- libcbor is primarily a C library for C clients
/src/etc/mtree/
H A DBSD.tests.dist727 interop
/src/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var156 /* OpenMP 5.1 interop */
/src/crypto/openssh/
H A DChangeLog1360 Disable security key for bigendian interop.
1375 end of the bigendian interop tests don't attempt them and fail (since
1382 Add keytype to bigendian interop test.
1394 Test bigendian interop.
1397 the runner host (which is little endian) and test interop between the two.
3309 upstream: Stop using DSA in dropbear interop tests.
4561 upstream: In PuTTY interop test, don't assume the PuTTY major
4884 Expand the set of ciphers, MACs and KEX methods in the PuTTY interop
5727 upstream: make use of bsd.regress.mk in extra and interop targets; ok
5737 upstream: Skip conch interop tests when not enabled instead of fatal.
[all …]
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td1511 "unexpected operation specified in 'append_args' clause, expected 'interop'">;
1598 "expected ',' after interop modifier">;
1600 "expected interop type: 'target' and/or 'targetsync'">;
1602 : Warning<"interop type '%0' cannot be specified more than once">,
/src/contrib/wpa/hostapd/
H A DChangeLog431 Interworking is disabled to avoid interop issues
599 interop issues with deployed station implementations that do not
/src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td742 def OMP_interop : Directive<"interop"> {

12