| /openbsd-src/regress/lib/libtls/gotls/ |
| H A D | tls.go | 27 // ProtocolVersion represents a TLS protocol version. 65 // TLSConfig provides configuration options for a TLS context. 70 // TLS encapsulates the TLS context. argument 71 type TLS struct { argument 76 // Init initialises the TLS library. 84 // NewConfig returns a new TLS configuration. 95 // Error returns the error message from the TLS configuration. 146 // Free frees resources associated with the TLS configuration. 155 // NewClient returns a new TLS clien 69 type TLS struct { global() struct 174 Errortls.TLS global() argument 182 PeerCertProvidedtls.TLS global() argument 188 PeerCertContainsNametls.TLS global() argument 195 PeerCertIssuertls.TLS global() argument 204 PeerCertSubjecttls.TLS global() argument 213 PeerCertHashtls.TLS global() argument 223 PeerCertNotBeforetls.TLS global() argument 233 PeerCertNotAftertls.TLS global() argument 242 ConnVersiontls.TLS global() argument 251 ConnCiphertls.TLS global() argument 261 ConnCipherStrengthtls.TLS global() argument 272 Connecttls.TLS global() argument 287 Handshaketls.TLS global() argument 301 Readtls.TLS global() argument 315 Writetls.TLS global() argument 331 Closetls.TLS global() argument 345 Freetls.TLS global() argument [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AddressPool.h | 26 bool TLS; member 28 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {} in AddressPoolEntry() 43 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
|
| H A D | AddressPool.cpp | 19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { in getIndex() argument 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex() 63 I.second.TLS in emit()
|
| /openbsd-src/regress/lib/libssl/interop/botan/ |
| H A D | client.cpp | 36 class Callbacks : public Botan::TLS::Callbacks { 100 void tls_alert(Botan::TLS::Alert alert) override in tls_alert() 105 bool tls_session_established(const Botan::TLS::Session& session) in tls_session_established() 112 void set_channel(Botan::TLS::Channel &channel) { in set_channel() 118 Botan::TLS::Channel *m_channel = nullptr; 139 class Policy : public Botan::TLS::Strict_Policy { 198 Botan::TLS::Session_Manager_In_Memory session_mgr(rng); in main() 206 Botan::TLS::Client client(callbacks, session_mgr, creds, in main()
|
| /openbsd-src/regress/lib/libssl/interop/ |
| H A D | README | 1 Test TLS interoperability between LibreSSL and OpenSSL. 8 that the highest available TLS version is selected. LibreSSL TLS 12 libtls. Test TLS session reuse multiple times with different library
|
| /openbsd-src/lib/libfido2/src/ |
| H A D | log.c | 20 #ifndef TLS 21 #define TLS macro 24 static TLS int logging; 25 static TLS fido_log_handler_t *log_handler;
|
| H A D | dev.c | 9 #ifndef TLS 10 #define TLS macro 13 static TLS bool disable_u2f_fallback;
|
| /openbsd-src/etc/ |
| H A D | services | 120 https 443/tcp # secure http (TLS) 121 https 443/udp # secure http (TLS) 127 submissions 465/tcp smtps # mail message submission (TLS) 162 ldaps 636/tcp # LDAP over TLS/SSL 170 domain-s 853/tcp # DNS query-response protocol run over TLS/DTLS 171 domain-s 853/udp # DNS query-response protocol run over TLS/DTLS 173 imaps 993/tcp # imap4 protocol over TLS/SSL 174 pop3s 995/tcp spop3 # pop3 protocol over TLS/SSL 255 syslog-tls 6514/tcp # syslog over TLS 291 amt-redir-tls 16995/tcp # Intel AMT Redirection/TLS [all …]
|
| /openbsd-src/lib/libssl/doc/ |
| H A D | standards.txt | 39 2246 The TLS Protocol Version 1.0. T. Dierks, C. Allen. January 1999. 58 (TLS). A. Medvinsky, M. Hur. October 1999. (Format: TXT=13763 bytes) 77 Layer Security (TLS). P. Chown. June 2002. (Format: TXT=13530 bytes) 104 (TLS). S. Moriai, A. Kato, M. Kanda. July 2005. (Format: TXT=13590 107 4162 Addition of SEED Cipher Suites to Transport Layer Security (TLS). 175 2595 Using TLS with IMAP, POP3 and ACAP. C. Newman. June 1999. 184 2716 PPP EAP TLS Authentication Protocol. B. Aboba, D. Simon. October 195 2817 Upgrading to TLS Within HTTP/1.1. R. Khare, S. Lawrence. May 199 2818 HTTP Over TLS. E. Rescorla. May 2000. (Format: TXT=15170 bytes) 277 "Securing FTP with TLS", 01/27/2000, <draft-murray-auth-ftp-ssl-05.txt>
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | nsd.conf.sample.in | 251 # Service clients over TLS (on the TCP sockets), with plain DNS inside 252 # the TLS stream. Give the certificate to use and private key. 260 # Transfers over TLS (XoT). Default is "" (default verify locations). 264 # expect PROXYv2. For UDP and TCP/TLS interfaces. 304 # for dnstap-ip, "" is disabled, use TCP or TLS with like 127.0.0.1@3333 334 # port number for remote control operations (uses TLS over TCP). 365 # authenticating the far end of an outgoing TLS connection in access control 366 # lists used for XFR-over-TLS. If authentication fails, the XFR request will not 367 # be made. Support for TLS 1.3 is required for XFR-over-TLS. It has the 371 # The tls-auth name. Used to refer to this TLS auth information in the access control list. [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/ |
| H A D | IFSStub.cpp | 89 case IFSSymbolType::TLS: in convertIFSSymbolTypeToELF() 127 return IFSSymbolType::TLS; in convertELFSymbolTypeToIFS()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
| H A D | lsan_flags.inc | 33 "Root set: include TLS and thread-specific storage") 38 "linker. This was the old way to handle dynamic TLS, and will "
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | ppc32elf.em | 45 einfo ("%X%P: TLS problem %E\n"); 68 --no-tls-optimize Don'\''t try to optimize TLS accesses.\n"
|
| /openbsd-src/libexec/ld.so/ |
| H A D | Symbols.map | 17 /* TLS related bits */
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | tls.m4 | 1 dnl Check whether the target supports TLS.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | ppc32elf.em | 117 einfo ("%X%P: TLS problem %E\n"); 147 --no-tls-optimize Don'\''t try to optimize TLS accesses.\n\
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | tls.m4 | 1 dnl Check whether the target supports TLS.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | pe.sc | 29 R_CRT_XL='*(SORT(.CRT$XL*)) /* TLS callbacks */' 148 /* ___crt_xl_end__ is defined in the TLS Directory support code */
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ChangeLog-2005 | 873 symbol introduced by "ld -u" for TLS. 3483 Add TLS support for 64-bit Sparc ELF. 3492 uion to track TLS GOT references. Add sym_sec to cache 3510 Check early on if r_symndx is in bounds. Handle TLS transitions. 3511 Account for TLS GOT references and DF_STATIC_TLS, as needed. 3512 For TLS relocs, record the tls_type in either 3520 the TLS relocs not explicitly handled by this function get 3533 locals, get them from sparc64_elf_hash_table. Handle TLS 3537 them. Handle TLS GOT relocations. 3794 * reloc.c: Add ARM TLS relocations. [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/InterfaceStub/ |
| H A D | IFSStub.h | 30 TLS, enumerator
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/ |
| H A D | ChangeLog | 92 Introduce TLS descriptors for i386 and x86_64. 273 * arm.h: Add TLS relocations. 292 * mips.h: Define MIPS TLS relocations. 313 * frv.h: Add TLS relocations.
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | ReleaseNotes.rst | 43 * ``DT_STATIC_TLS`` is now set for AArch64/PPC32/PPC64 initial-exec TLS models 57 * For x86-32, ``-fno-plt`` GD/LD TLS models ``call *___tls_get_addr@GOT(%reg)``
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | M68k.def | 31 /* TLS static relocations. */
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.chacha20poly1305 | 18 proposed for TLS by Adam Langley in [3], but differs in the layout of 103 [3] "ChaCha20 and Poly1305 based Cipher Suites for TLS", Adam Langley
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.opt | 182 Assume a large TLS segment 186 Do not assume a large TLS segment
|