Home
last modified time | relevance | path

Searched refs:TLS (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg92 file contains insufficient TLS support information"
231 # Error TLS failures
233 @ MSG_TLS_NOSUPPORT "%s: TLS requirement failure : TLS support is \
235 @ MSG_TLS_STATBASE "%s: static TLS failure: object is not part of primary \
237 @ MSG_TLS_STATSIZE "%s: static TLS failure: object loaded after process \
240 @ MSG_TLS_STATINIT "%s: static TLS failure: object loaded after process \
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME54 * EAP-TLS
56 * EAP-PEAP/TLS (both PEAPv0 and PEAPv1)
64 * EAP-TTLS/EAP-TLS
147 Optional libraries for EAP-TLS, EAP-PEAP, and EAP-TTLS:
152 This library is only needed when EAP-TLS, EAP-PEAP, or EAP-TTLS
287 methods (e.g., EAP-TLS, EAP-PEAP, ..) are included.
291 TLS, PEAP, or TTLS will require linking wpa_supplicant with openssl
292 library for TLS implementation.
444 1) WPA-Personal (PSK) as home network and WPA-Enterprise with EAP-TLS as work
459 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
[all …]
/titanic_50/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A DREADME1 This tests the x64 link-editor's handling of Initial Executable TLS sequences.
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dlibld.intel.msg32 offset 0x%llx, relocation against unknown TLS \
H A Dlibld.msg286 bad symbol type %s: symbol type must be TLS"
288 relocation illegal for TLS symbol"
643 @ MSG_STR_TLSREL "(internal TLS relocation requirement)"
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dphdr.msg58 @ MSG_PT_TLS_CFNP "TLS"
H A Dsymbols.msg46 @ MSG_STT_TLS_DEF "TLS "
/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dservices102 ldaps 636/tcp # LDAP protocol over TLS/SSL (was sldap)
103 ldaps 636/udp # LDAP protocol over TLS/SSL (was sldap)
/titanic_50/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README457 4462748 Linker Portion of TLS Support
472 4503625 nm should be taught about TLS symbols - that they aren't allowed that is
496 4532729 tentative definition of TLS variable causes linker to dump core
534 4624658 update 386 TLS relocation values
650 4766815 ld -r of object the TLS data fails
674 4816378 TLS: a tls test case dumps core with C and C++ compilers
700 4834784 Accessing members in a TLS structure causes a core dump in Oracle
716 4830889 TLS: testcase coredumps with -xarch=v9 and -g
737 4865418 empty PT_TLS program headers cause problems in TLS enabled applications
893 5064973 allow normal relocs against TLS symbols for some sections
[all …]
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg404 # tls thread local storage (TLS)
450 @ MSG_USE_R7_J " tls thread local storage (TLS)"
1148 # TLS related messages
1150 @ MSG_TLS_STATBLOCK1 "static TLS module: [%ld] %s"
1151 @ MSG_TLS_STATBLOCK2 "static TLS reservation: in use %#llx: \
1153 @ MSG_TLS_STATBLOCK3 "static TLS requirement: [%ld] %s: size %#llx: \
1158 @ MSG_TLS_MODACT "%s TLS module: %s"
1757 # TLS information flags
1759 @ MSG_TLS_FLAG_STATIC "STATIC-TLS"
/titanic_50/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m42119 # authenticated via TLS?
2652 R<NO>$* $#error $@ 5.7.1 $: "550 do not try TLS with " $&{server_name} " ["$&{server_addr}"]"')
2745 ### TLS_connection: is TLS connection "good" enough?
2759 dnl deal with TLS handshake failures: abort
2760 … $@ ifdef(`TLS_PERM_ERR', `5.7.0', `4.7.0') $: "ifdef(`TLS_PERM_ERR', `503', `403') TLS handshake."
2774 # deal with TLS handshake failures: abort
2775 RSOFTWARE $| <$-:$+> $* $#error $@ $2 $: $1 " TLS handshake failed."
2778 …ef(`TLS_PERM_ERR', `5.7.0', `4.7.0') $: "ifdef(`TLS_PERM_ERR', `503', `403') TLS handshake failed."
2779 # deal with TLS protocol errors: abort
2822 dnl TLS Additional Requirements Separator
[all …]
/titanic_50/usr/src/cmd/sendmail/lib/
H A Dhelpfile62 starttls Start TLS negotiation.
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg110 @ MSG_FL1_TLSADD "TLS-ADD"
111 @ MSG_FL1_TLSSTAT "TLS-STAT"
/titanic_50/usr/src/cmd/sendmail/cf/
H A DREADME2768 ${tls_version} the TLS/SSL version used for the connection, e.g., TLSv1,
2903 the actual parameters of the current TLS connection, esp. ${verify} and
2956 in that domain), and request a client certificate during the TLS
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c10229 …mDNSBool TLS = (dstaddr == (mDNSAddr *)1); // For debug logs: dstaddr = 0 means TCP; dstaddr = 1 … in mDNSCoreReceive() local
10230 if (TLS) dstaddr = mDNSNULL; in mDNSCoreReceive()
10299 …DumpPacket(m, mStatus_NoError, mDNSfalse, TLS ? "TLS" : !dstaddr ? "TCP" : "UDP", srcaddr, srcport… in mDNSCoreReceive()