Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 21 of 21) sorted by relevance

/openssl/doc/man3/
H A DEVP_PKEY_set_type.pod38 a numeric type, which can be retrieved with L<EVP_PKEY_get_id(3)>. This
39 numeric type is taken from the L<EVP_PKEY_ASN1_METHOD(3)> that was
46 with I<keymgmt>. For keys initialised like this, the numeric type
H A DBIO_ADDR.pod28 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
29 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric);
86 hostname of the given B<BIO_ADDR>. If B<numeric> is 1, the string
93 service name of the port of the given B<BIO_ADDR>. If B<numeric>
H A DSSL_get_version.pod24 For SSL, TLS and DTLS protocols SSL_client_version() returns the numeric
31 SSL_version() returns the numeric protocol version used for the connection.
H A DERR_print_errors.pod39 the error string will contain the numeric code.
H A DERR_error_string.pod48 the error string will contain the numeric code.
H A DOPENSSL_hexchar2int.pod25 OPENSSL_hexchar2int() converts a hexadecimal character to its numeric
H A DSRP_create_verifier.pod58 all numeric parameters are in a non-standard base64 encoding originally designed
H A DOBJ_nid2obj.pod50 For convenience, OIDs are usually represented in source code as numeric
/openssl/crypto/bio/
H A Dbio_addr.c228 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings() argument
240 if (numeric) in addr_strings()
301 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() argument
305 if (addr_strings(ap, numeric, &hostname, NULL)) in BIO_ADDR_hostname_string()
311 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_service_string() argument
315 if (addr_strings(ap, numeric, NULL, &service)) in BIO_ADDR_service_string()
/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod46 numeric identity (nid).
53 these numeric identities accordingly.
/openssl/apps/
H A Ds_client.c2537 int numeric; in s_client_main() local
2550 numeric = 0; in s_client_main()
2575 if (mbuf_len < 1 || sscanf(mbuf, "%*s %d", &numeric) != 1) in s_client_main()
2579 if ((numeric == 451 || numeric == 421) in s_client_main()
2584 if (numeric == 691) { in s_client_main()
2589 } while (numeric != 670); in s_client_main()
2594 if (numeric != 670) { in s_client_main()
/openssl/doc/man7/
H A Dprovider-base.pod290 rather than a numeric NID. Any name (OID, short name or long name) can be used
692 The OID of the "sigalg-name" algorithm in canonical numeric text form. If
708 The OID of the "sig-name" algorithm in canonical numeric text form. If
724 The OID of the "hash-name" algorithm in canonical numeric text form. If
740 The OID of the "key-type" in canonical numeric text form. If
H A Dproperty.pod49 has a numeric value of I<3>.
H A Dossl-guide-migration.pod2279 The following functions for NID (numeric id) handling have changed semantics.
/openssl/doc/man5/
H A Dconfig.pod170 If this exists and has a nonzero numeric value, any error suppressing flags
219 by a comma, and the numeric value.
H A Dx509v3_config.pod86 numeric identifier, as shown here:
/openssl/include/openssl/
H A Derr.h.in205 * reason codes in different numeric ranges.
H A Dbio.h.in823 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
824 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric);
H A Dcrypto.h.in298 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
/openssl/doc/man1/
H A Dopenssl-verification-options.pod433 RFC5280). The policy I<arg> can be an object name or an OID in numeric form.
/openssl/
H A DCHANGES.md1210 OBJECT IDENTIFIER sub-identifiers to canonical numeric text form.
1213 numeric text form. For gigantic sub-identifiers, this would take a very
1218 IDENTIFIER to canonical numeric text form if the size of that OBJECT
10419 than numeric, deprecate the current numeric thread ID mechanism and
10421 mechanism allows a numeric "hash" to be extracted from a thread ID in
10423 mixing is done to help ensure the numeric 'hash' is usable even if it
10432 to the assumption that thread IDs are numeric. ERR_remove_state(0)
10439 application was previously providing a numeric thread callback that
10443 case, the numeric thread callback will now override the automatic use
14630 result and can only support numeric or string input, whereas some
[all …]

Completed in 282 milliseconds