libest
libest copied to clipboard
I have built the libest with libssl.so.1.0.0. But I couldn't build it with libssl.so.3.1.0. Is it able to be built with libssl.so.3.1.0? How can I build it with libssl.so.3.1.0. ```...
Hi, certificate enrollment from http://testrfc7030.com:9443 fails with error 401 since around two months. I am using certificates enrolled from port 8443 for authentication which did work so far without any...
I have built the libest with libcurl.so.4.5.0. But I couldn't build it with libcurl.so.4.8.0. Is it able to be built with libcurl.so.4.8.0? How can I build it with libcurl.so.4.8.0. ```...
While working on bringing libest to Debian, their linter found several typos in this projets. This pull request fixes this, split in two commits. The second is about copyright notices,...
Hi, Instead of dynamically linking with the OpenSSL libraries, I would like to statically link them to avoid any runtime issues (on test VMs). Is this supported? If yes, how...
* Content-Transfer-Encoding does not appear to be enforced in requests, only in responses [1] * That said, it does appear in an *example* of client enrollment in the spec [2]....
estclient does not properly handle respones from an EST server with Transfer-Encoding: chunked which happens to be a standard HTTP 1.1 feature. To force EST servers to reply w/o chunked...
This fixes a problem when trying to connect to the globalsign/est [1] test server implementation. [1] https://github.com/globalsign/est
openssl 3.0 removed FIPS_mode() and FIPS_mode_set() among others. Are there plans for such a migration or has it started?