Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 55) sorted by relevance

123

/openssl/test/
H A Dx509_time_test.c486 const char *readable; member
513 const char *readable; member
543 const char *readable; in test_x509_time_print_rfc_822() local
549 readable = x509_print_tests_rfc_822[idx].readable; in test_x509_time_print_rfc_822()
551 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print_rfc_822()
556 || !TEST_int_eq(rv, (int)strlen(readable)) in test_x509_time_print_rfc_822()
557 || !TEST_strn_eq(pp, readable, rv)) in test_x509_time_print_rfc_822()
571 const char *readable; in test_x509_time_print_iso_8601() local
577 readable = x509_print_tests_iso_8601[idx].readable; in test_x509_time_print_iso_8601()
584 || !TEST_int_eq(rv, (int)strlen(readable)) in test_x509_time_print_iso_8601()
[all …]
/openssl/doc/man3/
H A DSCT_print.pod6 Prints Signed Certificate Timestamps in a human-readable way
20 a human-readable format. SCT_LIST_print() prints an entire list of SCTs in a
29 a human-readable string. Call SCT_validate() or SCT_LIST_validate()
H A DSSL_pending.pod5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an
30 will ignore them. Therefore, it is possible for no more bytes to be readable from
32 to return 0, even though readable application data bytes are available (because
H A DOSSL_CMP_STATUSINFO_new.pod32 OSSL_CMP_snprint_PKIStatusInfo() places a human-readable string
36 OSSL_CMP_CTX_snprint_PKIStatus() places a human-readable string
H A DERR_error_string.pod6 ERR_func_error_string, ERR_reason_error_string - obtain human-readable
25 ERR_error_string() generates a human-readable string representing the
H A DASN1_STRING_print_ex.pod31 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
58 double quote characters: this is arguably more readable than the backslash
99 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
H A DX509_NAME_print_ex.pod21 X509_NAME_print_ex() prints a human readable version of I<nm> to BIO I<out>.
67 this is more readable that plain comma and plus.
98 B<XN_FLAG_ONELINE> is a more readable one line format which is the same as:
H A DOSSL_GENERAL_NAMES_print.pod16 OSSL_GENERAL_NAMES_print() prints a human readable version of the GeneralNames
H A DOSSL_IETF_ATTR_SYNTAX_print.pod16 OSSL_IETF_ATTR_SYNTAX_print() prints a human readable version of I<a> to
H A DECPKParameters_print.pod28 a human-readable output of the public parameters of the EC_GROUP to B<bp>
H A DEVP_PKEY_ASN1_METHOD.pod176 readable text to B<out>, indented B<indent> spaces.
191 readable text to B<out>, indented B<indent> spaces.
234 readable text to B<out>, indented B<indent> spaces.
242 The sig_print() method prints a signature in humanly readable text to
H A DRSA_print.pod46 A human-readable hexadecimal output of the components of the RSA
H A DEVP_PKEY_print_private.pod30 of key I<pkey> respectively. The key is sent to B<BIO> I<out> in human readable
H A DX509_ACERT_print_ex.pod18 X509_ACERT_print_ex() prints a human readable version of the attribute
H A DSSL_get_rpoll_descriptor.pod54 readable.
H A DERR_get_error.pod66 and L<ERR_error_string(3)> for human-readable error messages.
H A DOSSL_ALGORITHM.pod97 A string with a short human-readable description of the algorithm.
/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod45 Display the name in one line, using a format that is more readable
137 … options ending in "space" additionally place a space after the separator to make it more readable.
160 Align field values for a more readable output. Only usable with
H A Dopenssl-sess_id.pod.in25 the SSL session master key) in human readable format. Since this is a
145 The cipher and start time should be printed out in human readable form.
H A Dopenssl-ts.pod.in179 to examine the content of a request in human-readable
189 If this option is specified the output is human-readable text format
202 response/token in human-readable format. If B<-token_out> is not
293 If this option is specified the output is human-readable text format
518 To print the content of the previous request in human readable format:
553 To print a timestamp reply to stdout in human readable format:
561 To print a timestamp token to stdout in human readable format:
H A Dopenssl-dsaparam.pod.in74 This option prints out the DSA parameters in human readable form.
H A Dopenssl-dhparam.pod.in102 This option prints out the DH parameters in human readable form.
/openssl/doc/internal/man3/
H A Dossl_cmp_pkisi_get_status.pod62 ossl_cmp_PKIStatus_to_string() returns a human-readable string representing
/openssl/doc/man7/
H A Dpassphrase-encoding.pod104 Also note that the sub-sections below discuss human readable pass phrases.
105 This is particularly relevant for PKCS#12 objects, where human readable pass
H A Dossl-guide-tls-client-non-block.pod73 underlying socket has actually changed (e.g. become readable where it wasn't
87 the underlying socket has become readable or writeable when it wasn't before.
102 * Wait until the socket is writeable or readable. We use select here
127 the underlying socket(s) to become readable/writeable before returning. It also

Completed in 44 milliseconds

123