[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Testing of SCEP client
=?iso-8859-1?q?Aravinda=20babu?= <aravindforipsec@xxxxxxxxx> writes:
>I am new to this mailing list.Recently we added SCEP client functionality in
>our SOHO firewall/vpn box.So i want to test this SCEP client functionality.I
>tried with OpenSCEP since 3 weeks.But no result.Is there any other companies
>provide SCEP server and CA server functionality freely so that i can test my
>box.
http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ should do it, it's open-source
and does both client and server.
(There is one deviation from the SCEP spec, it uses a standard HTTP engine
that can't do the (nonstandard) non-idempotent PUT required by SCEP, so
you'll have to use HTTP POST rather than PUT to submit requests. I've
grumbled about this before, this really should be fixed in the spec since it
breaks HTTP proxies and caches).
Peter.