SecureBlackbox (ActiveX/DLL edition) is a comprehensive component collection for Internet security.
SecureBlackbox is split to several packages:
* PKIBlackbox - offers support for Public Key Infrastructure (X.509 certificates, certificate requests, certificate revokation lists, certificate storages etc.). PKIBlackbox supports Windows Certificates and Windows Certificate Storages. PKIBlackbox lets you manage certificates, stored on CryptoCards and USB CryptoTokens, via CryptoAPI.
* SSLBlackbox - client and server components that provide complete support for SSL2, SSL3 and TLS1.x. Unlike other components SSLBlackbox contains original implementation of all encryption algorithms and security protocols, used in the package, and doesn't depend on third-party libraries.
* SSHBlackbox - client components that provide support for SSH1 and SSH2 (including compression) and don't depend on third-party libraries. Server-side components are in development.
* SFTPBlackbox - client component that provides support for SSH File Transfer Protocol (SFTP, SSH-based protocol).
Limitations:
· speed limitations in certain functions
· nag screen
What's New in This Release: [ read full changelog ]
· [All] (PDF) Basic PAdES signatures can be upgraded now
· [All] (SSH) Improved compatibility with Password Manager Pro server
· [All] (PDF) Fixed reading compressed DSS certificates, CRLs, OCSPs for PAdES signature handler.
· [All] (PDF) Minor fixes in PDF parser: fixed reading of attachments (specially structured) and improved document processing with bad cross-reference table.
· [All] (SFTP) Upload and download process termination using ElSimpleSFTPClient.MessageLoop event fixed.
· [All] (HTTP) If the URL for GET operation denoted a .tar.gz file and the server reported "conent-encoding: gzip" for the file being downloaded, the client ungzipped the data during downloading. Fixed.
· [All] (HTTP) Fixed HTTP 1.0 downloads, which threw an exception with error code 10058 if the server didn't provide data length in response headers and instead just closed connection to signal document end.