Codebase list unsafeopenssl / 5b78387 debian / control
5b78387

Tree @5b78387 (Download .tar.gz)

control @5b78387raw · history · blame

Source: unsafeopenssl
Build-Depends: debhelper-compat (= 12), m4, bc, dpkg-dev (>= 1.15.7), libz-dev
Section: utils
Priority: optional
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>
Standards-Version: 4.5.0
Homepage: https://github.com/gremwell/unsafeopenssl-pkg-deb
Vcs-Git: https://gitlab.com/kalilinux/packages/unsafeopenssl.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/unsafeopenssl

Package: openssl-unsafe
Architecture: any
Depends: libunsafessl1.0.2 (= ${binary:Version}), ${perl:Depends},
 ${misc:Depends}, ${shlibs:Depends}
Suggests: ca-certificates
Description: Secure Sockets Layer toolkit - cryptographic utility - UNSAFE VERSION
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains the general-purpose command line binary /usr/bin/openssl,
 useful for cryptographic operations such as:
  * creating RSA, DH, and DSA key parameters;
  * creating X.509 certificates, CSRs, and CRLs;
  * calculating message digests;
  * encrypting and decrypting with ciphers;
  * testing SSL/TLS clients and servers;
  * handling S/MIME signed or encrypted mail.

Package: libunsafessl1.0.2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Secure Sockets Layer toolkit - shared libraries - UNSAFE VERSION
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It provides the libssl and libcrypto shared libraries.

Package: libunsafessl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libunsafessl1.0.2 (= ${binary:Version}), zlib1g-dev, ${misc:Depends}
Description: Secure Sockets Layer toolkit - development files - UNSAFE VERSION
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains development libraries, header files, and manpages for libssl
 and libcrypto.