Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/axTLS/files: config
Date: Sat, 07 Apr 2012 14:14:41
Message-Id: 20120407141430.F3CEF2004C@flycatcher.gentoo.org
1 blueness 12/04/07 14:14:30
2
3 Modified: config
4 Log:
5 Increase max X509 CA certs and chain length to work with ca-certificates
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-libs/axTLS/files/config
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axTLS/files/config?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axTLS/files/config?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axTLS/files/config?r1=1.1&r2=1.2
15
16 Index: config
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/axTLS/files/config,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- config 6 Apr 2012 17:39:39 -0000 1.1
23 +++ config 7 Apr 2012 14:14:30 -0000 1.2
24 @@ -44,8 +44,8 @@
25 CONFIG_SSL_HAS_PEM=y
26 CONFIG_SSL_USE_PKCS12=y
27 CONFIG_SSL_EXPIRY_TIME=24
28 -CONFIG_X509_MAX_CA_CERTS=150
29 -CONFIG_SSL_MAX_CERTS=3
30 +CONFIG_X509_MAX_CA_CERTS=300
31 +CONFIG_SSL_MAX_CERTS=6
32 # CONFIG_SSL_CTX_MUTEXING is not set
33 CONFIG_USE_DEV_URANDOM=y
34 # CONFIG_WIN32_USE_CRYPTO_LIB is not set