aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Crypto/ya.make
blob: cf58950785af98e37ef44a49e845f02d10f3ca6e (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
# 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/Foundation
)

ADDINCL(
    GLOBAL contrib/libs/poco/Crypto/include
    contrib/libs/poco/Crypto/src
    contrib/libs/poco/Foundation/include
)

NO_COMPILER_WARNINGS()

NO_UTIL()

SRCS(
    src/Cipher.cpp
    src/CipherFactory.cpp
    src/CipherImpl.cpp
    src/CipherKey.cpp
    src/CipherKeyImpl.cpp
    src/CryptoException.cpp
    src/CryptoStream.cpp
    src/CryptoTransform.cpp
    src/DigestEngine.cpp
    src/ECDSADigestEngine.cpp
    src/ECKey.cpp
    src/ECKeyImpl.cpp
    src/EVPPKey.cpp
    src/KeyPair.cpp
    src/KeyPairImpl.cpp
    src/OpenSSLInitializer.cpp
    src/PKCS12Container.cpp
    src/RSACipherImpl.cpp
    src/RSADigestEngine.cpp
    src/RSAKey.cpp
    src/RSAKeyImpl.cpp
    src/X509Certificate.cpp
)

END()