summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSL 0.9.8b.simon2006-07-2940-102/+1666
|
* Update OpenSSL 0.9.7d -> 0.9.7e.nectar2005-02-2536-1638/+1778
|
* Handle includes the normal way.ru2003-02-271-4/+1
| | | | | Reviewed by: markm Approved by: nectar
* Regenerate man pages after import of OpenSSL 0.9.7a.nectar2003-02-1933-69/+153
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-1035-114/+144
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Update for OpenSSL 0.9.7. No assembler code at the moment. Thismarkm2003-01-2835-17/+11334
| | | | will follow.
* Remove myself as maintainer of openssl; I no longer have enough time tokris2002-11-211-2/+0
| | | | devote to it.
* Build using pregenerated manpages; don't use perl to translate .pod's.markm2002-05-141-8/+1
| | | | The translated .pod's have already been committed.
* Added missing DPADD and CLEANFILES.ru2001-07-121-0/+3
|
* secure/ build fixes:ru2001-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.
* Update for OpenSSL 0.9.6kris2000-11-131-5/+6
|
* Install the openssl(1) manpage with an MLINK from ssl(8) to at least putkris2000-08-031-6/+12
| | | | something in the location where OpenSSH likes to point.
* MFI. This is a documentation-only, diffreducing patch, that ifmarkm2000-06-241-1/+1
| | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included.
* Update for OpenSSL 0.9.5a and clean up a bit.kris2000-04-131-5/+5
|
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-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.
* Merge from internat.freebsd.org; deal with -DRSAref the same way aspeter2000-02-251-7/+9
| | | | libcrypto - not that it means much on the US code tree.
* Don't pull in libRSAglue for the rsaref case. Since this is linkedpeter2000-02-251-1/+1
| | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees.
* Diff reducer. Comes from Internat.markm2000-02-241-0/+2
|
* Remove useless whitespace.markm2000-02-241-13/+0
| | | | Part of big commit OK'ed by: JKH
* Back out the previous commit - it broke world and was not approved.kris2000-02-141-2/+2
| | | | I don't know what I was thinking committing without approval - sorry.
* Link dynamically, not statically.kris2000-02-131-2/+2
|
* Don't search for libraries in ${LOCALBASE}. This should fix the problemskris2000-01-201-1/+1
| | | | people were seeing with conflicts with the openssl port.
* The wrong version of the file was committed previously which explains thekris2000-01-161-4/+17
| | | | problems seen here.
* Add MAINTAINER tag so people don't feel the need to randomly frob with this.kris2000-01-161-0/+2
|
* Build infrastructure for OpenSSLkris2000-01-141-0/+29
OpenPOWER on IntegriCloud