Searched refs:io (Results 1 – 17 of 17) sorted by relevance
/openssl/apps/ |
H A D | s_server.c | 3234 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 D | build_quic_interop_container.yml | 15 - 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 D | os-zoo.yml | 27 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 D | run_quic_interop.yml | 30 jq '.openssl = { image: "quay.io/openssl-ci/openssl-quic-interop"
|
H A D | static-analysis-on-prem.yml | 21 container: quay.io/openssl-ci/coverity-analysis:2024.3.1
|
H A D | interop-tests.yml | 16 image: docker.io/fedora:40
|
H A D | run-checker-daily.yml | 92 no-posix-io,
|
/openssl/crypto/ocsp/ |
H A D | ocsp_http.c | 15 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 D | OCSP_sendreq_new.pod | 20 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 D | README.md | 10 [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 D | e_afalg.txt | 12 AFALG_R_IO_SETUP_FAILED:105:io setup failed
|
/openssl/demos/cms/ |
H A D | signer.pem | 38 lGdfmBlxAoGBAP3Asg0drdunv7imeEOGpyj5JwF1hCVQ71IBGdqTr3aPqOlDH/io
|
/openssl/demos/smime/ |
H A D | signer.pem | 38 lGdfmBlxAoGBAP3Asg0drdunv7imeEOGpyj5JwF1hCVQ71IBGdqTr3aPqOlDH/io
|
/openssl/include/openssl/ |
H A D | ocsp.h.in | 173 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 D | quic-io-arch.md | 336 ![Block Diagram](images/quic-io-arch-1.png "Block Diagram")
|
/openssl/Configurations/ |
H A D | unix-Makefile.tmpl | 1181 # Another option is at https://snapcraft.io/install/mdl/debian
|
/openssl/ |
H A D | INSTALL.md | 950 ### no-posix-io
|
Completed in 49 milliseconds