Commit Graph

39 Commits

Author SHA1 Message Date
Marc G. Fournier
a05c0a07b8 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... 1999-04-22 00:17:18 +00:00
Dirk Froemberg
8dba5f2277 openssl-0.9.2b-rsaoaep.patch supersedes patch-aj.
Obtained from:	http://www.openssl.org/
1999-04-13 22:37:02 +00:00
Dirk Froemberg
edce2a8b07 Fix build error on FreeBSD-4.0-CURRENT.
Reported by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
1999-03-30 22:39:28 +00:00
Dirk Froemberg
5bd84f9d98 - patch-ab needs to patch Makefile.org and not Makefile.ssl. Otherwise
the diffs are trashed because Makefile.org is used as a basis for
  Makefile.ssl during configuration. Now that patch-ab is applied correctly
  libRSAglue.a is installed.

- add patch-aj obtained from the OpenSSL CVS repository:
  "Make sure the RSA OAEP test is skipped under -DRSAref because
   OAEP isn't supported when OpenSSL is built with RSAref."
1999-03-29 14:43:49 +00:00
Dirk Froemberg
0d16fe8fa8 Upgrade to 0.9.2b.
According to the OpenSSL-core-team you are strongly encouraged to upgrade
any old version. The new version has a lot of bug fixes.

- ${PREFIX}/bin/ssleay was renamed to ${PREFIX}/bin/openssl and
  ${PREFIX}/etc/ssleay.cnf to ${PREFIX}/lib/openssl.cnf

- there are no links from e. g. ${PREFIX}/bin/md5 to ${PREFIX}/bin/ssleay
  any longer, instead you have to call "openssl md5" now

- replaced HAS_CONFIGURE, CONFIGURE_SCRIPT and CONFIGURE_ENV with a
  do-configure target and changed the indention level

- some perl scripts need perl5 now, so set USE_PERL5 and replace perl
  with ${PERL5} where neccessary.

- honour ${CFLAGS}
1999-03-26 08:42:49 +00:00
Dirk Froemberg
1099b7a228 Set ONLY_FOR_ARCHS to i386.
Apply openssl-0.9.1c-bnrec.patch via PATCHFILES:

"DESCRIPTION:
The Big Number (BN) library in OpenSSL 0.9.1c has some problems when dealing
with very large numbers. Because mostly all other OpenSSL sub-libraries
(including the RSA library) are based on BN, this can cause failures when
doing certificate verification and performing other SSL functions. These BN
bugs are already fixed for OpenSSL 0.9.2. But for OpenSSL 0.9.1c the easiest
workaround to fix the subtle problems is to apply the above patch which mainly
disables the broken Montgomery multiplication algorithm inside BN."
1999-03-06 11:36:23 +00:00
Dirk Froemberg
0e7af78196 Correct MASTER_SITES. 1999-01-26 22:06:04 +00:00
Dirk Froemberg
8ee28cc021 Modify ${PREFIX}/bin/md5 (= ${PREFIX}/bin/ssleay) output string.
PR:		ports/9563
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-01-20 12:44:04 +00:00
Dirk Froemberg
682100bdab Don't use rsaref if I_HAVE_AN_RSA_LICENSE is defined.
Requested by:	Garrett Wollman <wollman@FreeBSD.ORG>:

"If you have an RSA license, you DON'T want to use rsaref -- it's
slow as hell.  The only reason you would want to use rsaref is:

	1) You are in the US.
	2) The patent hasn't expired yet (600-someodd days and counting).
	3) You wouldn't have the right to use RSA otherwise."
1999-01-12 23:18:59 +00:00
Dirk Froemberg
6364110638 Remove empty patch-ac and add patch-a[ef] which got lost during last commit. 1999-01-10 15:46:01 +00:00
Dirk Froemberg
fb85680370 Bring this port up to openssl-0.9.1c after a repository copy from SSLeay.
OpenSSL is a successor of SSLeay (see http://www.openssl.org/).

This port uses almost the same files as SSLeay. So they can't be
installed both.

- make the port ${PREFIX} clean
- reorganize PLIST (list links as normal files, which makes the PLIST
  shorter and easier to maintain)
- reference ${PREFIX}/etc/ssleay.cnf only (there was a reference to
  ${PREFIX}/lib/ssleay.cnf somewhere)
- some other minor portlint changes
1999-01-09 12:55:50 +00:00
Satoshi Asami
406a9faf9e Mark this broken while Dirk works on it. 1999-01-09 10:36:18 +00:00
Dirk Froemberg
8d930fd37b Correct pathname.
PR:		ports/9258
Submitted by:	Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
1999-01-02 20:38:55 +00:00
Bill Fumerola
32d85fd270 Update incorrect md5 printout.
PR:		ports/9198
Submitted by:	Shigeyuki FUKUSHIMA shige@kuis.kyoto-u.ac.jp
1998-12-27 23:57:40 +00:00
David E. O'Brien
db3aa5e9b4 Add more DISTSITES. The single one listed only allowed 10 simulanious anon
connections -- not enough for the demands of the Awesome FreeBSD Ports
Collection(tm).
1998-10-26 05:52:02 +00:00
Scott Mace
71c938c5ab Compile Under ELF
PR:		ports/8336 ports/8255
1998-10-19 12:46:24 +00:00
Satoshi Asami
b4bc06c5bf security/rsaref has been ELFized. 1998-09-25 10:20:21 +00:00
Mark Murray
58337fe7a8 Upgrade to version 0.9.0b 1998-08-27 16:38:03 +00:00
Masafumi Max NAKANE
5214a9daa8 Add a line only contains a # after the $Id$ line. 1998-08-21 22:04:29 +00:00
Steve Price
a564b23066 BUILD_DEPENDS -> LIB_DEPENDS
PR:		the part of 7188 I missed the first time around
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
1998-07-11 17:42:30 +00:00
Jun-ichiro itojun Hagino
6482269534 update original distribution (0.8.1 -> 0.8.1b).
0.8.1 is no longer available due to PKCS#1 security hole.
1998-07-06 04:55:31 +00:00
Mark Murray
f8e3fd6b64 Fix this port for RSAref, fix the config files location according to
BSD religion.
1998-02-17 21:14:40 +00:00
Andreas Klemm
2ebbc542f4 Shame on me ... we need BUILD_DEPEND, not LIB_DEPEND.
It must be the heat ;-)
1997-08-16 13:15:03 +00:00
Andreas Klemm
f48f4dcfd1 libRSAglue.a is needed to build apache-ssl port.
Added it to the post-install target in ports Makefile.
Updated PLIST
1997-08-16 12:19:56 +00:00
Andreas Klemm
1eb9b1c78a BUILD_DEPENDS was not ok, now comes the really needed LIB_DEPENDS line ;-) 1997-08-16 10:51:04 +00:00
Andreas Klemm
196a0104a7 if USA_RESIDENT is set:
LIB_DEPENDS line: forgotten ´=´
changed LIB_DEPENDS to a needed BUILD_DEPENDS=	rsaref:....
1997-08-16 10:24:56 +00:00
Mark Murray
5bc50397e8 Update to v 0.8.1. New algorithms (Blowfish &c) added. SSLv3 added.
Thanks to: Richard Seaman <Dick@tar.com>
1997-08-15 15:32:11 +00:00
Mark Murray
1dc43e3194 Upgrade to 0.6.6 1997-01-13 21:39:44 +00:00
Mark Murray
bb25d8f5ea @#$%!! Forgot the MD5 checksum.
Found before: Anyone Else
1996-12-12 06:27:56 +00:00
Mark Murray
53cc1b610c Update to 0.6.5 1996-12-11 20:54:57 +00:00
David E. O'Brien
83d594bc51 Install SSLeay docs into ${PREFIX}/share/doc/SSLeay/...
Submitted by:	Igor Vinokurov <igor@ibank.ru>  (on ports list)
1996-12-03 11:32:53 +00:00
David E. O'Brien
8419c1ad54 CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9]
Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
1996-11-17 07:58:10 +00:00
Mark Murray
63eefc4274 Update to 0.6.4
Submitted by:Jeremy Prior <jez@netcraft.co.uk> (sorry I took so long!)
1996-09-24 18:03:54 +00:00
Mark Murray
890f946482 Move to version 0.6.3 1996-08-10 19:15:44 +00:00
Mark Murray
7279f52c21 Move to version 0.6.3 1996-08-10 18:10:55 +00:00
Satoshi Asami
d5b408c66c Change NO_PACKAGE to RESTRICTED, this is crypto code so we don't even
want to touch it.

While I'm here, change MASTER_SITES to URL form (ftp://) and add
markm as the maintainer (he's the only one who touched this
Makefile since the beginning of history)....
1996-07-30 19:43:53 +00:00
Mark Murray
2d686b6259 SSLeay version 0.6.2.
This implementation has been built with Our ((actually its own but in our
source tree) DES library and our MD{45}. You will need to link your SSL
code with -ldes and -lmd.

Are you happy now, Torsten? ;-)
1996-07-29 19:57:58 +00:00
Mark Murray
7eb4d31f83 This is crypto, so set NO_PACKAGE to ward of the net.police. 1996-03-03 21:38:27 +00:00
Mark Murray
d661f5a8de At long last! This is Eric Young's SSL library. The DES routines
are not part of this build as they are part of mainstram FreeBSD.

Please will a certificates expert check out the certificates
location.
1996-03-03 21:32:35 +00:00