libssl26 port - builds non-usa rsa-enabled libssl and package.

This commit is contained in:
beck 2000-03-27 05:22:02 +00:00
parent acb8ec356f
commit 4f0dd46a56
5 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# $OpenBSD: Makefile,v 1.1 2000/03/27 05:22:02 beck Exp $
DISTNAME= libssl26
CATEGORIES= security
MASTER_SITES= ftp://sunsite.ualberta.ca/pub/Local/People/beck/
MAINTAINER= beck@openbsd.org
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
ssl26, libraries that include the RSA algorithm.

View File

@ -0,0 +1,18 @@
ssl26 libcrypto and libssl libraries that includes the RSA algorithm.
*This version is for use OUTSIDE THE USA ONLY.*
These two OpenBSD libraries (libssl and libcrypto, based on OpenSSL)
implement many cryptographic functions which are used by OpenBSD
programs like ssh, httpd, and isakmpd. Due to patent licensing
reasons, those libraries may not be included on the CD -- instead the
base distribution contains libraries which have had the troublesome
code removed -- the programs listed above will not be fully functional
as a result. Libraries which _include_ the troublesome routines are
in this package, and may be used as long as you meet the follow
(legal) criteria:
(1) Outside the USA, no restrictions apply. Use ssl26 (This package)
(2) Inside the USA, non-commercial entities may the install
the sslUSA26 package which includes RSAREF (NOT this package).
(3) Commercial entities in the USA are left in the cold, due to how
the licences work. (This is how the USA crypto export policy
feels to the rest of the world.)

View File

@ -0,0 +1,4 @@
#!/bin/sh
if [ $2 = POST-INSTALL ]; then
ldconfig -m $PKG_PREFIX
fi

View File

@ -0,0 +1,11 @@
@name ssl26a
@cwd /usr/local/lib
libcrypto.a
libcrypto.so.2.3
libcrypto_p.a
libcrypto_pic.a
libssl.a
libssl.so.2.3
libssl_p.a
libssl_pic.a
@cwd .