blob: 726a4ad4f381881469c9a7312633615979a4af2f (
plain)
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
|
realname "X.509"
define X509
load_on auto
<add>
certstor.h
certstor.cpp
crl_ent.cpp
crl_ent.h
pkcs10.h
pkcs10.cpp
x509_ca.cpp
x509_ca.h
x509_crl.cpp
x509_crl.h
x509_ext.cpp
x509_ext.h
x509_obj.cpp
x509_obj.h
x509cert.cpp
x509cert.h
x509find.cpp
x509find.h
x509opt.cpp
x509self.cpp
x509self.h
x509stor.cpp
x509stor.h
</add>
<requires>
asn1
bigint
filters
libstate
oid_lookup
pem
pk_codecs
pubkey
rng
sha1
</requires>
|