OpenSSL Tracer Changelog
This is the list of version numbers of the Cryptosense OpenSSL Tracer. Each version number is shown with a list of changes brought by that version.
0.1.0 - 2022-08-26
- Replace environment variables
CS_TRACE_SIZE
andCS_UNLIMITED_TRACE_SIZE
with a unique variableCS_MAX_TRACE_SIZE
, for consistency with other tracers. This new variable represents a number of megabytes,0
being used to disable the trace size limit. - Add an experimental environment variable
CS_USE_TMP_TRACE_NAME
. When set to1
, the tracer uses a temporary extension (.tmp
) for the trace while the application is running.
0.0.4 - 2022-08-05
- Add on-the-fly compression of traces. Traces now have a
.cst.gz
extension and are gzipped. - Add support for tracing OpenSSL 1.0 on RHEL 7.
0.0.3 - 2022-05-24
- Trace names now contain the startup time and PID of the application.
- Add a
CS_PREFIX
environment variable to enable the customization of the prefix used for the names of traces.
0.0.2 - 2021-11-09
- Various additions including stack traces and new traced functions.
0.0.1 - 2020-07-07
- Initial release.