freebsd-ports/security/openscep/files/patch-lib_decode.c
Jean-Yves Lefort 9e01a15a9e Add openscep.
OpenSCEP 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.

OpenSCEP includes a client and a server implementation, as well as some CGI
programs to simplify certificate and revocation list management.

WWW: http://openscep.othello.ch/

PR:		ports/81264
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-05-23 22:21:25 +00:00

10 lines
339 B
C

--- lib/decode.c.orig Tue Feb 26 02:01:06 2002
+++ lib/decode.c Thu May 19 16:23:01 2005
@@ -58,6 +58,7 @@
__LINE__, (scep->client) ? "reply" : "request");
/* convert from base64 to internal representation */
+ BIO_set_mem_eof_return(bio, 0);
if (msg->base64) {
if (debug)
BIO_printf(bio_err, "%s:%d: prepending Base64 "