Thanks for your patch kit.
I just tried to integrate the patch into OpenSSL-0.9.5a.
There the following error occurred:
make[2]: Entering directory
`/home/nardmann/CompilationTmp/Linux-i86pc/openssl-0.9.5a/crypto/ocsp'
gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c
ocsp_req.c -o ocsp_req.o
ocsp_req.c: In function `OCSP_REQINFO_new':
ocsp_req.c:95: `ASN1_F_OCSP_REQINFO_NEW' undeclared (first use in this
function)
ocsp_req.c:95: (Each undeclared identifier is reported only once
ocsp_req.c:95: for each function it appears in.)
ocsp_req.c: In function `d2i_OCSP_REQINFO':
ocsp_req.c:157: `ASN1_F_D2I_OCSP_REQINFO' undeclared (first use in this
function)
ocsp_req.c: In function `OCSP_REQUEST_new':
ocsp_req.c:195: `ASN1_F_OCSP_REQUEST_NEW' undeclared (first use in this
function)
ocsp_req.c: In function `d2i_OCSP_REQUEST':
ocsp_req.c:230: `ASN1_F_D2I_OCSP_REQUEST' undeclared (first use in this
function)
ocsp_req.c: In function `OCSP_ONEREQ_new':
ocsp_req.c:250: `ASN1_F_OCSP_ONEREQ_NEW' undeclared (first use in this
function)
ocsp_req.c: In function `d2i_OCSP_ONEREQ':
ocsp_req.c:293: `ASN1_F_D2I_OCSP_ONEREQ' undeclared (first use in this
function)
make[2]: *** [ocsp_req.o] Error 1
Is there a patch for the error constants missing?
Richard Levitte - VMS Whacker wrote:
> A lot of people seem to want a preview of what I do, so here it is,
> the current snapshot of the OCSP stuff I'm working with, available
> at http://www.stacken.kth.se/~levitte/OpenSSL/. Note that there are
> two variants, one with patches relative to OpenSSL 0.9.5a and one
> relative to the current status. OCSP_kit.README explains what you
> need to do to get this into your copy of OpenSSL.
>
> This will probably not work with version earlier than 0.9.5 of
> OpenSSL.
>
> The kit provides the basic library routines to create requests and
> responses as well as verifying them and parsing them, and an
> application to do the same with ('openssl ocsp'). No test utility is
> provided yet.
>
> Note that there are stuff in there that are not really as good as you
> might like, most importantly parts of the application ('openssl ocsp')
> which could handle some stuff in a much more elegant way (I'm working
> on that).
>
> Please, send me the bug reports, not to the OpenSSL lists.
>
> Even though I'm affiliated to OpenSSL, this is something I release as
> an individual. OCSP_kit.README explains the reasons why this is not
> currently becoming part of the OpenSSL distribution.
>
> --
> Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
> Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
> Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, Celo Communications: http://www.celocom.com/
>
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
--
Heiko Nardmann (Dipl.-Ing.), [EMAIL PROTECTED], Software Development
secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de),
Weidenauer Str. 223-225, D-57076 Siegen
Tel. : +49 271 48950-13, Fax : +49 271 48950-50
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]