What's new

This goal of this release is to allow a convenient access to the SSH2 protocol for Python application. This is provided through Python module Paramiko (and 7 other external packages required to satisfy its dependencies). A complete explanation of the new packages installed within the release is found at JIRA PSRT-62 . Otherwise this release is identical to ana-0.15.7.

New External Packages

  • ecdsa (0.13): ECDSA cryptographic signature library (pure python)
  • gmp (6.0.0): GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.
  • pycrypto (2.6.1): the Python Cryptography Toolkit
  • pyasn1 (0.1.18): ASN.1 types and codecs (BER, CER, DER) implementation in Python programming language.
  • pycparser (2.14): a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.
  • cffi (1.1.2): C Foreign Function Interface for Python. The goal is to provide a convenient and reliable way to call compiled C code from Python using interface declarations written in C
  • python-gssapi (0.6.4):  an object-oriented interface to GSSAPI for Python
  • paramiko (1.15.2):  Python (2.6+, 3.3+) implementation of the SSHv2 protocol [1], providing both client and server functionality.
  • No labels