Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new file to SRCS | kris | 2000-06-03 | 1 | -1/+1 |
| | |||||
* | /dev/urandom is the default random device, so no use in stateing it here. | obrien | 2000-05-15 | 1 | -4/+1 |
| | | | | Also simplify the conditionals a little. | ||||
* | This version is slightly better than rev 1.10. There are still missing | obrien | 2000-05-15 | 1 | -10/+8 |
| | | | | | dependencies for openssl/*.h. I cannot reproduce any critical race conditions with this revision. | ||||
* | Use unadorned `mkdir -p', removing the "test ... ||". | obrien | 2000-05-15 | 1 | -2/+2 |
| | | | | | There are sometimes problems with "&&" and "||" in the `make -j' case, as it appears multiple processes may process parts of the execution line. | ||||
* | Update for OpenSSH 2.1 | kris | 2000-05-15 | 3 | -5/+15 |
| | |||||
* | Use the C locale for running date(1). | kris | 2000-04-20 | 1 | -1/+1 |
| | | | | Submitted by: ache | ||||
* | Update for OpenSSL 0.9.5a and clean up a bit. | kris | 2000-04-13 | 5 | -111/+183 |
| | |||||
* | Update for OpenSSL 0.9.5a and clean up a bit. | kris | 2000-04-13 | 2 | -38/+10 |
| | | | | Take responsibility for this makefile again :-) | ||||
* | * Fix dependancies so that ``make depend'' is not required. | obrien | 2000-04-11 | 1 | -24/+26 |
| | | | | | | * Some style fixes Approved by: kris | ||||
* | * Fix dependancies so that ``make depend'' is not required. | obrien | 2000-04-11 | 1 | -38/+39 |
| | | | | | | * Some style fixes Approved by: kris | ||||
* | Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modssl | kris | 2000-04-04 | 1 | -0/+1 |
| | | | | Submitted by: Jim Bloom <bloom@acm.org> | ||||
* | Missed a fix for the new openssh; this fixes make world. | kris | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Update for latest OpenSSH | kris | 2000-03-26 | 2 | -4/+4 |
| | |||||
* | Add a new function stub to libcrypto() which resolves to a symbol in | kris | 2000-03-13 | 1 | -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. | markm | 2000-03-09 | 1 | -3/+5 |
| | | | | Submitted by: ache | ||||
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 1 | -2/+2 |
| | | | | Approved by: jkh | ||||
* | Build a shared library too - ports expect it. | kris | 2000-03-07 | 1 | -1/+0 |
| | | | | | Reviewed by: peter Approved by: jkh | ||||
* | Merge from internat.freebsd.org; cleanup stray rsaref glue code reference | peter | 2000-03-05 | 1 | -4/+0 |
| | |||||
* | MFI: Make ssh and sshd link in the krb5 part of make release. | jhay | 2000-03-03 | 2 | -4/+4 |
| | | | | Reviewed by: markm | ||||
* | Resurrect the old libdes manpages (after a repo copy) until we have better | kris | 2000-03-02 | 1 | -0/+14 |
| | | | | ones. | ||||
* | Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol search | peter | 2000-03-02 | 1 | -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. | markm | 2000-02-29 | 1 | -1/+1 |
| | |||||
* | Add NODESCRYPTLINKS knob to prevent spamming of libcrypt -> libscrypt | kris | 2000-02-29 | 1 | -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. | markm | 2000-02-28 | 3 | -4/+11 |
| | |||||
* | New distribution name. | markm | 2000-02-28 | 1 | -1/+1 |
| | |||||
* | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) | peter | 2000-02-26 | 6 | -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 as | peter | 2000-02-25 | 1 | -7/+9 |
| | | | | libcrypto - not that it means much on the US code tree. | ||||
* | Merge from internat.freebsd.org; make RSAREF=YES work correctly, although | peter | 2000-02-25 | 2 | -1/+1 |
| | | | | this is not very useful as the US repo is missing bits. | ||||
* | Create a stub libRSAglue for bsd.port.mk's sake | peter | 2000-02-25 | 2 | -38/+6 |
| | |||||
* | Don't pull in libRSAglue for the rsaref case. Since this is linked | peter | 2000-02-25 | 7 | -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-case | peter | 2000-02-25 | 3 | -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 space | peter | 2000-02-25 | 1 | -1/+1 |
| | |||||
* | Remove port components not needed in 4.n+ | markm | 2000-02-24 | 1 | -2/+1 |
| | | | | Submitted by: Half the freaking planet.... | ||||
* | libdes is OBE | markm | 2000-02-24 | 1 | -45/+0 |
| | |||||
* | Build everything properly. This means: | markm | 2000-02-24 | 7 | -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. | markm | 2000-02-24 | 9 | -0/+220 |
| | |||||
* | Freefall/Internat diff reducer. | markm | 2000-02-24 | 1 | -2/+2 |
| | |||||
* | Freefall/Internat diff reducer. | markm | 2000-02-24 | 1 | -2/+5 |
| | |||||
* | Freefall/Internat diff reducer. | markm | 2000-02-24 | 1 | -0/+2 |
| | |||||
* | Diff reducer. Comes from Internat. | markm | 2000-02-24 | 1 | -0/+2 |
| | |||||
* | Remove useless whitespace. | markm | 2000-02-24 | 1 | -13/+0 |
| | | | | Part of big commit OK'ed by: JKH | ||||
* | Back out the previous commit - it broke world and was not approved. | kris | 2000-02-14 | 1 | -2/+2 |
| | | | | I don't know what I was thinking committing without approval - sorry. | ||||
* | Link dynamically, not statically. | kris | 2000-02-13 | 1 | -2/+2 |
| | |||||
* | Add NO_OPENSSL knob to turn off building of openssl | kris | 2000-01-30 | 1 | -1/+4 |
| | | | | Requested by: wollman | ||||
* | Add NO_OPENSSL knob to turn off building of openssl | kris | 2000-01-30 | 1 | -1/+4 |
| | | | | Requested by: wollman | ||||
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 2 | -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 problems | kris | 2000-01-20 | 1 | -1/+1 |
| | | | | people were seeing with conflicts with the openssl port. | ||||
* | Activate librsaglue | kris | 2000-01-20 | 1 | -1/+1 |
| | |||||
* | Move the rsaref gunk to libRSAglue where ports expect it. | kris | 2000-01-20 | 1 | -8/+1 |
| | |||||
* | Build infrastructure for libRSAglue, required for compatability with | kris | 2000-01-20 | 1 | -0/+48 |
| | | | | | ports even though it doesn't seem to do anything which requires it to be separate from libcrypto. |