ncrypt 0.6.4-0ubuntu7 source package in Ubuntu

Changelog

ncrypt (0.6.4-0ubuntu7) oneiric; urgency=low

  * Disable SSLv2 support, since OpenSSL 1.0.0 no longer exposes it.
    Attempts to create SSLContext(SSL_METHOD_SSLV2) will now raise
    ValueError.
 -- Colin Watson <email address hidden>   Fri, 20 May 2011 14:15:21 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ncrypt_0.6.4.orig.tar.gz 31.0 KiB f209ef40feb1eaa39ce81a55ad5be4b1dee16dd67b9b9dc97b862806b61f8717
ncrypt_0.6.4-0ubuntu7.diff.gz 2.7 KiB 95fae9521b4bc9c3abaff5371fa7b9143f88569000892d9a75ded63ba630c33c
ncrypt_0.6.4-0ubuntu7.dsc 1.8 KiB e00e827dced19514b99a3de875585d5fcdb7f1c002055ad012c720c102ebcfdf

Available diffs

View changes file

Binary packages built by this source

python-ncrypt: python wrapper for OpenSSL

 Features:
  * hash algorithms (md5, sha1, sha256, sha512 etc.)
  * symmetric encryption algorithms (aes256, aes128, 3des, blowfish etc.)
  * public key crypto with RSA
  * diffie-hellman key exchange
  * create/manipulate X.509 certificates
  * SSL/TLS network protocol
  * MIT License
 .
  Homepage: http://tachyon.in/ncrypt/