| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
Obtained from: http://www.openssl.org/
|
|
|
|
| |
Reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
|
|
|
|
|
|
|
|
|
|
| |
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."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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."
|
| |
|
|
|
|
|
| |
PR: ports/9563
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
|
|
|
|
|
|
|
|
|
|
| |
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."
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: ports/9258
Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
|
|
|
|
|
| |
PR: ports/9198
Submitted by: Shigeyuki FUKUSHIMA shige@kuis.kyoto-u.ac.jp
|
|
|
|
|
| |
connections -- not enough for the demands of the Awesome FreeBSD Ports
Collection(tm).
|
|
|
|
| |
PR: ports/8336 ports/8255
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: the part of 7188 I missed the first time around
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
|
|
|
| |
0.8.1 is no longer available due to PKCS#1 security hole.
|
|
|
|
| |
BSD religion.
|
|
|
|
| |
It must be the heat ;-)
|
|
|
|
|
| |
Added it to the post-install target in ports Makefile.
Updated PLIST
|
| |
|
|
|
|
|
| |
LIB_DEPENDS line: forgotten ´=´
changed LIB_DEPENDS to a needed BUILD_DEPENDS= rsaref:....
|
|
|
|
| |
Thanks to: Richard Seaman <Dick@tar.com>
|
| |
|
|
|
|
| |
Found before: Anyone Else
|
| |
|
|
|
|
| |
Submitted by: Igor Vinokurov <igor@ibank.ru> (on ports list)
|
|
|
|
|
| |
Converted to new MAN[1-9]
Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
|
|
|
|
| |
Submitted by:Jeremy Prior <jez@netcraft.co.uk> (sorry I took so long!)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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)....
|
|
|
|
|
|
|
|
| |
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? ;-)
|
| |
|
|
are not part of this build as they are part of mainstram FreeBSD.
Please will a certificates expert check out the certificates
location.
|