<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-977</id>
	<title>Nabble - OpenSCEP</title>
	<updated>2009-07-15T00:04:15Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/OpenSCEP-f977.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OpenSCEP-f977.html" />
	<subtitle type="html">&lt;a href=&quot;http://openscep.othello.ch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;OpenSCEP&lt;/a&gt;&amp;nbsp;is an open source implementation of the SCEP protocol used by Cisco routers for certificate enrollment to build VPNs. It implements most of the draft specification, include as reference in the distribution.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-24493273</id>
	<title>Re: OpenSCEP &amp; OS X Server &amp; iPhones?</title>
	<published>2009-07-15T00:04:15Z</published>
	<updated>2009-07-15T00:04:15Z</updated>
	<author>
		<name>Andreas Mueller-9</name>
	</author>
	<content type="html">Quoting Jakob Peterhänsel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24493273&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jap@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Just found OpenSCEP and this list after reading up on Enterprice
&lt;br&gt;&amp;gt; features on the new iPhone OS 3.0
&lt;br&gt;&amp;gt; It allowes for provisioning via SCEP, so I would like to dig into that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just downloaded the latest release, abut it fails to compile on a
&lt;br&gt;&amp;gt; standard OS X 10.5.7 client - anyone have any clues?
&lt;br&gt;&amp;gt; Here is the output of ./configure &amp; make:
&lt;br&gt;OpenSCEP has not been worked on for a long time. It comes from a
&lt;br&gt;time when openssl did not even provide some of the message formats
&lt;br&gt;that SCEP requires. Lots of things could probably be removed completely
&lt;br&gt;today. However, I don't expect to find the time anything soon to
&lt;br&gt;work on it.
&lt;br&gt;&lt;br&gt;However: isn't SCEP dead anyway since MD5 has been essentially
&lt;br&gt;broken?
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Prof. Dr. Andreas Mueller
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24493273&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andreas.mueller@...&lt;/a&gt;
&lt;br&gt;Bubental 53, 8852 Altendorf
&lt;br&gt;Voice: +41 55 4621481 &amp;nbsp;Fax/Data: +41 55 4621485
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OpenSCEP---OS-X-Server---iPhones--tp24483294p24493273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24483294</id>
	<title>OpenSCEP &amp; OS X Server &amp; iPhones?</title>
	<published>2009-07-14T08:56:45Z</published>
	<updated>2009-07-14T08:56:45Z</updated>
	<author>
		<name>Jakob Peterhänsel-2</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Hi All,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Just found&amp;nbsp;OpenSCEP and this list after reading up on Enterprice features on the new iPhone OS 3.0&lt;/div&gt;&lt;div&gt;It allowes for provisioning via&amp;nbsp;SCEP, so I would like to dig into that.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I just downloaded the latest release, abut it fails to compile on a standard OS X 10.5.7 client - anyone have any clues?&lt;/div&gt;&lt;div&gt;Here is the output of ./configure &amp;amp; make:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;JAP.local [openscep-0.4.2] &amp;gt;./configure&amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;checking build system type... i386-apple-darwin9.7.0&lt;/div&gt;&lt;div&gt;checking host system type... i386-apple-darwin9.7.0&lt;/div&gt;&lt;div&gt;checking target system type... i386-apple-darwin9.7.0&lt;/div&gt;&lt;div&gt;checking for a BSD compatible install... /usr/bin/install -c&lt;/div&gt;&lt;div&gt;checking whether build environment is sane... yes&lt;/div&gt;&lt;div&gt;checking whether make sets ${MAKE}... yes&lt;/div&gt;&lt;div&gt;checking for working aclocal... found&lt;/div&gt;&lt;div&gt;checking for working autoconf... found&lt;/div&gt;&lt;div&gt;checking for working automake... found&lt;/div&gt;&lt;div&gt;checking for working autoheader... found&lt;/div&gt;&lt;div&gt;checking for working makeinfo... found&lt;/div&gt;&lt;div&gt;checking for gcc... gcc&lt;/div&gt;&lt;div&gt;checking for C compiler default output... a.out&lt;/div&gt;&lt;div&gt;checking whether the C compiler works... yes&lt;/div&gt;&lt;div&gt;checking whether we are cross compiling... no&lt;/div&gt;&lt;div&gt;checking for executable suffix...&amp;nbsp;&lt;/div&gt;&lt;div&gt;checking for object suffix... o&lt;/div&gt;&lt;div&gt;checking whether we are using the GNU C compiler... yes&lt;/div&gt;&lt;div&gt;checking whether gcc accepts -g... yes&lt;/div&gt;&lt;div&gt;checking for a BSD compatible install... /usr/bin/install -c&lt;/div&gt;&lt;div&gt;checking for mv... /bin/mv&lt;/div&gt;&lt;div&gt;checking for ldapsearch... /usr/bin/ldapsearch&lt;/div&gt;&lt;div&gt;checking for ldapsearch... /usr/bin/ldapsearch&lt;/div&gt;&lt;div&gt;checking for openssl... /usr/bin/openssl&lt;/div&gt;&lt;div&gt;checking for gethostbyname in -lnsl... no&lt;/div&gt;&lt;div&gt;checking for socket in -lsocket... no&lt;/div&gt;&lt;div&gt;checking for res_query in -lresolv... yes&lt;/div&gt;&lt;div&gt;checking for ber_init in -llber... yes&lt;/div&gt;&lt;div&gt;checking for ldap_init in -lldap... yes&lt;/div&gt;&lt;div&gt;checking for date... /bin/date&lt;/div&gt;&lt;div&gt;checking for pkgmk... no&lt;/div&gt;&lt;div&gt;checking for rpm... no&lt;/div&gt;&lt;div&gt;checking for perl... /usr/bin/perl&lt;/div&gt;&lt;div&gt;checking &quot;whether we have the altzone global variable&quot;... no&lt;/div&gt;&lt;div&gt;checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld&lt;/div&gt;&lt;div&gt;checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no&lt;/div&gt;&lt;div&gt;checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r&lt;/div&gt;&lt;div&gt;checking for BSD-compatible nm... /usr/bin/nm -p&lt;/div&gt;&lt;div&gt;checking whether ln -s works... yes&lt;/div&gt;&lt;div&gt;checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library&lt;/div&gt;&lt;div&gt;checking command to parse /usr/bin/nm -p output... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;ok&lt;/div&gt;&lt;div&gt;checking how to run the C preprocessor... gcc -E&lt;/div&gt;&lt;div&gt;checking for dlfcn.h... yes&lt;/div&gt;&lt;div&gt;checking for ranlib... ranlib&lt;/div&gt;&lt;div&gt;checking for strip... strip&lt;/div&gt;&lt;div&gt;checking for objdir... .libs&lt;/div&gt;&lt;div&gt;checking for gcc option to produce PIC... -fno-common&lt;/div&gt;&lt;div&gt;checking if gcc PIC flag -fno-common works... yes&lt;/div&gt;&lt;div&gt;checking if gcc static flag -static works... no&lt;/div&gt;&lt;div&gt;checking if gcc supports -c -o file.o... yes&lt;/div&gt;&lt;div&gt;checking if gcc supports -c -o file.lo... yes&lt;/div&gt;&lt;div&gt;checking if gcc supports -fno-rtti -fno-exceptions... yes&lt;/div&gt;&lt;div&gt;checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes&lt;/div&gt;&lt;div&gt;checking how to hardcode library paths into programs... unsupported&lt;/div&gt;&lt;div&gt;checking whether stripping libraries is possible... no&lt;/div&gt;&lt;div&gt;checking dynamic linker characteristics... darwin9.7.0 dyld&lt;/div&gt;&lt;div&gt;checking if libtool supports shared libraries... yes&lt;/div&gt;&lt;div&gt;checking whether to build shared libraries... yes&lt;/div&gt;&lt;div&gt;checking whether to build static libraries... yes&lt;/div&gt;&lt;div&gt;checking for shl_load... no&lt;/div&gt;&lt;div&gt;checking for shl_load in -ldld... no&lt;/div&gt;&lt;div&gt;checking for dlopen... yes&lt;/div&gt;&lt;div&gt;checking whether a program can dlopen itself... yes&lt;/div&gt;&lt;div&gt;checking whether a statically linked program can dlopen itself... yes&lt;/div&gt;&lt;div&gt;creating libtool&lt;/div&gt;&lt;div&gt;checking for dlopen in -ldl... yes&lt;/div&gt;&lt;div&gt;checking for ANSI C header files... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;yes&lt;/div&gt;&lt;div&gt;checking whether byte ordering is bigendian... no&lt;/div&gt;&lt;div&gt;checking for strdup... yes&lt;/div&gt;&lt;div&gt;configure: creating ./config.status&lt;/div&gt;&lt;div&gt;config.status: creating Makefile&lt;/div&gt;&lt;div&gt;config.status: creating include/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating lib/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating scep/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating scepd/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating cgi-bin/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating ldap/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating openssl/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating doc/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating html/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating man/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating package/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating rpm/Makefile&lt;/div&gt;&lt;div&gt;config.status: creating config.sh&lt;/div&gt;&lt;div&gt;config.status: creating include/config.h&lt;/div&gt;&lt;div&gt;configure: configuring in libltdl&lt;/div&gt;&lt;div&gt;configure: running /bin/ksh './configure' &amp;nbsp;--enable-ltdl-convenience --cache-file=/dev/null --srcdir=.&lt;/div&gt;&lt;div&gt;loading cache /dev/null&lt;/div&gt;&lt;div&gt;checking for a BSD compatible install... /usr/bin/install -c&lt;/div&gt;&lt;div&gt;checking whether build environment is sane... yes&lt;/div&gt;&lt;div&gt;checking whether make sets ${MAKE}... yes&lt;/div&gt;&lt;div&gt;checking for working aclocal... found&lt;/div&gt;&lt;div&gt;checking for working autoconf... found&lt;/div&gt;&lt;div&gt;checking for working automake... found&lt;/div&gt;&lt;div&gt;checking for working autoheader... found&lt;/div&gt;&lt;div&gt;checking for working makeinfo... found&lt;/div&gt;&lt;div&gt;checking whether to enable maintainer-specific portions of Makefiles... no&lt;/div&gt;&lt;div&gt;checking for gcc... gcc&lt;/div&gt;&lt;div&gt;checking whether the C compiler (gcc &amp;nbsp;) works... yes&lt;/div&gt;&lt;div&gt;checking whether the C compiler (gcc &amp;nbsp;) is a cross-compiler... no&lt;/div&gt;&lt;div&gt;checking whether we are using GNU C... yes&lt;/div&gt;&lt;div&gt;checking whether gcc accepts -g... yes&lt;/div&gt;&lt;div&gt;checking for working const... yes&lt;/div&gt;&lt;div&gt;checking for inline... inline&lt;/div&gt;&lt;div&gt;checking host system type... i386-apple-darwin9.7.0&lt;/div&gt;&lt;div&gt;checking build system type... i386-apple-darwin9.7.0&lt;/div&gt;&lt;div&gt;checking for ranlib... ranlib&lt;/div&gt;&lt;div&gt;checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld&lt;/div&gt;&lt;div&gt;checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no&lt;/div&gt;&lt;div&gt;checking for BSD-compatible nm... /usr/bin/nm -p&lt;/div&gt;&lt;div&gt;checking whether ln -s works... yes&lt;/div&gt;&lt;div&gt;updating cache /dev/null&lt;/div&gt;&lt;div&gt;loading cache /dev/null within ltconfig&lt;/div&gt;&lt;div&gt;checking for object suffix... o&lt;/div&gt;&lt;div&gt;checking for executable suffix... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;.dSYM&lt;/div&gt;&lt;div&gt;checking for gcc option to produce PIC... -fPIC&lt;/div&gt;&lt;div&gt;checking if gcc PIC flag -fPIC works... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;yes&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;checking if gcc supports -c -o file.o... yes&lt;/div&gt;&lt;div&gt;checking if gcc supports -c -o file.lo... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;yes&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;checking if gcc supports -fno-rtti -fno-exceptions ... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;no&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;checking if gcc static flag -static works... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;none&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no&lt;/div&gt;&lt;div&gt;checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no&lt;/div&gt;&lt;div&gt;checking command to parse /usr/bin/nm -p output... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;ok&lt;/div&gt;&lt;div&gt;checking how to hardcode library paths into programs... unsupported&lt;/div&gt;&lt;div&gt;checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r&lt;/div&gt;&lt;div&gt;checking dynamic linker characteristics... no&lt;/div&gt;&lt;div&gt;checking if libtool supports shared libraries... no&lt;/div&gt;&lt;div&gt;checking whether to build shared libraries... no&lt;/div&gt;&lt;div&gt;checking whether to build static libraries... yes&lt;/div&gt;&lt;div&gt;checking for objdir... .libs&lt;/div&gt;&lt;div&gt;creating libtool&lt;/div&gt;&lt;div&gt;updating cache /dev/null&lt;/div&gt;&lt;div&gt;loading cache /dev/null&lt;/div&gt;&lt;div&gt;checking which extension is used for shared libraries...&amp;nbsp;&lt;/div&gt;&lt;div&gt;checking which variable specifies run-time library path...&amp;nbsp;&lt;/div&gt;&lt;div&gt;checking for objdir...&amp;nbsp;&lt;/div&gt;&lt;div&gt;checking how to run the C preprocessor... rm: conftest.dSYM: is a directory&lt;/div&gt;&lt;div&gt;gcc -E&lt;/div&gt;&lt;div&gt;checking for ANSI C header files... yes&lt;/div&gt;&lt;div&gt;checking for malloc.h... no&lt;/div&gt;&lt;div&gt;checking for memory.h... yes&lt;/div&gt;&lt;div&gt;checking for stdlib.h... yes&lt;/div&gt;&lt;div&gt;checking for stdio.h... yes&lt;/div&gt;&lt;div&gt;checking for ctype.h... yes&lt;/div&gt;&lt;div&gt;checking for dlfcn.h... yes&lt;/div&gt;&lt;div&gt;checking for dl.h... no&lt;/div&gt;&lt;div&gt;checking for dld.h... no&lt;/div&gt;&lt;div&gt;checking for string.h... yes&lt;/div&gt;&lt;div&gt;checking for strchr... yes&lt;/div&gt;&lt;div&gt;checking for strrchr... yes&lt;/div&gt;&lt;div&gt;checking whether libtool supports -dlopen/-dlpreopen... no&lt;/div&gt;&lt;div&gt;checking for dlopen in -ldl... yes&lt;/div&gt;&lt;div&gt;checking for shl_load... no&lt;/div&gt;&lt;div&gt;checking for shl_load in -ldld... no&lt;/div&gt;&lt;div&gt;checking for dld_link in -ldld... no&lt;/div&gt;&lt;div&gt;checking for dlerror... yes&lt;/div&gt;&lt;div&gt;checking command to parse /usr/bin/nm -p output... yes&lt;/div&gt;&lt;div&gt;checking for _ prefix in compiled symbols... (cached) yes&lt;/div&gt;&lt;div&gt;checking whether we have to add an underscore for dlsym... no&lt;/div&gt;&lt;div&gt;updating cache /dev/null&lt;/div&gt;&lt;div&gt;creating ./config.status&lt;/div&gt;&lt;div&gt;creating Makefile&lt;/div&gt;&lt;div&gt;creating config.h&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;JAP.local [openscep-0.4.2] &amp;gt;make&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Making all in libltdl&lt;/div&gt;&lt;div&gt;/bin/ksh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. &amp;nbsp; &amp;nbsp; -g -O2 -c ltdl.c&lt;/div&gt;&lt;div&gt;./libtool[727]: test: argument expected&lt;/div&gt;&lt;div&gt;gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o&lt;/div&gt;&lt;div&gt;echo timestamp &amp;gt; ltdl.lo&lt;/div&gt;&lt;div&gt;/bin/ksh ./libtool --mode=link gcc &amp;nbsp;-g -O2 &amp;nbsp;-o libltdlc.la &amp;nbsp; ltdl.lo -ldl&amp;nbsp;&lt;/div&gt;&lt;div&gt;mkdir .libs&lt;/div&gt;&lt;div&gt;rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.*&lt;/div&gt;&lt;div&gt;ar cru .libs/libltdlc.a &amp;nbsp;ltdl.o&amp;nbsp;&lt;/div&gt;&lt;div&gt;ranlib .libs/libltdlc.a&lt;/div&gt;&lt;div&gt;creating libltdlc.la&lt;/div&gt;&lt;div&gt;(cd .libs &amp;amp;&amp;amp; rm -f libltdlc.la &amp;amp;&amp;amp; ln -s ../libltdlc.la libltdlc.la)&lt;/div&gt;&lt;div&gt;Making all in include&lt;/div&gt;&lt;div&gt;Making all in openssl&lt;/div&gt;&lt;div&gt;sh ../config.sh &amp;lt;openscepsetup.in &amp;gt;openscepsetup&lt;/div&gt;&lt;div&gt;sh ../config.sh &amp;lt;openscep.cnf.in &amp;gt;openscep.cnf&lt;/div&gt;&lt;div&gt;Making all in ldap&lt;/div&gt;&lt;div&gt;sh ../config.sh &amp;lt;openscep.ldif.in &amp;gt;openscep.ldif&lt;/div&gt;&lt;div&gt;sh ../config.sh &amp;lt;slapd.conf.in &amp;gt;slapd.conf&lt;/div&gt;&lt;div&gt;sh ../config.sh &amp;lt;setupldap.in &amp;gt;setupldap&lt;/div&gt;&lt;div&gt;Making all in lib&lt;/div&gt;&lt;div&gt;/bin/ksh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../libltdl -I../include -I/usr/local/ssl/include &amp;nbsp;-DOPENSCEPDIR=\&quot;/usr/local/lib/openscep\&quot; &amp;nbsp;-g -O2 -c init.c&lt;/div&gt;&lt;div&gt;mkdir .libs&lt;/div&gt;&lt;div&gt;gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../libltdl -I../include -I/usr/local/ssl/include &quot;-DOPENSCEPDIR=\&quot;/usr/local/lib/openscep\&quot;&quot; -g -O2 -c init.c &amp;nbsp;-fno-common -DPIC -o .libs/init.lo&lt;/div&gt;&lt;div&gt;gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../libltdl -I../include -I/usr/local/ssl/include &quot;-DOPENSCEPDIR=\&quot;/usr/local/lib/openscep\&quot;&quot; -g -O2 -c init.c -o init.o &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;/div&gt;&lt;div&gt;mv -f .libs/init.lo init.lo&lt;/div&gt;&lt;div&gt;/bin/ksh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../libltdl -I../include -I/usr/local/ssl/include &amp;nbsp;-DOPENSCEPDIR=\&quot;/usr/local/lib/openscep\&quot; &amp;nbsp;-g -O2 -c isasu.c&lt;/div&gt;&lt;div&gt;rm -f .libs/isasu.lo&lt;/div&gt;&lt;div&gt;gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../libltdl -I../include -I/usr/local/ssl/include &quot;-DOPENSCEPDIR=\&quot;/usr/local/lib/openscep\&quot;&quot; -g -O2 -c isasu.c &amp;nbsp;-fno-common -DPIC -o .libs/isasu.lo&lt;/div&gt;&lt;div&gt;isasu.c: In function 'd2i_issuer_and_subject':&lt;/div&gt;&lt;div&gt;isasu.c:42: error: 'ASN1_F_D2I_PKCS7_ISSUER_AND_SERIAL' undeclared (first use in this function)&lt;/div&gt;&lt;div&gt;isasu.c:42: error: (Each undeclared identifier is reported only once&lt;/div&gt;&lt;div&gt;isasu.c:42: error: for each function it appears in.)&lt;/div&gt;&lt;div&gt;isasu.c: In function 'issuer_and_subject_new':&lt;/div&gt;&lt;div&gt;isasu.c:53: error: 'ASN1_F_PKCS7_ISSUER_AND_SERIAL_NEW' undeclared (first use in this function)&lt;/div&gt;&lt;div&gt;make[1]: *** [isasu.lo] Error 1&lt;/div&gt;&lt;div&gt;make: *** [all-recursive] Error 1&lt;/div&gt;&lt;div&gt;JAP.local [openscep-0.4.2] &amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&lt;div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;Venligst / Kind Regards,&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;Jakob Peterhänsel&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;Konsulent -&amp;nbsp;Humac A/S&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;Apple Certifications: ACSP, ACTC, FCP6 L1, FCS L1&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;AppleSeed/CQF member since 1998&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;Kerio Messaging Partner&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Tlf:&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt;		&lt;/span&gt;+45 7021 5353&lt;/div&gt;&lt;div&gt;Mobil:&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt;	&lt;/span&gt;+45&amp;nbsp;3078 7715&lt;/div&gt;&lt;div&gt;Web:&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt;	&lt;/span&gt;&lt;a href=&quot;http://www.humac.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.humac.dk&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OpenSCEP---OS-X-Server---iPhones--tp24483294p24483294.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19602694</id>
	<title>Download client certificate</title>
	<published>2008-09-21T23:47:53Z</published>
	<updated>2008-09-21T23:47:53Z</updated>
	<author>
		<name>abhishek@2008</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;I am working with Openscep that is compatible with openssl -0.9.8. I am able to generate the certificate on the server. But I am unable to download the certificate on the client. Probably some issue with request. I am posting the request using the GET to http. Can anybody help me with this. 
&lt;br&gt;&lt;br&gt;Please help.
&lt;br&gt;&lt;br&gt;Warm regards,
&lt;br&gt;Abhishek</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Download-client-certificate-tp19602694p19602694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19490267</id>
	<title>Re: configure error: no BER library found</title>
	<published>2008-09-15T03:12:09Z</published>
	<updated>2008-09-15T03:12:09Z</updated>
	<author>
		<name>abhishek@2008</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;&lt;br&gt;All you have to do is first install the compatible openssl version and then try to install openscep with configure, make and make install.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;abhishek
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Hegedüs Ervin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello,
&lt;br&gt;&lt;br&gt;I try to compile openscep, but gets this message:
&lt;br&gt;&lt;br&gt;checking for ber_init in -llber... no
&lt;br&gt;configure: error: no BER library found
&lt;br&gt;&lt;br&gt;checking libber on system (Debian Sarge):
&lt;br&gt;# dpkg -l &amp;quot;libber0-dev&amp;quot;
&lt;br&gt;[...]
&lt;br&gt;ii &amp;nbsp;libber0-dev &amp;nbsp;0.4.1 &amp;nbsp; Development files for the BER library
&lt;br&gt;&lt;br&gt;and libber.a exists:
&lt;br&gt;&lt;br&gt;# ls -l /usr/lib/libber.a 
&lt;br&gt;-rw-r--r-- &amp;nbsp;1 root root 17342 Feb 29 &amp;nbsp;2004 /usr/lib/libber.a
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;what may be the problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks:
&lt;br&gt;&lt;br&gt;a.
&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configure-error%3A-no-BER-library-found-tp2973036p19490267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18117272</id>
	<title>Forum ?</title>
	<published>2008-06-25T09:15:24Z</published>
	<updated>2008-06-25T09:15:24Z</updated>
	<author>
		<name>Paul-Marcelin N. NANA</name>
	</author>
	<content type="html">&lt;div&gt;Hi there,&lt;/div&gt;
&lt;div&gt;I&amp;#39;m new in the list and can&amp;#39;t find the forum in order to read messages before posting my question. Could somebody help me ?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thx&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Forum---tp18117272p18117272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17445124</id>
	<title>scep</title>
	<published>2008-05-24T00:15:14Z</published>
	<updated>2008-05-24T00:15:14Z</updated>
	<author>
		<name>mctiew</name>
	</author>
	<content type="html">Using the patched version of openscep maintained on Tomas Gustavsson-2 website as a base ( and applied a few other patches mentioned in this maillist ), I managed to get openscep compiled. But after setting up, I tried running 'scep' to test it, the scep will segmentation fault :-
&lt;br&gt;&lt;br&gt;init.c:103: added oid 2.16.840.1.113733.1.9.6 for name recipientNonce
&lt;br&gt;init.c:103: added oid 2.16.840.1.113733.1.9.7 for name transId
&lt;br&gt;init.c:103: added oid 2.16.840.1.113733.1.9.8 for name extensionReq
&lt;br&gt;init.c:103: added oid 1.3.6.1.4.1.4263.5.5 for name proxyAuthenticator
&lt;br&gt;init.c:127: scep structure initialized
&lt;br&gt;scep.c:340: decoded URL 192.168.188.3|80|/cgi-bin
&lt;br&gt;scep.c:131: public key decoded
&lt;br&gt;Enter PEM pass phrase:
&lt;br&gt;scep.c:150: private key decoded @0x80565f0
&lt;br&gt;scep.c:363: end request coincides with SCEP client
&lt;br&gt;fingerprint.c:70: computing MD5 fingerprint
&lt;br&gt;fingerprint.c:59: the fingerprint is 'A296893BA9F1DE62DE18D4922E4863B2'
&lt;br&gt;scep.c:396: transaction ID is A296893BA9F1DE62DE18D4922E4863B2
&lt;br&gt;scep.c:405: CA certificate read
&lt;br&gt;selfsigned.c:56: serial set to trans id
&lt;br&gt;selfsigned.c:112: setting signing context failed
&lt;br&gt;selfsigned.c:142: self signed certificate ......
&lt;br&gt;scep.c:530: self signed certificate created
&lt;br&gt;scep.c:538: senderNonce set
&lt;br&gt;encode.c:40: encode of client message
&lt;br&gt;encode.c:62: using CA cert for recipient
&lt;br&gt;encode.c:66: using self signed cert for signature
&lt;br&gt;encode.c:98: writing a message of type PKCSReq, status (not set)
&lt;br&gt;encode.c:128: converting X509 request
&lt;br&gt;encode.c:163: payload to encrypt: 471 bytes
&lt;br&gt;Segmentation Fault.
&lt;br&gt;&lt;br&gt;It appears to be that the port of OpenSCEP isn't quite ported well to OpenSsl 0.9.8. Wonder if anyone has a copy which works ?
&lt;br&gt;&lt;br&gt;Regards.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scep-tp17445124p17445124.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12866690</id>
	<title>Another bug in x509_to_ldap</title>
	<published>2007-09-24T13:11:28Z</published>
	<updated>2007-09-24T13:11:28Z</updated>
	<author>
		<name>Heyman, Michael</name>
	</author>
	<content type="html">The x509_to_ldap function would truncate a &amp;quot;normal&amp;quot; name when building
&lt;br&gt;it from ASN.1. A patch that fixes the behavior is below
&lt;br&gt;&lt;br&gt;-Michael Heyman
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- scepldap.c.old	Mon Sep 24 15:03:07 2007
&lt;br&gt;+++ scepldap.c	Mon Sep 24 15:01:05 2007
&lt;br&gt;@@ -86,19 +86,16 @@
&lt;br&gt;&amp;nbsp;	for (i = X509_NAME_entry_count(name) - 1; i &amp;gt;= 0; i--) {
&lt;br&gt;&amp;nbsp;		us =
&lt;br&gt;X509_NAME_ENTRY_get_object(X509_NAME_get_entry(name, i));
&lt;br&gt;&amp;nbsp;		as = X509_NAME_ENTRY_get_data(X509_NAME_get_entry(name,
&lt;br&gt;i));
&lt;br&gt;&amp;nbsp;		sn = OBJ_nid2sn(OBJ_obj2nid(us));
&lt;br&gt;&amp;nbsp;		nl = strlen(sn) + as-&amp;gt;length + 1;
&lt;br&gt;-		if (dl == 0) { nl += 2; }
&lt;br&gt;-		dn = (char *)realloc(dn, dl + nl + 2);
&lt;br&gt;-		snprintf(dn + dl, nl + 2, &amp;quot;%s%s=%*.*s&amp;quot;,
&lt;br&gt;-			(dl == 0) ? &amp;quot;&amp;quot; : &amp;quot;,&amp;quot;, us-&amp;gt;sn, as-&amp;gt;length,
&lt;br&gt;as-&amp;gt;length,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (dl) { ++nl; }
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dn = (char *)realloc(dn, dl + nl + 1);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;snprintf(dn + dl, nl + 1, &amp;quot;%s%s=%*.*s&amp;quot;,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(dl) ? &amp;quot;,&amp;quot; : &amp;quot;&amp;quot;, sn, as-&amp;gt;length, as-&amp;gt;length,
&lt;br&gt;&amp;nbsp;			as-&amp;gt;data);
&lt;br&gt;-		if (dl == 0)
&lt;br&gt;-			dl = nl;
&lt;br&gt;-		else
&lt;br&gt;-			dl += nl + 1;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dl += nl;
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	/* common return (for debugging)
&lt;br&gt;*/
&lt;br&gt;&amp;nbsp;reply:
&lt;br&gt;&amp;nbsp;	if (debug)
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Another-bug-in-x509_to_ldap-tp12866690p12866690.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12866222</id>
	<title>Bug in scepd</title>
	<published>2007-09-24T12:44:03Z</published>
	<updated>2007-09-24T12:44:03Z</updated>
	<author>
		<name>Heyman, Michael</name>
	</author>
	<content type="html">The scepd program was regularly core dumping when no unstructuredName
&lt;br&gt;existed in a request. The bug appears to be due to an uninitialized
&lt;br&gt;variable in scepldap.c:x509_to_ldap(). (patch below).
&lt;br&gt;&lt;br&gt;-Michael Heyman
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- scepldap.c.old	Mon Sep 24 14:33:41 2007
&lt;br&gt;+++ scepldap.c	Mon Sep 24 14:32:58 2007
&lt;br&gt;@@ -27,11 +27,11 @@
&lt;br&gt;&amp;nbsp; * &amp;nbsp; and concatenated to give a distinguished name
&lt;br&gt;&amp;nbsp; */
&lt;br&gt;&amp;nbsp;char	*x509_to_ldap(scep_t *scep, X509_NAME *name) {
&lt;br&gt;&amp;nbsp;	char		*dn = NULL;
&lt;br&gt;&amp;nbsp;	int		ncomponents, dl = 0, nl, i, dnl;
&lt;br&gt;-	X509_NAME_ENTRY	*ne;
&lt;br&gt;+	X509_NAME_ENTRY	*ne = 0;
&lt;br&gt;&amp;nbsp;	char		oname[1024];
&lt;br&gt;&amp;nbsp;	const char	*sn;
&lt;br&gt;&amp;nbsp;	ASN1_OBJECT	*us;
&lt;br&gt;&amp;nbsp;	ASN1_STRING	*as;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-in-scepd-tp12866222p12866222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12799490</id>
	<title>Bug in sigattr.c</title>
	<published>2007-09-20T08:51:04Z</published>
	<updated>2007-09-20T08:51:04Z</updated>
	<author>
		<name>Heyman, Michael</name>
	</author>
	<content type="html">Using the openscep 0.4.2 port on FreeBSD, scepd cored regularly when
&lt;br&gt;called via the pkiclient.exe perl script. I tracked the problem down to
&lt;br&gt;a debug print line in lib/sigattr.c - the printf was expecting a missing
&lt;br&gt;parameter (I also found &amp;quot;go&amp;quot; instead of &amp;quot;got&amp;quot; in the same printf).
&lt;br&gt;&lt;br&gt;-Michael Heyman
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- sigattr.c.old	Thu Sep 20 10:09:19 2007
&lt;br&gt;+++ sigattr.c	Thu Sep 20 10:09:30 2007
&lt;br&gt;@@ -96,12 +96,12 @@
&lt;br&gt;&amp;nbsp;	/* get the attribute as an ASN1_OCTET_STRING
&lt;br&gt;*/
&lt;br&gt;&amp;nbsp;	asn1 = sigattr_asn1_octet(scep, attrname);
&lt;br&gt;&amp;nbsp;	if (asn1 == NULL)
&lt;br&gt;&amp;nbsp;		return NULL;
&lt;br&gt;&amp;nbsp;	if (debug)
&lt;br&gt;-		BIO_printf(bio_err, &amp;quot;%s:%d: go an asn1 string for %s\n&amp;quot;,
&lt;br&gt;-			__FILE__, __LINE__);
&lt;br&gt;+		BIO_printf(bio_err, &amp;quot;%s:%d: got an asn1 string for
&lt;br&gt;%s\n&amp;quot;,
&lt;br&gt;+			__FILE__, __LINE__, attrname);
&lt;br&gt;&amp;nbsp;	
&lt;br&gt;&amp;nbsp;	/* unpack the ASN1_STRING into a C-String (0-terminated)
&lt;br&gt;*/
&lt;br&gt;&amp;nbsp;	*len = ASN1_STRING_length(asn1);
&lt;br&gt;&amp;nbsp;	data = (unsigned char *)malloc(*len);
&lt;br&gt;&amp;nbsp;	memcpy(data, ASN1_STRING_data(asn1), *len);
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-in-sigattr.c-tp12799490p12799490.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11683659</id>
	<title>Re: configure error: no BER library found</title>
	<published>2007-07-19T01:26:00Z</published>
	<updated>2007-07-19T01:26:00Z</updated>
	<author>
		<name>gbryant1</name>
	</author>
	<content type="html">I just want to say I luv U man!!! been looking for this for hours. &amp;nbsp;Shoot I joined the forum just to say thank you!!
&lt;br&gt;&lt;quote author=&quot;webmad&quot;&gt;&lt;br&gt;Try installing libldap2-dev first.
&lt;br&gt;Bye,
&lt;br&gt;-Pietro.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Hegedüs Ervin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;sorry,
&lt;br&gt;&lt;br&gt;&amp;gt; checking for ber_init in -llber... no
&lt;br&gt;&amp;gt; configure: error: no BER library found
&lt;br&gt;&lt;br&gt;this error is permanent,
&lt;br&gt;&lt;br&gt;&amp;gt; checking libber on system (Debian Sarge):
&lt;br&gt;&amp;gt; # dpkg -l &amp;quot;libber0-dev&amp;quot;
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; ii &amp;nbsp;libber0-dev &amp;nbsp;0.4.1 &amp;nbsp; Development files for the BER library
&lt;br&gt;&lt;br&gt;i checks liblber.a, that is also exists:
&lt;br&gt;&lt;br&gt;# ls -l /usr/lib/liblber.a 
&lt;br&gt;-rw-r--r-- &amp;nbsp;1 root root 62112 May 18 &amp;nbsp;2005 /usr/lib/liblber.a
&lt;br&gt;&lt;br&gt;question is same: what may be the problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks:
&lt;br&gt;&lt;br&gt;a.
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/bear_hug.gif' /&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/bear_hug.gif' /&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/bear_hug.gif' /&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configure-error%3A-no-BER-library-found-tp2973036p11683659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11360135</id>
	<title>Re: configure error: no BER library found</title>
	<published>2007-06-29T07:25:27Z</published>
	<updated>2007-06-29T07:25:27Z</updated>
	<author>
		<name>webmad</name>
	</author>
	<content type="html">Try installing libldap2-dev first.
&lt;br&gt;Bye,
&lt;br&gt;-Pietro.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Hegedüs Ervin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;sorry,
&lt;br&gt;&lt;br&gt;&amp;gt; checking for ber_init in -llber... no
&lt;br&gt;&amp;gt; configure: error: no BER library found
&lt;br&gt;&lt;br&gt;this error is permanent,
&lt;br&gt;&lt;br&gt;&amp;gt; checking libber on system (Debian Sarge):
&lt;br&gt;&amp;gt; # dpkg -l &amp;quot;libber0-dev&amp;quot;
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; ii &amp;nbsp;libber0-dev &amp;nbsp;0.4.1 &amp;nbsp; Development files for the BER library
&lt;br&gt;&lt;br&gt;i checks liblber.a, that is also exists:
&lt;br&gt;&lt;br&gt;# ls -l /usr/lib/liblber.a 
&lt;br&gt;-rw-r--r-- &amp;nbsp;1 root root 62112 May 18 &amp;nbsp;2005 /usr/lib/liblber.a
&lt;br&gt;&lt;br&gt;question is same: what may be the problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks:
&lt;br&gt;&lt;br&gt;a.
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configure-error%3A-no-BER-library-found-tp2973036p11360135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-2973079</id>
	<title>Re: configure error: no BER library found</title>
	<published>2006-02-16T07:44:15Z</published>
	<updated>2006-02-16T07:44:15Z</updated>
	<author>
		<name>Hegedüs Ervin</name>
	</author>
	<content type="html">sorry,
&lt;br&gt;&lt;br&gt;&amp;gt; checking for ber_init in -llber... no
&lt;br&gt;&amp;gt; configure: error: no BER library found
&lt;br&gt;&lt;br&gt;this error is permanent,
&lt;br&gt;&lt;br&gt;&amp;gt; checking libber on system (Debian Sarge):
&lt;br&gt;&amp;gt; # dpkg -l &amp;quot;libber0-dev&amp;quot;
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; ii &amp;nbsp;libber0-dev &amp;nbsp;0.4.1 &amp;nbsp; Development files for the BER library
&lt;br&gt;&lt;br&gt;i checks liblber.a, that is also exists:
&lt;br&gt;&lt;br&gt;# ls -l /usr/lib/liblber.a 
&lt;br&gt;-rw-r--r-- &amp;nbsp;1 root root 62112 May 18 &amp;nbsp;2005 /usr/lib/liblber.a
&lt;br&gt;&lt;br&gt;question is same: what may be the problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks:
&lt;br&gt;&lt;br&gt;a.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configure-error%3A-no-BER-library-found-tp2973036p2973079.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-2973036</id>
	<title>configure error: no BER library found</title>
	<published>2006-02-16T07:26:28Z</published>
	<updated>2006-02-16T07:26:28Z</updated>
	<author>
		<name>Hegedüs Ervin</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I try to compile openscep, but gets this message:
&lt;br&gt;&lt;br&gt;checking for ber_init in -llber... no
&lt;br&gt;configure: error: no BER library found
&lt;br&gt;&lt;br&gt;checking libber on system (Debian Sarge):
&lt;br&gt;# dpkg -l &amp;quot;libber0-dev&amp;quot;
&lt;br&gt;[...]
&lt;br&gt;ii &amp;nbsp;libber0-dev &amp;nbsp;0.4.1 &amp;nbsp; Development files for the BER library
&lt;br&gt;&lt;br&gt;and libber.a exists:
&lt;br&gt;&lt;br&gt;# ls -l /usr/lib/libber.a 
&lt;br&gt;-rw-r--r-- &amp;nbsp;1 root root 17342 Feb 29 &amp;nbsp;2004 /usr/lib/libber.a
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;what may be the problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks:
&lt;br&gt;&lt;br&gt;a.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configure-error%3A-no-BER-library-found-tp2973036p2973036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-774734</id>
	<title>Can I store the Challenge Password on a per SubjectName in OpenLDAP server?</title>
	<published>2005-09-02T17:43:22Z</published>
	<updated>2005-09-02T17:43:22Z</updated>
	<author>
		<name>Krishna Ganugapati</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.2722&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;Hello, I'm new to SCEP and I have quick question on the Open SCEP 
server.&lt;BR&gt;&lt;BR&gt;Does the Open SCEP server store the Challenge Password on a per 
SubjectName &lt;BR&gt;basis - I'd&amp;nbsp; like to setup apriori passwords for automatic 
enrollment, and &lt;BR&gt;I'm&amp;nbsp; thinking of using an out-of-band mechanism to set 
up those passwords.&lt;BR&gt;&lt;BR&gt;Do you know if Open SCEP does this?&lt;BR&gt;&lt;BR&gt;Thanks so 
much&lt;BR&gt;&lt;BR&gt;Krishna Ganugapati&lt;BR&gt;Maraki Corporation&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-I-store-the-Challenge-Password-on-a-per-SubjectName-in-OpenLDAP-server--tp774734p774734.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-611407</id>
	<title>patched version of openscep</title>
	<published>2005-08-12T01:21:28Z</published>
	<updated>2005-08-12T01:21:28Z</updated>
	<author>
		<name>Tomas Gustavsson-2</name>
	</author>
	<content type="html">&lt;br&gt;Hi all, I have published a patched version of openscep at 
&lt;br&gt;&lt;a href=&quot;http://www.primekey.se/~tomas/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.primekey.se/~tomas/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;The version is patched with the patch for openssl 0.9.7, found by googling, and 
&lt;br&gt;a small patch from me for a crash when using verbose logging.
&lt;br&gt;&lt;br&gt;These patches makes openscep usable on modern platforms, since openssl 0.9.6 
&lt;br&gt;hardly is available any more.
&lt;br&gt;I guess a 0.4.3 will never be officially released?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Tomas
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/patched-version-of-openscep-tp611407p611407.html" />
</entry>

</feed>
