aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Added missing DPADD and CLEANFILES.Ruslan Ermilov2001-07-121-0/+3
| | | | Notes: svn path=/head/; revision=79618
* secure/ build fixes:Ruslan Ermilov2001-03-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74818
* Update for OpenSSL 0.9.6Kris Kennaway2000-11-131-5/+6
| | | | Notes: svn path=/head/; revision=68655
* Install the openssl(1) manpage with an MLINK from ssl(8) to at least putKris Kennaway2000-08-031-6/+12
| | | | | | | something in the location where OpenSSH likes to point. Notes: svn path=/head/; revision=64177
* MFI. This is a documentation-only, diffreducing patch, that ifMark Murray2000-06-241-1/+1
| | | | | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included. Notes: svn path=/head/; revision=62030
* Update for OpenSSL 0.9.5a and clean up a bit.Kris Kennaway2000-04-131-5/+5
| | | | Notes: svn path=/head/; revision=59196
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)Peter Wemm2000-02-261-7/+0
| | | | | | | | | | Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still. Notes: svn path=/head/; revision=57511
* Merge from internat.freebsd.org; deal with -DRSAref the same way asPeter Wemm2000-02-251-7/+9
| | | | | | | libcrypto - not that it means much on the US code tree. Notes: svn path=/head/; revision=57485
* Don't pull in libRSAglue for the rsaref case. Since this is linkedPeter Wemm2000-02-251-1/+1
| | | | | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees. Notes: svn path=/head/; revision=57475
* Diff reducer. Comes from Internat.Mark Murray2000-02-241-0/+2
| | | | Notes: svn path=/head/; revision=57411
* Remove useless whitespace.Mark Murray2000-02-241-13/+0
| | | | | | | Part of big commit OK'ed by: JKH Notes: svn path=/head/; revision=57410
* Back out the previous commit - it broke world and was not approved.Kris Kennaway2000-02-141-2/+2
| | | | | | | I don't know what I was thinking committing without approval - sorry. Notes: svn path=/head/; revision=57202
* Link dynamically, not statically.Kris Kennaway2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=57175
* Don't search for libraries in ${LOCALBASE}. This should fix the problemsKris Kennaway2000-01-201-1/+1
| | | | | | | people were seeing with conflicts with the openssl port. Notes: svn path=/head/; revision=56317
* The wrong version of the file was committed previously which explains theKris Kennaway2000-01-161-4/+17
| | | | | | | problems seen here. Notes: svn path=/head/; revision=56124
* Add MAINTAINER tag so people don't feel the need to randomly frob with this.Kris Kennaway2000-01-161-0/+2
| | | | Notes: svn path=/head/; revision=56080
* Build infrastructure for OpenSSLKris Kennaway2000-01-141-0/+29
Notes: svn path=/head/; revision=55950