Commit graph

13 commits

Author SHA1 Message Date
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
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
Mark Murray
58337fe7a8 Upgrade to version 0.9.0b 1998-08-27 16:38:03 +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
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
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
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
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
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
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