Pete Beal

Results 19 comments of Pete Beal

Hello, In order for libEST to support the use of path segments it needs to be built with access to another library that provides for the parsing and manipulation of...

[refman.libest.pdf](https://github.com/cisco/libest/files/6090888/refman.libest.pdf) I completely understand how you feel. I built the latest reference manual for LibEST 3.2.0p and uploaded here. Pete

--disable-test ?? From configure.ac ## Option --disable-test AC_ARG_ENABLE(test, [ ============================================================================== Extra options: AS_HELP_STRING(     [--disable-test], [disable 'make check' and libgtest dependency] )], [     URI_TEST_YESNO=${enableval} ],[     URI_TEST_YESNO=yes ]) Pete On 3/6/21 8:40...

Thanks. Overnight jenkins job found it and it was updated earlier today. Should be using the renewed cert now. Thanks again,

Hi James, The SSKG processing within libest's client function performs a validation of the key pair as a sanity test upon receiving it from the server. When we run our...

You can disable the use of safec with the --disable-safec option on the configure command.  This will make use of stubbed out version of safec that's included with libest. On...

In the past the way we interacted with MS CS was to terminate EST with an EST server function at a Registration Authority.  At the RA we would use RADIUS...

Unfortunately, in this case our RA was not something that was made open source.  We started with a popular HTTP server and hooked in libest running in server mode very...

Actually, the internally developed Registration Authority was derived from an open source HTTP server (NGINX) which was modified to process incoming EST requests and forward them to upstream CAs such...

It has been being looked at for the past week.  The libEST repo is based upon an internal version of libEST, and the internal version has different requirements then the...