1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

fix for negative serial numbers

This commit is contained in:
Kelly Brazil
2023-09-30 15:06:28 -07:00
parent 1a1aa8fda3
commit f602043642
4 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
jc changelog
20230820 v1.23.5
- Fix `pidstat` command parser when using `-T ALL`
20230930 v1.23.5
- TODO: Fix `pidstat` command parser when using `-T ALL`
- Fix `x509-cert` parser to allow negative serial numbers
- Add error and corrupted support for `ping` and `ping-s` parsers
20230730 v1.23.4

View File

@ -433,4 +433,4 @@ Returns:
### Parser Information
Compatibility: linux, darwin, cygwin, win32, aix, freebsd
Version 1.2 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -413,7 +413,7 @@ from jc.parsers.asn1crypto import pem, x509, jc_global
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.2'
version = '1.3'
description = 'X.509 PEM and DER certificate file parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'

View File

@ -1,4 +1,4 @@
.TH jc 1 2023-09-14 1.23.5 "JSON Convert"
.TH jc 1 2023-09-30 1.23.5 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
and strings