Skip to content

Release v1.1.1

Latest
Compare
Choose a tag to compare
@Toparvion Toparvion released this 09 Jan 18:51

The second public release of NSS Java Maker.

What's New

  1. The utility is able to recognize, parse and analyze multiple independent consecutive SSL/TLS sessions in input log files. This means that from now on you don't need to split logs into several parts to compose a single NSS key file.
    This release is also provided with real life example log file which causes NSS Java Maker to produce a key file with two entries (two TLS sessions with different servers). Please see examples/multi-session directory for details.
  2. The encoding of input log file can now be specified with -encoding: option.
    This can be useful in cases when your log contains not only SSL debug records but also some national characters coming from bussiness logic layer. For more info please refer to Additional options usage in Readme file.
  3. Some minor enhancements and bug fixes were done as well as licensing information added.

ℹ️ General description, usage help and other info can be found in Readme file.