summaryrefslogtreecommitdiffstats
path: root/secure/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-281-0/+3
|
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-02-265-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, 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
|
* 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-243-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.markm2000-02-241-0/+36
|
* 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
|
* Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | Requested by: wollman
* 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.
* 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-162-0/+4
|
* We cannot have libcrypto, and therefore OpenSSL at all, without RSA.green2000-01-151-1/+1
| | | | | If you need examples of breakage, I'm ready to provide more than a few.
* Connect OpenSSL to the build.kris2000-01-141-1/+1
|
* Build infrastructure for OpenSSLkris2000-01-146-0/+733
|
* 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
|
* I missed the LDADD/DPADD for -lmd in the secure cases. :-(peter1999-12-191-3/+0
| | | | Pointed out by: marcel
* Dont build telenet if we are going for kerberised telnet; this justmarkm1999-10-121-2/+4
| | | | jumps all over kerberised telnet otherwise.
* Make telnet with SRA work.markm1999-10-072-1/+29
| | | | Submitted by: Nick Sayer
* Colour me stupid. This is a better way of using the macros.markm1999-09-211-1/+1
|
* Do this the same way as Internat to reduce diffs.markm1999-09-211-1/+1
|
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.dt1999-09-211-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 withpeter1999-09-211-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 avoidmarkm1999-09-2012-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.markm1999-09-1970-12014/+12
|
* This commit was generated by cvs2svn to compensate for changes in r50894,markm1999-09-041-5/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import EAY's LIBSSL to fix comments, etc.markm1999-09-041-5/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r50760,markm1999-09-011-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.markm1999-09-011-0/+508
| |
* | $Header$ -> $FreeBSD$peter1999-08-281-1/+2
| |
* | $Id$ -> $FreeBSD$peter1999-08-2823-24/+24
| |
* | Various man page cleanup:mpp1999-08-152-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 versionmarkm1999-01-241-5/+5
| | | | | | | | | | can be found. Submitted by: Bruce
* | The new crypt code breaks "make world". Back it out.markm1999-01-2310-1/+951
| |
OpenPOWER on IntegriCloud