summaryrefslogtreecommitdiffstats
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* Add a new function stub to libcrypto() which resolves to a symbol inkris2000-03-131-1/+1
| | | | | | | | | | | the librsa* library and reports which version of the library (OpenSSL/RSAREF) is being used. This is then used in openssh to detect the failure case of RSAREF and a RSA key >1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai led.' This is a 4.0-RELEASE candidate.
* Make LOGIN_CAP work properly.markm2000-03-091-3/+5
| | | | Submitted by: ache
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-2/+2
| | | | Approved by: jkh
* Build a shared library too - ports expect it.kris2000-03-071-1/+0
| | | | | Reviewed by: peter Approved by: jkh
* Merge from internat.freebsd.org; cleanup stray rsaref glue code referencepeter2000-03-051-4/+0
|
* MFI: Make ssh and sshd link in the krb5 part of make release.jhay2000-03-032-4/+4
| | | | Reviewed by: markm
* Resurrect the old libdes manpages (after a repo copy) until we have betterkris2000-03-021-0/+14
| | | | ones.
* Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol searchpeter2000-03-021-0/+2
| | | | | | | | | path so that ERR_load_strings() is found in certain circumstances involving dlopen(). eg: main program dlopened foo.so which is linked against libcrypto. If libcrypto then dlopens librsaUSA.so, then it's search path doens't find libcrypto (!). One "fix" is to force modules (eg main opening foo.so) to use the RTLD_GLOBAL flag, the other is to explicitly declare dependencies (as done here).
* MFI: stupid typo of mine.markm2000-02-291-1/+1
|
* Add NODESCRYPTLINKS knob to prevent spamming of libcrypt -> libscryptkris2000-02-291-0/+2
| | | | | | | symlinks. The name is against my better judgement, but I defer to ancient tradition here because I'm a nice guy. Reviewed by: -current
* New distribution names.markm2000-02-283-4/+11
|
* New distribution name.markm2000-02-281-1/+1
|
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-02-266-25/+98
| | | | | | | 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.
* Merge from internat.freebsd.org; make RSAREF=YES work correctly, althoughpeter2000-02-252-1/+1
| | | | this is not very useful as the US repo is missing bits.
* Create a stub libRSAglue for bsd.port.mk's sakepeter2000-02-252-38/+6
|
* Don't pull in libRSAglue for the rsaref case. Since this is linkedpeter2000-02-257-25/+1
| | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees.
* Fold libRSAglue into libcrypto so we don't have to special-casepeter2000-02-253-13/+7
| | | | | all the builds. There is still no actual RSA implementation code in libcrypto or src/* on US code trees.
* Sync with internat; delete a trailing spacepeter2000-02-251-1/+1
|
* Remove port components not needed in 4.n+markm2000-02-241-2/+1
| | | | Submitted by: Half the freaking planet....
* libdes is OBEmarkm2000-02-241-45/+0
|
* Build everything properly. This means:markm2000-02-247-16/+41
| | | | | | | | | | | o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system.
* Add the OpenSSH userland-building Makefiles.markm2000-02-249-0/+220
|
* Freefall/Internat diff reducer.markm2000-02-241-2/+2
|
* Freefall/Internat diff reducer.markm2000-02-241-2/+5
|
* Freefall/Internat diff reducer.markm2000-02-241-0/+2
|
* 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
|
* Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | Requested by: wollman
* Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | Requested by: wollman
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-272-1/+4
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* 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.
* Activate librsagluekris2000-01-201-1/+1
|
* Move the rsaref gunk to libRSAglue where ports expect it.kris2000-01-201-8/+1
|
* Build infrastructure for libRSAglue, required for compatability withkris2000-01-201-0/+48
| | | | | ports even though it doesn't seem to do anything which requires it to be separate from libcrypto.
* The wrong version of the file was committed previously which explains thekris2000-01-161-4/+17
| | | | problems seen here.
* Turn back on openssl building.kris2000-01-161-1/+1
|
* Turn back on libcrypto and libssl building.kris2000-01-161-1/+1
|
* *** empty log message ***kris2000-01-162-1/+10
|
* Add MAINTAINER tag so people don't feel the need to randomly frob with this.kris2000-01-163-0/+6
|
* We cannot have libcrypto, and therefore OpenSSL at all, without RSA.green2000-01-152-2/+2
| | | | | If you need examples of breakage, I'm ready to provide more than a few.
* Connect OpenSSL to the build.kris2000-01-142-2/+2
|
* Build infrastructure for OpenSSLkris2000-01-147-0/+762
|
* Really really remove SHA-1 support.kris2000-01-091-1/+1
|
* Routines needed by new kerberos.markm2000-01-091-1/+1
|
* Remove the SHA stuff properly.jkh2000-01-081-1/+1
|
* Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world'peter1999-12-291-0/+8
| | | | | | would leave you with a broken sendmail and local mail loss. This evil hack moves sendmail.cf from the old location to the new one (if required) at install time.
* Install sendmail in it's new location.peter1999-12-291-4/+2
|
OpenPOWER on IntegriCloud