Skip to content

Releases: cisco/libest

Release 3.2.0

06 Jul 05:44
4ca02c6
Compare
Choose a tag to compare

The following new features have been added:

  • Support for OpenSSL 1.1.1
  • Ability to build only client function for constrained environments.
  • Support for the server side keygen EST primitive
  • EST/BRSKI client support
  • EST Server/Proxy over CoAP support
  • Enhanced Cert Auth (ECA)
    • Derive authentication credentials from client ID certificate
    • Optional feature not defined in EST
  • Perf timer support
  • Support for event handlers
    • Ability to call registered callback functions to perform additional event logging

Building just RFC 7030 EST support remains the same as with previous releases. All new features are optionally included through ./configure options or new API function calls to enable a feature. See README for quick build/install instructions, build the libEST reference document for detailed instructions (README.doxy) for new features.

1.1.0 release

29 May 17:14
Compare
Choose a tag to compare

Adds support for SRP and Java JNI client. Also includes various bug fixes. See commit on master for details.

1.0.0 release

24 Apr 18:56
Compare
Choose a tag to compare

Initial release of libest