aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/NetSSL_OpenSSL/ya.make
blob: c72bf7603fc5ab5989c5ee6490edd17034761996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Generated by devtools/yamaker. 
 
LIBRARY() 
 
OWNER(
    orivej
    g:cpp-contrib
)

LICENSE(
    BSD-3-Clause AND
    BSL-1.0
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR( 
    contrib/libs/openssl 
    contrib/libs/poco/Crypto 
    contrib/libs/poco/Foundation 
    contrib/libs/poco/JSON 
    contrib/libs/poco/Net 
    contrib/libs/poco/Util 
    contrib/libs/poco/XML 
) 
 
ADDINCL( 
    GLOBAL contrib/libs/poco/NetSSL_OpenSSL/include 
    contrib/libs/poco/Crypto/include 
    contrib/libs/poco/Foundation/include 
    contrib/libs/poco/Net/include 
    contrib/libs/poco/NetSSL_OpenSSL/src 
    contrib/libs/poco/Util/include 
) 
 
NO_COMPILER_WARNINGS() 
 
NO_UTIL() 
 
SRCS( 
    src/AcceptCertificateHandler.cpp 
    src/CertificateHandlerFactory.cpp 
    src/CertificateHandlerFactoryMgr.cpp 
    src/ConsoleCertificateHandler.cpp 
    src/Context.cpp 
    src/HTTPSClientSession.cpp 
    src/HTTPSSessionInstantiator.cpp 
    src/HTTPSStreamFactory.cpp 
    src/InvalidCertificateHandler.cpp 
    src/KeyConsoleHandler.cpp 
    src/KeyFileHandler.cpp 
    src/PrivateKeyFactory.cpp 
    src/PrivateKeyFactoryMgr.cpp 
    src/PrivateKeyPassphraseHandler.cpp 
    src/RejectCertificateHandler.cpp 
    src/SSLException.cpp 
    src/SSLManager.cpp 
    src/SecureSMTPClientSession.cpp 
    src/SecureServerSocket.cpp 
    src/SecureServerSocketImpl.cpp 
    src/SecureSocketImpl.cpp 
    src/SecureStreamSocket.cpp 
    src/SecureStreamSocketImpl.cpp 
    src/Session.cpp 
    src/Utility.cpp 
    src/VerificationErrorArgs.cpp 
    src/X509Certificate.cpp 
) 
 
END()