[New-bugs-announce] [issue8998] add encryption/decryption/signature/verification routines to stdlib

geremy condra report at bugs.python.org
Mon Jun 14 23:39:58 CEST 2010


New submission from geremy condra <debatem1 at gmail.com>:

Python's hashlib and ssl modules currently leverage OpenSSL to provide developers with access to cryptographic hash and TLS routines, but encryption/decryption and signature/verification support are still missing. I propose the addition of an easy-to-use crypto module modeled after Evpy[0] to remedy this.

----------
components: Library (Lib)
messages: 107813
nosy: debatem1
priority: normal
severity: normal
status: open
title: add encryption/decryption/signature/verification routines to stdlib
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8998>
_______________________________________


More information about the New-bugs-announce mailing list