mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
fix for negative serial numbers
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20230820 v1.23.5
|
20230930 v1.23.5
|
||||||
- Fix `pidstat` command parser when using `-T ALL`
|
- 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
|
- Add error and corrupted support for `ping` and `ping-s` parsers
|
||||||
|
|
||||||
20230730 v1.23.4
|
20230730 v1.23.4
|
||||||
|
@ -433,4 +433,4 @@ Returns:
|
|||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux, darwin, cygwin, win32, aix, freebsd
|
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)
|
||||||
|
@ -413,7 +413,7 @@ from jc.parsers.asn1crypto import pem, x509, jc_global
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
"""Provides parser metadata (version, author, etc.)"""
|
"""Provides parser metadata (version, author, etc.)"""
|
||||||
version = '1.2'
|
version = '1.3'
|
||||||
description = 'X.509 PEM and DER certificate file parser'
|
description = 'X.509 PEM and DER certificate file parser'
|
||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -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
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
||||||
and strings
|
and strings
|
||||||
|
Reference in New Issue
Block a user