Searched refs:addresses (Results 1 – 21 of 21) sorted by relevance
/openssl-master/doc/man3/ |
A D | BIO_ADDR.pod | 32 addresses that OpenSSL deals with, currently transparently 53 Read on about the addresses in L</RAW ADDRESSES> below. 70 Read on about the addresses in L</RAW ADDRESSES> below.
|
A D | BIO_connect.pod | 73 When creating an IPv6 socket, make it only listen for IPv6 addresses 74 and not IPv4 addresses mapped to IPv6.
|
A D | X509_check_host.pod | 64 explicitly marked addresses in the certificates are considered; IP 65 addresses stored in DNS names and Common Names are ignored.
|
A D | BIO_ADDRINFO.pod | 96 return any SCTP based addresses when calling getaddrinfo(). Therefore, if an SCTP
|
A D | OSSL_HTTP_parse_url.pod | 52 where IPv6 addresses should be enclosed in square brackets C<[> and C<]>.
|
A D | OPENSSL_secure_malloc.pod | 47 It is a good idea to review the code and see if it addresses your
|
A D | BIO_s_connect.pod | 96 If domain name resolution yields multiple IP addresses all of them are tried
|
A D | BIO_f_ssl.pod | 100 If domain name resolution yields multiple IP addresses all of them are tried
|
A D | X509_VERIFY_PARAM_set_flags.pod | 210 IPv6. The condensed "::" notation is supported for IPv6 addresses.
|
A D | ENGINE_add.pod | 424 driver or config files it needs to load, required network addresses,
|
/openssl-master/crypto/bio/ |
A D | bio_addr.c | 904 size_t addresses; in BIO_lookup_ex() local 913 for (addresses = addrlistp - he->h_addr_list; in BIO_lookup_ex() 914 addrlistp--, addresses-- > 0; ) { in BIO_lookup_ex()
|
/openssl-master/doc/man1/ |
A D | openssl-ocsp.pod.in | 35 [B<-no_proxy> I<addresses>] 184 =item B<-no_proxy> I<addresses> 186 List of IP addresses and/or DNS names of servers
|
A D | openssl-cmp.pod.in | 53 [B<-no_proxy> I<addresses>] 315 One or more IP addresses, email addresses, DNS names, or URIs 468 =item B<-no_proxy> I<addresses> 470 List of IP addresses and/or DNS names of servers
|
A D | openssl-s_server.pod.in | 78 [B<-no_proxy> I<addresses>] 519 =item B<-no_proxy> I<addresses> 521 List of IP addresses and/or DNS names of servers
|
A D | openssl-x509.pod.in | 744 name extension. Only unique email addresses will be printed out: it will
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 233 include any email addresses contained in the certificate subject name in 487 is not supported and the B<IP> form should consist of an IP addresses and
|
/openssl-master/crypto/ |
A D | sparccpuid.S | 30 ! resides on the stack, toward lower addresses]. To facilitate for
|
/openssl-master/crypto/engine/ |
A D | README.md | 5 so here goes. This update addresses a change being made at the same time to
|
/openssl-master/ |
A D | CHANGES.md | 1335 This also addresses a leakage affecting conversions from projective 2674 This also addresses a leakage affecting conversions from projective 3516 which hold all types of addresses and chains of address information. 7057 This addresses the flaw in CBC record processing discovered by 8008 This addresses the flaw in CBC record processing discovered by 9762 This update even addresses CVE-2007-4995. 10659 which use the IP:a.b.c.d can now take IPv6 addresses using the 10660 formats of RFC1884 2.2 . IPv6 addresses are now also displayed 15396 a STACK of email addresses from a certificate or request, these look 15398 omit any duplicate addresses. [all …]
|
A D | NEWS.md | 975 * Added support for IPv6 addresses in certificate extensions.
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 2295 These functions now take IP literal addresses as well as actual hostnames.
|
Completed in 58 milliseconds