Searched refs:numeric (Results 1 – 21 of 21) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_PKEY_set_type.pod | 38 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 D | BIO_ADDR.pod | 28 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 D | SSL_get_version.pod | 24 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 D | ERR_print_errors.pod | 39 the error string will contain the numeric code.
|
H A D | ERR_error_string.pod | 48 the error string will contain the numeric code.
|
H A D | OPENSSL_hexchar2int.pod | 25 OPENSSL_hexchar2int() converts a hexadecimal character to its numeric
|
H A D | SRP_create_verifier.pod | 58 all numeric parameters are in a non-standard base64 encoding originally designed
|
H A D | OBJ_nid2obj.pod | 50 For convenience, OIDs are usually represented in source code as numeric
|
/openssl/crypto/bio/ |
H A D | bio_addr.c | 228 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 D | OSSL_METHOD_STORE.pod | 46 numeric identity (nid). 53 these numeric identities accordingly.
|
/openssl/apps/ |
H A D | s_client.c | 2537 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 D | provider-base.pod | 290 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 D | property.pod | 49 has a numeric value of I<3>.
|
H A D | ossl-guide-migration.pod | 2279 The following functions for NID (numeric id) handling have changed semantics.
|
/openssl/doc/man5/ |
H A D | config.pod | 170 If this exists and has a nonzero numeric value, any error suppressing flags 219 by a comma, and the numeric value.
|
H A D | x509v3_config.pod | 86 numeric identifier, as shown here:
|
/openssl/include/openssl/ |
H A D | err.h.in | 205 * reason codes in different numeric ranges.
|
H A D | bio.h.in | 823 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 D | crypto.h.in | 298 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
|
/openssl/doc/man1/ |
H A D | openssl-verification-options.pod | 433 RFC5280). The policy I<arg> can be an object name or an OID in numeric form.
|
/openssl/ |
H A D | CHANGES.md | 1210 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