/openssl/ |
H A D | NOTES-VALGRIND.md | 35 "$(/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 D | AUTHORS.md | 7 To see the full list of contributors, see the revision history in
|
H A D | README.md | 12 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 D | NOTES-DJGPP.md | 10 You should have a full DJGPP environment installed, including the
|
/openssl/include/openssl/ |
H A D | trace.h | 310 int OSSL_trace_string(BIO *out, int text, int full, 312 #define OSSL_TRACE_STRING(category, text, full, data, len) \ argument 314 OSSL_trace_string(trc_out, text, full, data, len); \
|
/openssl/test/ |
H A D | trace_api_test.c | 98 # define trace_string(text, full, str) \ argument 99 OSSL_trace_string(trc_out, text, full, (unsigned char *)(str), strlen(str))
|
/openssl/dev/ |
H A D | NEWS-FORMAT.md | 104 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 D | find-unused-errs | 40 git grep -l --full-name -F $F >$X2
|
/openssl/doc/man1/ |
H A D | openssl-pkcs7.pod.in | 60 Print out the full PKCS7 object. 74 Prints out certificate details in full rather than just subject and
|
H A D | openssl-rehash.pod.in | 69 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 D | evpciph_aes_cts.txt | 79 # 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 D | OSSL_trace_enabled.pod | 42 OSSL_TRACE_STRING(category, text, full, data, len) 45 int OSSL_trace_string(BIO *out, int text, int full, 115 Unless I<full> is nonzero, the length is limited (with a suitable warning) 188 The macro call C<OSSL_TRACE_STRING(category, text, full, data, len)> 194 OSSL_trace_string(trc_out, text, full, data, len);
|
H A D | BIO_s_bio.pod | 50 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 D | SSL_SESSION_is_resumable.pod | 18 attempting to resume with a non-resumable session will result in a full
|
H A D | SSL_CTX_set_num_tickets.pod | 26 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 D | OpenSSL_version.pod | 72 B<OPENSSL_VERSION_TEXT> is a convenience macro to get a full descriptive 169 on Windows. The full registry key is 227 on Windows. The full registry key is
|
H A D | SSL_read_early_data.pod | 75 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 D | EVP_EncodeInit.pod | 52 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 D | SSL_CTX_add_session.pod | 40 application can use SSL_CTX_add_session() directly to have full control
|
/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes2.cnf | 34 stateOrProvinceName = State or Province Name (full name)
|
/openssl/ssl/quic/ |
H A D | json_enc.c | 20 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 D | unix-Makefile.tmpl | 1853 $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 D | README.md | 12 (0x2D) or full stop (0x2E) then Long Name is used as basis
|
/openssl/crypto/ |
H A D | trace.c | 537 int OSSL_trace_string(BIO *out, int text, int full, in OSSL_trace_string() argument 543 if (!full && size > OSSL_TRACE_STRING_MAX) { in OSSL_trace_string()
|
/openssl/doc/man7/ |
H A D | property.pod | 50 The full syntax for property definitions appears below. 73 The full syntax for property queries appears below, but the available syntactic
|