openssl

From MaRDI portal
Software:57494



CRANopensslMaRDI QIDQ57494

Toolkit for Encryption, Signatures and Certificates Based on OpenSSL

Jeroen Ooms

Last update: 25 September 2023

Copyright license: MIT license, File License

Software version identifier: 2.0.6, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.8, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9, 1.0.1, 1.0.2, 1.0, 1.1, 1.2.1, 1.2.2, 1.2, 1.3, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.1.0, 2.1.1



Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.