Searched refs:server (Results 1 – 22 of 22) sorted by relevance
1 PROGRAMS{noinst}=client-arg sconnect server-cmod client-conf saccept server-arg server-conf11 INCLUDE[server-cmod]=../../include12 SOURCE[server-cmod]=server-cmod.c13 DEPEND[server-cmod]=../../libcrypto ../../libssl23 INCLUDE[server-arg]=../../include24 SOURCE[server-arg]=server-arg.c25 DEPEND[server-arg]=../../libcrypto ../../libssl27 INCLUDE[server-conf]=../../include28 SOURCE[server-conf]=server-conf.c29 DEPEND[server-conf]=../../libcrypto ../../libssl
11 server-arg \12 server-cmod \13 server-conf25 server-arg: server-arg.o26 server-cmod: server-cmod.o27 server-conf: server-conf.o
30 server-arg.exe server-cmod.exe server-conf.exe36 server-arg.exe : server-arg.obj37 server-cmod.exe : server-cmod.obj38 server-conf.exe : server-conf.obj45 server-arg.obj : server-arg.c46 server-cmod.obj : server-cmod.c47 server-conf.obj : server-conf.c
18 server = server_sect26 RSA.Certificate=server.pem27 ECDSA.Certificate=server-ec.pem
16 Certificate=server.pem17 PrivateKey=server.pem
4 The client-conf, server-conf, client-arg and client-conf include examples
13 .PHONY: all server clean run s_client15 all: server17 server: server.c target21 $(RM) server *.o23 run: server24 LD_LIBRARY_PATH=../../.. ./server 4444 \
5 # LD_LIBRARY_PATH=../../.. ./server 4444 \10 PROGRAMS{noinst} = server12 INCLUDE[server]=../../../include13 SOURCE[server]=server.c14 DEPEND[server]=../../../libcrypto ../../../libssl
1 Simple single-connection QUIC server example4 This is a simple example of a QUIC server that accepts and handles one5 connection at a time. It demonstrates blocking use of the QUIC server API.12 ./server <port-number> <certificate-file> <key-file>
13 .PHONY: all server clean run s_client15 all: quic-server-ssl-poll-http17 quic-server-ssl-poll-http: quic-server-ssl-poll-http.c21 $(RM) server *.o23 run: quic-server-ssl-poll-http24 LD_LIBRARY_PATH=../../.. ./quic-server-ssl-poll-http 4444 \
5 # LD_LIBRARY_PATH=../../.. ./quic-server-ssl-poll-http 4444 \10 PROGRAMS{noinst} = quic-server-ssl-poll-http12 INCLUDE[quic-server-ssl-poll-http]=../../../include13 SOURCE[quic-server-ssl-poll-http]=quic-server-ssl-poll-http.c14 DEPEND[quic-server-ssl-poll-http]=../../../libcrypto ../../../libssl
8 tls-server-block \12 quic-server-block \13 quic-server-non-block \23 tls-server-block: tls-server-block.o27 quic-server-block: quic-server-block.o28 quic-server-non-block: quic-server-non-block.o
12 quic-server-block \13 quic-server-non-block \32 INCLUDE[quic-server-block]=../../include33 SOURCE[quic-server-block]=quic-server-block.c34 DEPEND[quic-server-block]=../../libcrypto ../../libssl36 INCLUDE[quic-server-non-block]=../../include37 SOURCE[quic-server-non-block]=quic-server-non-block.c38 DEPEND[quic-server-non-block]=../../libcrypto ../../libssl
22 of the server you are connecting to.28 You can run a test server to try out these demos using the "openssl s_server"29 command line utility and using the test server certificate and key provided in34 The test server certificate in this directory will use a CA that will not be in42 send a simple HTTP request to it. The server will respond with a page of45 Note that the test server certificate used here is only suitable for use on56 While in the demos directory the QUIC server can be run like this:58 LD_LIBRARY_PATH=../.. ./quic-server-block 4443 ./chain.pem ./pkey.pem78 1. Connect to the server at host/port81 3. Reads any response from the server and write it verbatim to stdout[all …]
14 all: ossl-nghttp3-demo ossl-nghttp3-demo-server19 ossl-nghttp3-demo-server: ossl-nghttp3-demo-server.o ossl-nghttp3.o23 $(RM) ossl-nghttp3-demo ossl-nghttp3-demo-server *.o
8 PROGRAMS{noinst} = ossl-nghttp3-demo ossl-nghttp3-demo-server12 DEPEND[ossl-nghttp3-demo-server.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libng…15 INCLUDE[ossl-nghttp3-demo-server]=../../include nghttp3/lib/includes nghttp3/build/lib/includes18 SOURCE[ossl-nghttp3-demo-server]=ossl-nghttp3-demo-server.c20 DEPEND[ossl-nghttp3-demo-server]=../../libcrypto ../../libssl ./libnghttp3
1 SUBDIRS=server poll-server
4 This project implements a simple echo client/server.7 of operation (client or server). Start it with no parameters to see usage.9 The server code was adapted from the Simple TLS Server on the OpenSSL Wiki.10 The server code was modified to perform the echo function, and client code11 was added to open a connection with the server and to send keyboard input12 to the server.16 - Connection to the SSL server starts as a standard TCP 'connect'.
20 opensslcmd ocsp -issuer intca.pem -cert server.pem -CAfile root.pem \27 -cert client.pem -cert server.pem -cert rev.pem \
27 -extfile ca.cnf -extensions usr_cert -CAcreateserial -out server.pem86 opensslcmd ca -valid server.pem -keyfile root.pem -cert root.pem \
33 opensslcmd x509 -nameopt oneline -subject -issuer >server.pem44 cat skey.pem >>server.pem49 server2.pem server.pem client.pem
10 bio: Demonstration of a simple TLS client and server81 main.c Simple SSL/TLS echo client/server.
Completed in 21 milliseconds