Bug 206095 - [NEW PORT] security/py-pycryptodome: Cryptographic library for Python
Summary: [NEW PORT] security/py-pycryptodome: Cryptographic library for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords: feature
Depends on:
Blocks:
 
Reported: 2016-01-10 11:39 UTC by Yuri Victorovich
Modified: 2016-01-10 13:44 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (2.67 KB, text/plain)
2016-01-10 11:39 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-01-10 11:39:50 UTC
Created attachment 165353 [details]
shar archive

Self-contained python library: https://pypi.python.org/pypi/pycryptodome

Passes poudriere.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-10 13:44:59 UTC
A commit references this bug:

Author: miwi
Date: Sun Jan 10 13:44:02 UTC 2016
New revision: 405696
URL: https://svnweb.freebsd.org/changeset/ports/405696

Log:
  PyCryptodome is a fork of PyCrypto. It brings the following
  enhancements with respect to the last official version of
  PyCrypto (2.6.1):

  * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
  * Accelerated AES on Intel platforms via AES-NI
  * First class support for PyPy
  * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
  * Salsa20 and ChaCha20 stream ciphers
  * scrypt and HKDF
  * Deterministic DSA
  * Password-protected PKCS#8 key containers
  * Shamir's Secret Sharing scheme
  * Random numbers get sourced directly from the OS (and not from
    a CSPRNG in userspace)
  * Simplified install process, including better support for Windows
  * Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
  * Major clean ups and simplification of the code base

  WWW: https://pypi.python.org/pypi/pycryptodome/

  PR:		206095
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Changes:
  head/security/Makefile
  head/security/py-pycryptodome/
  head/security/py-pycryptodome/Makefile
  head/security/py-pycryptodome/distinfo
  head/security/py-pycryptodome/pkg-descr