Home
last modified time | relevance | path

Searched refs:SslProtocol (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/source/model/
H A DSslProtocol.cpp29 SslProtocol GetSslProtocolForName(const Aws::String& name) in GetSslProtocolForName()
34 return SslProtocol::SSLv3; in GetSslProtocolForName()
38 return SslProtocol::TLSv1; in GetSslProtocolForName()
42 return SslProtocol::TLSv1_1; in GetSslProtocolForName()
46 return SslProtocol::TLSv1_2; in GetSslProtocolForName()
52 return static_cast<SslProtocol>(hashCode); in GetSslProtocolForName()
55 return SslProtocol::NOT_SET; in GetSslProtocolForName()
62 case SslProtocol::SSLv3: in GetNameForSslProtocol()
64 case SslProtocol::TLSv1: in GetNameForSslProtocol()
66 case SslProtocol::TLSv1_1: in GetNameForSslProtocol()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/network/
H A DTlsChecker.cpp142 case QSsl::SslProtocol::AnyProtocol: in toString()
149 case QSsl::SslProtocol::SslV2: in toString()
152 case QSsl::SslProtocol::SslV3: in toString()
155 case QSsl::SslProtocol::TlsV1SslV3: in toString()
160 case QSsl::SslProtocol::TlsV1_0: in toString()
163 case QSsl::SslProtocol::TlsV1_0OrLater: in toString()
166 case QSsl::SslProtocol::TlsV1_1: in toString()
172 case QSsl::SslProtocol::TlsV1_2: in toString()
178 case QSsl::SslProtocol::TlsV1_3: in toString()
184 case QSsl::SslProtocol::DtlsV1_0: in toString()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/
H A DOriginSslProtocols.h71 inline const Aws::Vector<SslProtocol>& GetItems() const{ return m_items; } in GetItems()
81 …inline void SetItems(const Aws::Vector<SslProtocol>& value) { m_itemsHasBeenSet = true; m_items = … in SetItems()
86 …inline void SetItems(Aws::Vector<SslProtocol>&& value) { m_itemsHasBeenSet = true; m_items = std::… in SetItems()
91 …inline OriginSslProtocols& WithItems(const Aws::Vector<SslProtocol>& value) { SetItems(value); ret… in WithItems()
96 …inline OriginSslProtocols& WithItems(Aws::Vector<SslProtocol>&& value) { SetItems(std::move(value)… in WithItems()
101 …inline OriginSslProtocols& AddItems(const SslProtocol& value) { m_itemsHasBeenSet = true; m_items.… in AddItems()
106 …inline OriginSslProtocols& AddItems(SslProtocol&& value) { m_itemsHasBeenSet = true; m_items.push_… in AddItems()
113 Aws::Vector<SslProtocol> m_items;
H A DSslProtocol.h16 enum class SslProtocol enum
27 AWS_CLOUDFRONT_API SslProtocol GetSslProtocolForName(const Aws::String& name);
29 AWS_CLOUDFRONT_API Aws::String GetNameForSslProtocol(SslProtocol value);
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudfront/types/
H A Denums.go418 type SslProtocol string type
422 SslProtocolSSLv3 SslProtocol = "SSLv3"
423 SslProtocolTLSv1 SslProtocol = "TLSv1"
424 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
425 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
431 func (SslProtocol) Values() []SslProtocol {
432 return []SslProtocol{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudfront/types/
H A Denums.go418 type SslProtocol string type
422 SslProtocolSSLv3 SslProtocol = "SSLv3"
423 SslProtocolTLSv1 SslProtocol = "TLSv1"
424 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
425 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
431 func (SslProtocol) Values() []SslProtocol {
432 return []SslProtocol{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudfront/types/
H A Denums.go418 type SslProtocol string type
422 SslProtocolSSLv3 SslProtocol = "SSLv3"
423 SslProtocolTLSv1 SslProtocol = "TLSv1"
424 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
425 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
431 func (SslProtocol) Values() []SslProtocol {
432 return []SslProtocol{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudfront/types/
H A Denums.go418 type SslProtocol string type
422 SslProtocolSSLv3 SslProtocol = "SSLv3"
423 SslProtocolTLSv1 SslProtocol = "TLSv1"
424 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
425 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
431 func (SslProtocol) Values() []SslProtocol {
432 return []SslProtocol{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudfront/types/
H A Denums.go418 type SslProtocol string type
422 SslProtocolSSLv3 SslProtocol = "SSLv3"
423 SslProtocolTLSv1 SslProtocol = "TLSv1"
424 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
425 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
431 func (SslProtocol) Values() []SslProtocol {
432 return []SslProtocol{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudfront/types/
H A Denums.go418 type SslProtocol string type
422 SslProtocolSSLv3 SslProtocol = "SSLv3"
423 SslProtocolTLSv1 SslProtocol = "TLSv1"
424 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
425 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
431 func (SslProtocol) Values() []SslProtocol {
432 return []SslProtocol{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudfront/types/
H A Denums.go454 type SslProtocol string type
458 SslProtocolSSLv3 SslProtocol = "SSLv3"
459 SslProtocolTLSv1 SslProtocol = "TLSv1"
460 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
461 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
467 func (SslProtocol) Values() []SslProtocol {
468 return []SslProtocol{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudfront/types/
H A Denums.go452 type SslProtocol string type
456 SslProtocolSSLv3 SslProtocol = "SSLv3"
457 SslProtocolTLSv1 SslProtocol = "TLSv1"
458 SslProtocolTLSv11 SslProtocol = "TLSv1.1"
459 SslProtocolTLSv12 SslProtocol = "TLSv1.2"
465 func (SslProtocol) Values() []SslProtocol {
466 return []SslProtocol{
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/security-framework-0.3.4/src/
H A Dsecure_transport.rs388 impl SslProtocol {
390 pub const UNKNOWN: SslProtocol = SslProtocol(kSSLProtocolUnknown);
394 pub const SSL3: SslProtocol = SslProtocol(kSSLProtocol3);
398 pub const TLS1: SslProtocol = SslProtocol(kTLSProtocol1);
402 pub const TLS11: SslProtocol = SslProtocol(kTLSProtocol11);
406 pub const TLS12: SslProtocol = SslProtocol(kTLSProtocol12);
409 pub const SSL2: SslProtocol = SslProtocol(kSSLProtocol2);
412 pub const DTLS1: SslProtocol = SslProtocol(kDTLSProtocol1);
415 pub const SSL3_ONLY: SslProtocol = SslProtocol(kSSLProtocol3Only);
418 pub const TLS1_ONLY: SslProtocol = SslProtocol(kTLSProtocol1Only);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.AppleTls/
H A DAppleTlsContext.cs283 MinProtocol = SslProtocol.Tls_1_0; in InitializeConnection()
285 MinProtocol = SslProtocol.Tls_1_1; in InitializeConnection()
287 MinProtocol = SslProtocol.Tls_1_2; in InitializeConnection()
332 case SslProtocol.Tls_1_0: in GetProtocol()
334 case SslProtocol.Tls_1_1: in GetProtocol()
336 case SslProtocol.Tls_1_2: in GetProtocol()
373 public SslProtocol MaxProtocol {
375 SslProtocol value;
392 public SslProtocol MinProtocol {
394 SslProtocol value;
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/secure_storage/
H A DTlsConfiguration.cpp100 QSsl::SslProtocol TlsConfiguration::getProtocolVersion() const in getProtocolVersion()
165 QSsl::SslProtocol TlsConfiguration::readSslProtocol(const QJsonObject& pConfig, const QLatin1String… in readSslProtocol()
176 return QSsl::SslProtocol::TlsV1_0OrLater; in readSslProtocol()
180 return QSsl::SslProtocol::TlsV1_1OrLater; in readSslProtocol()
184 return QSsl::SslProtocol::TlsV1_2OrLater; in readSslProtocol()
188 return QSsl::SslProtocol::TlsV1_2; in readSslProtocol()
192 return QSsl::SslProtocol::SecureProtocols; in readSslProtocol()
/dports/net/kimap/kimap-21.12.3/src/
H A Dsession_p.h39 void startSsl(QSsl::SslProtocol protocol);
42 QSsl::SslProtocol negotiatedEncryption() const;
51 void onEncryptionNegotiationResult(bool isEncrypted, QSsl::SslProtocol sslVersion);
99 QSsl::SslProtocol sslVersion;
H A Dsessionthread_p.h46 void startSsl(QSsl::SslProtocol protocol);
55 void encryptionNegotiationResult(bool, QSsl::SslProtocol);
68 void doStartSsl(QSsl::SslProtocol);
/dports/devel/eric6/eric6-21.11/eric/eric6/E5Network/
H A DE5SslInfoWidget.py128 if proto == QSsl.SslProtocol.SslV3:
132 elif proto == QSsl.SslProtocol.TlsV1SslV3:
136 elif proto == QSsl.SslProtocol.SslV2:
144 if proto == QSsl.SslProtocol.TlsV1_0:
148 elif proto == QSsl.SslProtocol.TlsV1_1:
152 elif proto == QSsl.SslProtocol.TlsV1_2:
156 elif proto == QSsl.SslProtocol.TlsV1_3:
H A DE5SslErrorHandler.py68 sslProtocol = QSsl.SslProtocol.TlsV1_1OrLater
70 sslProtocol = QSsl.SslProtocol.SecureProtocols
72 sslProtocol = QSsl.SslProtocol.SecureProtocols
185 sslCfg.setProtocol(QSsl.SslProtocol.TlsV1_1OrLater)
187 sslCfg.setProtocol(QSsl.SslProtocol.SecureProtocols)
/dports/net/ksmtp/ksmtp-21.12.3/src/
H A Dsession_p.h42 QSsl::SslProtocol negotiatedEncryption() const;
48 void encryptionNegotiationResult(bool encrypted, QSsl::SslProtocol version);
75 QSsl::SslProtocol m_sslVersion = QSsl::UnknownProtocol;
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqsslcipher_c.cpp24 QSslCipherH QSslCipher_Create2(PWideString name, QSsl::SslProtocol protocol) in QSslCipher_Create2()
91 QSsl::SslProtocol QSslCipher_protocol(QSslCipherH handle) in QSslCipher_protocol()
93 return (QSsl::SslProtocol) ((QSslCipher *)handle)->protocol(); in QSslCipher_protocol()
H A Dqsslconfiguration_c.cpp39 QSsl::SslProtocol QSslConfiguration_protocol(QSslConfigurationH handle) in QSslConfiguration_protocol()
41 return (QSsl::SslProtocol) ((QSslConfiguration *)handle)->protocol(); in QSslConfiguration_protocol()
44 void QSslConfiguration_setProtocol(QSslConfigurationH handle, QSsl::SslProtocol protocol) in QSslConfiguration_setProtocol()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqsslcipher_c.cpp24 QSslCipherH QSslCipher_Create2(PWideString name, QSsl::SslProtocol protocol) in QSslCipher_Create2()
91 QSsl::SslProtocol QSslCipher_protocol(QSslCipherH handle) in QSslCipher_protocol()
93 return (QSsl::SslProtocol) ((QSslCipher *)handle)->protocol(); in QSslCipher_protocol()
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqsslcipher_c.cpp24 QSslCipherH QSslCipher_Create2(PWideString name, QSsl::SslProtocol protocol) in QSslCipher_Create2()
91 QSsl::SslProtocol QSslCipher_protocol(QSslCipherH handle) in QSslCipher_protocol()
93 return (QSsl::SslProtocol) ((QSslCipher *)handle)->protocol(); in QSslCipher_protocol()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqsslcipher_c.cpp24 QSslCipherH QSslCipher_Create2(PWideString name, QSsl::SslProtocol protocol) in QSslCipher_Create2()
91 QSsl::SslProtocol QSslCipher_protocol(QSslCipherH handle) in QSslCipher_protocol()
93 return (QSsl::SslProtocol) ((QSslCipher *)handle)->protocol(); in QSslCipher_protocol()

12345678910>>...31