Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 94) sorted by relevance

1234

/openssl/
H A DNOTES-VALGRIND.md35 "$(/bin/pwd)/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q"
40 The `--leak-check=full` option specifies extensive memory checking.
66 --leak-check=full -q" OPENSSL_ia32cap=":0"
72 valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"
H A DAUTHORS.md7 To see the full list of contributors, see the revision history in
H A DREADME.md12 OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
16 The protocol implementations are based on a full-strength general purpose
48 a full-strength general purpose cryptographic library. It constitutes the
H A DNOTES-DJGPP.md10 You should have a full DJGPP environment installed, including the
/openssl/include/openssl/
H A Dtrace.h309 int OSSL_trace_string(BIO *out, int text, int full,
311 #define OSSL_TRACE_STRING(category, text, full, data, len) \ argument
313 OSSL_trace_string(trc_out, text, full, data, len); \
/openssl/test/
H A Dtrace_api_test.c79 # define trace_string(text, full, str) \ argument
80 OSSL_trace_string(trc_out, text, full, (unsigned char *)(str), strlen(str))
/openssl/dev/
H A DNEWS-FORMAT.md104 Bullet items in this block should be complete sentences with trailing full stops
105 giving a brief summary. They may optionally be followed by full paragraphs
125 Bullet items in this block should be summary lines without a trailing full stop
127 standards in parentheses. They may optionally be followed by full paragraphs
/openssl/util/
H A Dfind-unused-errs40 git grep -l --full-name -F $F >$X2
/openssl/doc/man1/
H A Dopenssl-pkcs7.pod.in60 Print out the full PKCS7 object.
74 Prints out certificate details in full rather than just subject and
H A Dopenssl-rehash.pod.in69 full SHA-1 fingerprint. A warning will be displayed if a duplicate
81 B<OPENSSL> environment variable to the full pathname.
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt79 # 64 bytes input (CS1 is equivalent to CBC when the last block in full)
196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full)
260 …s input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a full block)
287 …s input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a full block)
/openssl/doc/man3/
H A DOSSL_trace_enabled.pod42 OSSL_TRACE_STRING(category, text, full, data, len)
45 int OSSL_trace_string(BIO *out, int text, int full,
114 Unless I<full> is nonzero, the length is limited (with a suitable warning)
187 The macro call C<OSSL_TRACE_STRING(category, text, full, data, len)>
193 OSSL_trace_string(trc_out, text, full, data, len);
H A DBIO_s_bio.pod50 buffer is full.
83 if the buffer is full request a retry. BIO_ctrl_get_write_guarantee() is a
138 The BIO pair can be used to have full control over the network access of an
171 buffer is full or the read buffer is drained. Then the application has to
H A DSSL_SESSION_is_resumable.pod18 attempting to resume with a non-resumable session will result in a full
H A DSSL_CTX_set_num_tickets.pod26 the client after a full handshake. Set the desired value (which could be 0) in
40 was used for the initial handshake. If the initial handshake was a full
H A DSSL_read_early_data.pod75 done before the full handshake has been completed. Specifically the client's
80 A server or client can determine whether the full handshake has been completed
136 differences. Refer to L<SSL_read_ex(3)> for full details.
252 the server before a full round trip of network traffic has occurred. Application
297 subsequent attempts will fall back to a full handshake (and any early data that
308 does not exist then the resumption is not allowed and a full handshake will
H A DEVP_EncodeInit.pod52 bytes of input. If the data length is not divisible by 3 then a full 4 bytes is
61 buffer at B<out> is sufficiently large to accommodate the output data. Only full
87 EVP_EncodeBlock() encodes a full block of input data in B<f> and of length
H A DSSL_CTX_add_session.pod40 application can use SSL_CTX_add_session() directly to have full control
/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes2.cnf34 stateOrProvinceName = State or Province Name (full name)
/openssl/ssl/quic/
H A Djson_enc.c20 static int wbuf_flush(struct json_write_buf *wbuf, int full);
85 static int wbuf_flush(struct json_write_buf *wbuf, int full) in wbuf_flush() argument
106 if (full) in wbuf_flush()
/openssl/Configurations/
H A Dunix-Makefile.tmpl1853 $simple: $full
1859 $simple: $full
1861 ln -s $full $simple
1875 $import: $full
1880 $full: $fulldeps
1888 rm -f apps/$full
1889 rm -f fuzz/$full
1890 cp -p $full apps/
1891 cp -p $full fuzz/
1895 rm -f test/$full
[all …]
/openssl/crypto/objects/
H A DREADME.md12 (0x2D) or full stop (0x2E) then Long Name is used as basis
/openssl/crypto/
H A Dtrace.c535 int OSSL_trace_string(BIO *out, int text, int full, in OSSL_trace_string() argument
541 if (!full && size > OSSL_TRACE_STRING_MAX) { in OSSL_trace_string()
H A DREADME-sparse_array.md48 index 0 results in the allocation of a top level node full of null pointers
/openssl/doc/man7/
H A Dproperty.pod50 The full syntax for property definitions appears below.
73 The full syntax for property queries appears below, but the available syntactic

Completed in 107 milliseconds

1234