mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
9e01a15a9e
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>
11 lines
339 B
C
11 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 "
|