Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 1 | -0/+3 |
| | |||||
* | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) | peter | 2000-02-26 | 5 | -18/+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; 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 |
| | |||||
* | 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 | 3 | -8/+30 |
| | | | | | | | | | | | 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 | 1 | -0/+36 |
| | |||||
* | 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 |
| | |||||
* | Add NO_OPENSSL knob to turn off building of openssl | kris | 2000-01-30 | 1 | -1/+4 |
| | | | | Requested by: wollman | ||||
* | 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. | ||||
* | Turn back on libcrypto and libssl building. | kris | 2000-01-16 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | kris | 2000-01-16 | 2 | -1/+10 |
| | |||||
* | Add MAINTAINER tag so people don't feel the need to randomly frob with this. | kris | 2000-01-16 | 2 | -0/+4 |
| | |||||
* | We cannot have libcrypto, and therefore OpenSSL at all, without RSA. | green | 2000-01-15 | 1 | -1/+1 |
| | | | | | If you need examples of breakage, I'm ready to provide more than a few. | ||||
* | Connect OpenSSL to the build. | kris | 2000-01-14 | 1 | -1/+1 |
| | |||||
* | Build infrastructure for OpenSSL | kris | 2000-01-14 | 6 | -0/+733 |
| | |||||
* | Really really remove SHA-1 support. | kris | 2000-01-09 | 1 | -1/+1 |
| | |||||
* | Routines needed by new kerberos. | markm | 2000-01-09 | 1 | -1/+1 |
| | |||||
* | Remove the SHA stuff properly. | jkh | 2000-01-08 | 1 | -1/+1 |
| | |||||
* | I missed the LDADD/DPADD for -lmd in the secure cases. :-( | peter | 1999-12-19 | 1 | -3/+0 |
| | | | | Pointed out by: marcel | ||||
* | Dont build telenet if we are going for kerberised telnet; this just | markm | 1999-10-12 | 1 | -2/+4 |
| | | | | jumps all over kerberised telnet otherwise. | ||||
* | Make telnet with SRA work. | markm | 1999-10-07 | 2 | -1/+29 |
| | | | | Submitted by: Nick Sayer | ||||
* | Colour me stupid. This is a better way of using the macros. | markm | 1999-09-21 | 1 | -1/+1 |
| | |||||
* | Do this the same way as Internat to reduce diffs. | markm | 1999-09-21 | 1 | -1/+1 |
| | |||||
* | Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons. | dt | 1999-09-21 | 1 | -1/+1 |
| | | | | | | | | | Revert the major number back to 2. libcrypt only export one function, before the recent changes and now: char *crypt(const char *key, const char *salt); The prototype didn't changed. Internal representation of `char' and `char *' didn't changed. Therefore, there is no reason to change the version number. | ||||
* | Restore SONAME setting, otherwise libdescrypt.so.3 doesn't end up with | peter | 1999-09-21 | 1 | -0/+4 |
| | | | | a special SONAME of libcrypt.so.3 and the runtime symlink doesn't work. | ||||
* | Make this completely dependant on the exportable libcrypt, to avoid | markm | 1999-09-20 | 12 | -1737/+95 |
| | | | | | duplication of effort. Also a large cleanup of the code, inspired by Brandon Gillespie. | ||||
* | libdes is bmaked and built from src/crypto/... now. | markm | 1999-09-19 | 70 | -12014/+12 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r50894, | markm | 1999-09-04 | 1 | -5/+5 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import EAY's LIBSSL to fix comments, etc. | markm | 1999-09-04 | 1 | -5/+5 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r50760, | markm | 1999-09-01 | 1 | -0/+508 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Drat. Import this into the right place. Pass me the pointy hat. | markm | 1999-09-01 | 1 | -0/+508 |
| | | |||||
* | | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+2 |
| | | |||||
* | | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 23 | -24/+24 |
| | | |||||
* | | Various man page cleanup: | mpp | 1999-08-15 | 2 | -6/+6 |
| | | | | | | | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. | ||||
* | | Fix symlinking. Without the -f "force" option, the wrong version | markm | 1999-01-24 | 1 | -5/+5 |
| | | | | | | | | | | can be found. Submitted by: Bruce | ||||
* | | The new crypt code breaks "make world". Back it out. | markm | 1999-01-23 | 10 | -1/+951 |
| | |