Home
last modified time | relevance | path

Searched refs:io (Results 1 – 17 of 17) sorted by relevance

/openssl/apps/
H A Ds_server.c3234 BIO_push(io, ssl_bio); in www_body()
3241 io = BIO_push(filter, io); in www_body()
3359 BIO_puts(io, in www_body()
3364 BIO_puts(io, "\n"); in www_body()
3385 BIO_puts(io, "\n"); in www_body()
3405 BIO_printf(io, in www_body()
3631 BIO_free_all(io); in www_body()
3642 BIO *io, *ssl_bio, *sbio; in rev_body() local
3686 BIO_push(io, ssl_bio); in rev_body()
3693 io = BIO_push(filter, io); in rev_body()
[all …]
/openssl/.github/workflows/
H A Dbuild_quic_interop_container.yml15 - name: "log in to quay.io"
17 docker login -u openssl-ci+machine -p ${{ secrets.QUAY_IO_PASSWORD }} quay.io
21 docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .
24 docker push quay.io/openssl-ci/openssl-quic-interop:latest
H A Dos-zoo.yml27 image: docker.io/library/alpine:${{ matrix.tag }}
59 - image: docker.io/library/debian:10
61 - image: docker.io/library/debian:11
63 - image: docker.io/library/debian:12
65 - image: docker.io/library/ubuntu:20.04
67 - image: docker.io/library/ubuntu:22.04
69 - image: docker.io/library/fedora:38
71 - image: docker.io/library/fedora:39
73 - image: docker.io/library/centos:8
78 - image: docker.io/library/rockylinux:8
[all …]
H A Drun_quic_interop.yml30 jq '.openssl = { image: "quay.io/openssl-ci/openssl-quic-interop"
H A Dstatic-analysis-on-prem.yml21 container: quay.io/openssl-ci/coverity-analysis:2024.3.1
H A Dinterop-tests.yml16 image: docker.io/fedora:40
H A Drun-checker-daily.yml92 no-posix-io,
/openssl/crypto/ocsp/
H A Docsp_http.c15 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, in OCSP_sendreq_new() argument
18 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(io, io, buf_size); in OCSP_sendreq_new()
/openssl/doc/man3/
H A DOCSP_sendreq_new.pod20 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path,
22 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req);
43 with the B<BIO> I<io> to be used for requests and response, the URL path I<path>,
48 The I<io> and I<path> arguments to OCSP_sendreq_new() correspond to the
51 I<io> should haven been connected to host C<example.com> on port 80 and I<path>
55 and to gather the response via HTTP, using the BIO I<io> and I<path>
/openssl/test/quic-openssl-docker/
H A DREADME.md10 [QUIC working group interop testing facility](https://interop.seemann.io/)
19 `docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .`
/openssl/engines/
H A De_afalg.txt12 AFALG_R_IO_SETUP_FAILED:105:io setup failed
/openssl/demos/cms/
H A Dsigner.pem38 lGdfmBlxAoGBAP3Asg0drdunv7imeEOGpyj5JwF1hCVQ71IBGdqTr3aPqOlDH/io
/openssl/demos/smime/
H A Dsigner.pem38 lGdfmBlxAoGBAP3Asg0drdunv7imeEOGpyj5JwF1hCVQ71IBGdqTr3aPqOlDH/io
/openssl/include/openssl/
H A Docsp.h.in173 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path,
179 # define OCSP_REQ_CTX_new(io, buf_size) \ argument
180 OSSL_HTTP_REQ_CTX_new(io, io, buf_size)
/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md336 ![Block Diagram](images/quic-io-arch-1.png "Block Diagram")
/openssl/Configurations/
H A Dunix-Makefile.tmpl1181 # Another option is at https://snapcraft.io/install/mdl/debian
/openssl/
H A DINSTALL.md950 ### no-posix-io

Completed in 49 milliseconds