Skip to content

Commit

Permalink
Merge branch 'master-0.2' into python2-3-catchup
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gallo committed Jun 30, 2022
2 parents 865ea8b + b084539 commit 48e6b0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

v0.1.20 - 2021-XX-XX
--------------------
v0.2.1 - 2022-XX-XX
-------------------

- Python 2/3 compatible codebase
- `pysap/SAPCredv2.py`: Added subject fields instead of commonName for LPS-enabled credentials ([\#35](https://github.com/SecureAuthCorp/pysap/issues/35)). Thanks [@rstenet](https://github.com/rstenet)!
- `pysap/SAPCredv2.py`: Add support for cipher format version 1 with 3DES ([\#35](https://github.com/SecureAuthCorp/pysap/issues/35) and [\#37](https://github.com/SecureAuthCorp/pysap/pull/37)). Thanks [@rstenet](https://github.com/rstenet)!
- `pysap/SAPHDB.py`: Added missing `StatementContextOption` values (see [\#22](https://github.com/SecureAuthCorp/SAP-Dissection-plug-in-for-Wireshark/issues/22)).
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pysap - Python library for crafting SAP's network protocols packets
[![Latest Version](https://img.shields.io/pypi/v/pysap.svg)](https://pypi.python.org/pypi/pysap/)
[![Documentation Status](http://readthedocs.org/projects/pysap/badge/?version=latest)](http://pysap.readthedocs.io/en/latest/?badge=latest)

SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.

Version 0.1.20.dev0 (XXX 2021)
Version 0.2.1.dev0 (XXX 2022)


Overview
Expand All @@ -21,7 +21,7 @@ formats as well. While some of them are standard and well-known protocols, other
are proprietaries and public information is generally not available.

[pysap](https://www.secureauth.com/labs/open-source-tools/pysap)
is an open source Python 2 library that provides modules for crafting and sending packets
is an open source Python 2/3 library that provides modules for crafting and sending packets
using SAP's `NI`, `Diag`, `Enqueue`, `Router`, `MS`, `SNC`, `IGS`, `RFC` and `HDB`
protocols. In addition, support for creating and parsing different proprietary file
formats is included. The modules are built on top of [Scapy](https://scapy.net/) and are
Expand Down Expand Up @@ -67,9 +67,7 @@ To install pysap simply run:

$ python -m pip install pysap

pysap is compatible and tested with Python 2.7. A Python 2/3 compatible version
is [in the workings](https://github.com/SecureAuthCorp/pysap/tree/python2-3) but
it's [not finalized yet](https://github.com/SecureAuthCorp/pysap/projects/1).
pysap is compatible and tested with Python 2.7/3.8.

Documentation
-------------
Expand Down

0 comments on commit 48e6b0d

Please sign in to comment.