openssl
OpenSSL 1.0.0 Beta 2 / 0.9.8k
Open Source toolkit implementing the Secure Sockets Layer and Transport Layer Security protocols more>> <<less
License:Freeware
OpenSSL for OSX 0.9.5a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer more>> The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.
MacOS X 10.0 or later.

OpenSSL File Utilities 0.3b
OpenSSL File Utilities is a powerful and popular utility which can bring strong cryptography to average computer users. more>>
OpenSSL File Utilities 0.3b is a powerful and popular utility which can bring strong cryptography to average computer users.
Although this is only a beta version, it supports all of the OpenSSL block ciphers. It is merely a GUI front-end to the command-line program "openssl".
Enhancements:
- AES Encryption/Decryption added
Requirements:
- Mac OS X 10.0 or later
- OpenSSL (installed by default)
- Aesutil
PostgreSQL 8.2.3
PostgreSQL - SQL database server more>>
PostgreSQL includes support for GNU Readline, JDBC, ODBC, C++,Multibyte ands OpenSSL.
Some configuration is required after installation, please see the instructions at http://www.entropy.ch/software/macosx/postgresql/.
You can also download a StartupItem and a matching PHP Apache module package there.
zipaes 1.1
zipaes is a set of tools for copying, archiving, and encrypting your data more>>
It basically adds an openssl encryption filter to rditto, so you should look at
the rditto documentation for detailed usage.
zipaes is a set of tools for copying, archiving, and encrypting your data under Mac OS X 10.3 or later.
Main features:
- Uses industry standard 128-bit AES cipher for data encryption.
- Unencrypted zip archives are identical to those created by the Finder. You can open them with nothing more than a double-click. (Use DropZipAES to open encrypted archives.)
- Mac meta-data (resource forks, etc.) are properly copied and archived.
- Can copy or archive to/from remote computers over a network connection (using ssh).
Enhancements:
- Major rewrite.
Portecle 1.4
Easy to use GUI application for managing cryptography related issues more>> Easy to use GUI application for managing cryptography related issues
Portecle is a free and user friendly GUI application for creating, examining and managing keystores, keys, certificates, certificate requests, certificate revocation lists and more.
Main features:
- Create, load, save, and convert keystores.
- Generate DSA and RSA key pair entries with self-signed version 1 X.509 certificates.
- Import X.509 certificate files as trusted certificates.
- Import key pairs from PKCS #12 files.
- Clone and change the password of key pair entries and keystores.
- View the details of certificates contained within keystore entries, certificate files, and SSL/TLS connections.
- Export keystore entries in a variety of formats.
- Generate and view certification requests (CSRs).
- Import Certificate Authority (CA) replies.
- Change the password of key pair entries and keystores.
- Delete, clone, and rename keystore entries.
- View the details of certificate revocation list (CRL) files.
System requirements:
-
Enhancements
New features:
- Support for importing key pairs from OpenSSL PEM bundles.
- Support for encrypting private key in PEM export.
- Recognition and decoding support for some additional certificate extensions.
- Experimental: support for renewing self signed certificates.
Enhancements:
- Significant user interface improvements, including among others use of Java Desktop API to launch browsers and mail clients, more and improved default values in forms, and improved extension viewer dialog with hyperlink support for other resources in them (CRLs, certificates etc).
- Support changing look and feel without restarting the app.
- Support online help not bundled in jar (set helpbaseurl at build time).
Bug fixes:
- Fix problem with examining certificates from OpenSSL PEM bundles in certain security provider configurations.
Miscellaneous:
- Java SE 6 or later is now required.
- Bundled Bouncy Castle provider jar upgraded to 1.41.
- Removed built in support code for additional external look and feels; users who want them can have a look at Javas built in facilities for installing them.
pkeytool 1.0.2
Free Java development tool that allows you to work with private keys more>> Free Java development tool that allows you to work with private keys
The keytool that ships with the JDK does not allow you to import or export private keys.
pkeytool is a free and command line based tool that takes over where keytool leaves off by allowing you to work with private keys. pkeytool will only work with Java v1.4 or later.
Enhancements
- Updated docs with OpenSSL example
encGIU 1.0
encGIU is regarded as a feature-rich and trustworthy program for MAC. Graphic User Interface to the UNIX command line encryption utilities provided through openssl. more>>
encGIU 1.0 is regarded as a feature-rich and trustworthy program for MAC. Graphic User Interface to the UNIX command line encryption utilities provided through openssl. Also available is a REALbasic module to add these functions to other applications.
Requirements:
- Mac OS X (Darwin) 10.3.5
- OpenSSL - Developed using OpenSSL 0.9.7b
Checksum 1.5
Front-end to the checksum functions of OpenSSL. more>>
Checksum 1.5 is a program with the possibility of calculating check-sums for files. It has a convenient drag-and-drop interface. It is a small Cocoa wrapper around the command-line tool "openssl" included in Mac OS X. To use it, just drop a file onto the window. Source code is also available.
CiphSafe 1.3b2
CiphSafe - store passwords or other notes securely more>>
Encrypts with 320-bit Blowfish, includes random password generation, and a very clean interface. Uses the systems OpenSSL for encryption.
Apache for OSX 2.0.55
Apache for OSX - Popular website server software more>>
Its created by a collaborative effect of software developers.
The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.
These volunteers are known as the Apache Group. In addition,hundreds of users have contributed ideas, code, and documentation to theproject.
This version of Apache is a precompiled binary for MacOS X and Darwin users.
Enhancements:
- SECURITY: CAN-2005-2700 (cve.mitre.org) mod_ssl: Fix a security issue where "SSLVerifyClient" was not enforced in per-location context if "SSLVerifyClient optional" was configured in the vhost configuration. [Joe Orton]
- worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames]
- mod_ldap: Fix PR 36563. Keep track of the number of attributes retrieved from LDAP so that all of the values can be properly cached even if the value is NULL. [Brad Nicholes, Ondrej Sury ]
- SECURITY: CAN-2005-2491 (cve.mitre.org): Fix integer overflows in PCRE in quantifier parsing which could be triggered by a local user through use of a carefully-crafted regex in an .htaccess file. [Philip Hazel]
- SECURITY: CAN-2005-2088 (cve.mitre.org) proxy: Correctly handle the Transfer-Encoding and Content-Length headers. Discard the request Content-Length whenever T-E: chunked is used, always passing one of either C-L or T-E: chunked he never the request includes a request body. Resolves an entire class of proxy HTTP Request Splitting/Spoofing attacks. [William Rowe]
- Added TraceEnable [on|off|extended] per-server directive to alter the behavior of the TRACE method. This addresses a flaw in proxy conformance to RFC 2616 - previously the proxy server would accept a TRACE request body although the RFC prohibited it. The default remains TraceEnable on. [William Rowe]
- Add ap_log_cerror() for logging messages associated with particular client connections. [Jeff Trawick]
- Correct mod_cgids argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S ]
- mod_include: Fix possible environment variable corruption when using nested includes. PR 12655. [Joe Orton]
- Support the suppress-error-charset setting, as with Apache 1.3.x. PR 31274. [Jeff Trawick]
- EBCDIC: Handle chunked input from client or, with proxy, origin server. [Jeff Trawick]
- Fix bad globbing comparison which could result in getting a directory listing when a file was requested. PR 34512. [sean ]
- Fix core dump if mod_auth_ldaps mod_auth_ldap_auth_checker() was called even if mod_auth_ldap_check_user_id() was not (or if it didnt succeed) for non-authoritative cases. [Jim Jagielski]
- SECURITY: CAN-2005-2728 (cve.mitre.org) Fix cases where the byterange filter would buffer responses into memory. PR 29962. [Joe Orton]
- mod_proxy: Fix over-eager handling of % for reverse proxies. PR 15207. [Jim Jagielski]
- mod_ldap: Fix various shared memory cache handling bugs. PR 34209. [Joe Orton]
- Fix a file descriptor leak when starting piped loggers. PR 33748. [Joe Orton]
- mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. PR 34618. [Brad Nicholes]
- mod_ssl: Fix build with OpenSSL 0.9.8. PR 35757. [William Rowe]
- SECURITY: CAN-2005-2088 (cve.mitre.org) core: If a request contains both Transfer-Encoding and Content-Length headers, remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing attacks. [Paul Querna, Joe Orton]
- proxy HTTP: If a response contains both Transfer-Encoding and a Content-Length, remove the Content-Length and dont reuse the connection, mitigating some HTTP Response Splitting attacks. [Jeff Trawick]
- Prevent hangs of child processes when writing to piped loggers at the time of graceful restart. PR 26467. [Jeff Trawick]
- SECURITY: CAN-2005-1268 (cve.mitre.org) mod_ssl: Fix off-by-one overflow whilst printing CRL information at "LogLevel debug" which could be triggered if configured to use a "malicious" CRL. PR 35081. [Marc Stern ]
- mod_userdir: Fix possible memory corruption issue. PR 34588. [David Leonard ]
- worker mpm: dont take down the whole server for a transient thread creation failure. PR 34514 [Greg Ames]
- mod_rewrite: use buffered I/O to improve performance with large RewriteMap txt: files. [Greg Ames]
- proxy HTTP: Rework the handling of request bodies to handle chunked input and input filters which modify content length, and avoid spooling arbitrary-sized request bodies in memory. PR 15859. [Jeff Trawick].
PHPStar 3.0.3
PHPStar is a full featured PHP 5 installer for 4D WebSTAR V 5.3.x or newer. Includes all necessary libs, binaries and support for ImageMagick, GD, PNG, JPEG, T1LIB, IMAP, Gettext, cURL, MCrypt, ZLib, more>> PHPStar is a full featured PHP 5 installer for 4D WebSTAR V 5.3.x or newer. Includes all necessary libs, binaries and support for ImageMagick, GD, PNG, JPEG, T1LIB, IMAP, Gettext, cURL, MCrypt, ZLib, IMAP and FreeType2. XML, PostGreSQL, MySQL, EXIF, OpenSSL, FTP, LDAP, PEAR and Sendmail is also supported.
Mac OS X 10.2 or later, 4D WebSTAR V 5.3.x or later.
Version 3.0.3:
- added PHP 5.0.4 support
- added BZip2 1.0.3
- added OpenSSL 0.9.7g
- added IMAP-2004d
- added libIDN 0.5.17
- added Curl 7.14.0
- added Libtool 1.5.18
- added libXML2 2.6.19
- added ImageMagick 5.5.7-34
- added MySQL 4.1.12
Unworkable 0.51
Open source BSD-licensed BitTorrent implementation more>> Open source BSD-licensed BitTorrent implementation
Unworkable is a BSD-licensed BitTorrent implementation, developed with the following goals: simplicity, efficiency, and high code quality.
Unworkable is single threaded and asynchronous, written in ANSI C using libevent and mmap() for performance.
Unworkable is developed primarily under OpenBSD, however it has been written with portability in mind and should compile and run out of the box on at least:
- Mac OS X
- FreeBSD 6.2
- Ubuntu Linux 7.10
- Centos 5
- Solaris 10
NOTE: Unworkable currently lacks support for the following:
- HTTP/1.1 client. Many trackers do not correctly support HTTP/1.0 so downloads will not work.
- Encryption.
- Trackerless (DHT) operation.
- Probably lots of other stuff.
System requirements:
- libevent
- OpenSSL
- SCons
Crypt script 1.1
Crypt script - Script command to encrypt/decrypt files more>>
Crypt is free and very powerful. It uses open source (OpenSSL) technology and can be used to encrypt/decrypt as many files as you want in a single command.
Enhancements:
- Adds a shred option (-s) to secure delete files instead of just the standard remove command. The shred will overwrite the file 25 times then add a final overwrite with zeros to hide the shredding. Finally it removes the file after shredding.
- The remove (-r) option is still available.
ActivePerl (Mac) 5.10.0.1005
ActivePerl is the industry-standard Perl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActivePerls completeness and ease-of-use. more>>
ActivePerl (Mac) 5.10.0.1005 is a powerful software which is available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActivePerls completeness and ease-of-use, while corporate users protect their infrastructure and stay competitive with quality-assured ActivePerl business solutions.
Major Features:
- Complete and ready-to-install, the free ActivePerl distribution includes core Perl, popularmodules, the Perl Package Manager (PPM), and complete documentation. The Windows version provides additional features that have made ActivePerl the worldwide standard for Perl on Windows.
- ActiveState also provides business solutions for dynamic languages, including enterprise distributions and OEM licensing, that offer guaranteed stability, expert support, unparalleled quality and cost-efficiency to organizations.
Enhancements:
- New switch statement and smart-match operator.
- Defined-or operator,
- Plus many improvements to regular expressions.
- Engine is no longer recursive: no more stack overflows.
- OpenSSL security fixes
- -p filetest implemented on Windows
- Potential memory corruption in Perl for ISAPI fixed
- Bundled modules updated to latest version
Requirements:
- PowerPC G4 or G5
- x86
- Mac OS X 10.4 "Tiger" or later
- Page: 1 of 2
- 1
- 2