summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Bug 466745: random number generator fails on windows cenelson%bolyard.com2009-02-021-1/+4
| | | | patch by Brad Lassey <bugmail@lassey.us>, r=nelson
* Bug 438870 - Free Freebl hashing code of dependencies on NSPR and libUtilrrelyea%redhat.com2008-11-181-1/+5
|
* Bug 438870: Don't use PL_strlen in lib/freebl. Don't link with -lplc4 andwtc%google.com2008-10-031-6/+4
| | | | | | -lplds4, which are not needed to resolve any symbols. r=rrelyea,nelson. Modified Files: config.mk md2.c md5.c
* Fix for bug 286642 . Move utility functions to new libnssutil shared ↵julien.pierre.boogz%sun.com2007-10-121-2/+5
| | | | library. r=nelson
* Bugzilla Bug 115951: backed out the previous checkin because the testwtchang%redhat.com2007-02-151-7/+0
| | | | program bltest could not locate and load libfreebl3.dylib.
* Bugzilla Bug 115951: libfreebl3.dylib should be built as a loadable bundlewtchang%redhat.com2006-10-061-0/+7
| | | | | just like libnssckbi.dylib because it is only dynamically loaded. We don't have the import library freebl3.lib on Windows either. r=julien.pierre
* Fix for bug 182758 . Use only /dev/urandom on Solaris when available . If ↵julien.pierre.bugs%sun.com2006-09-011-0/+4
| | | | not, use libkstat . r=nelson, wtchang
* Fix for bug 316219. Don't build an import library on OS/2. r=wtchangjulien.pierre.bugs%sun.com2005-11-141-2/+1
|
* Add version info to freebl shared libs for Windows and Unix. bub 303508.nelsonb%netscape.com2005-09-211-3/+2
| | | | | Modified Files: config.mk ldvector.c manifest.mn Added Files: freebl.rc freeblver.c r=wtc.
* Removed an unnecessary -L linker flag. r=nelsonb,saul.edwards.wtchang%redhat.com2005-09-161-1/+0
|
* Bug 303508: Add freebl shared libs that do 64-bit integer math. Bug 274984: ↵saul.edwards%sun.com2005-09-071-30/+38
| | | | | | | | | | | | | | softoken fails to load freebl in setuid programs. freebl becomes a shared library on all platforms. r=nelson Modified Files: coreconf/HP-UXB.11.mk coreconf/SunOS5.mk nss/cmd/shlibsign/Makefile nss/cmd/shlibsign/manifest.mn nss/lib/freebl/Makefile nss/lib/freebl/arcfour.c nss/lib/freebl/blapi.h nss/lib/freebl/config.mk nss/lib/freebl/ldvector.c nss/lib/freebl/loader.c nss/lib/freebl/loader.h nss/lib/freebl/manifest.mn Added Files: nss/lib/freebl/freebl.def
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-28/+32
|
* Bug 194309: replaced freebl_GetLibraryFilePathname by the new NSPR 4.3wtc%netscape.com2003-02-211-5/+0
| | | | | function PR_GetLibraryFilePathname. Modified files: config.mk manifest.mn shvfy.c
* FIPS library verifierrelyea%netscape.com2003-01-301-1/+6
|
* Bug 177387: temporarily added freebl_GetLibraryFilePathname to libfreebl.a.wtc%netscape.com2003-01-301-1/+1
| | | | | | | | This function has the same semantics as the NSPR 4.3 function PR_GetLibraryFilePathname. This patch should be backed out when NSPR 4.3 is released. Modified Files: config.mk manifest.mn Added Files: libpath.c
* Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patchwtc%netscape.com2002-05-181-1/+3
| | | | (attachment 84127) were contributed by Jim Dunn <jdunn@netscape.com>.
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-151-2/+2
| | | | | | be overridden via an environment variable) rather than OS_ARCH. This is a precursor to more flexibility in cross-platform builds. Bug 104541.
* HP ans Solaris are still down...relyea%netscape.com2001-11-081-1/+1
|
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-021-4/+1
| | | | | | | | | | | | | HAVE_PURIFY etc. make variables in NSS files. Reviewed by nelson Bolyard. Modified Files: cmd/platrules.mk cmd/crmf-cgi/config.mk cmd/crmftest/config.mk cmd/lib/config.mk cmd/zlib/config.mk lib/base/config.mk lib/certdb/config.mk lib/certhigh/config.mk lib/ckfw/config.mk lib/crmf/config.mk lib/cryptohi/config.mk lib/fortcrypt/swfort/config.mk lib/freebl/config.mk lib/jar/config.mk lib/nss/config.mk lib/pk11wrap/config.mk lib/pkcs12/config.mk lib/pkcs7/config.mk lib/smime/config.mk lib/softoken/config.mk lib/ssl/config.mk lib/util/config.mk
* Don't build libfreebl_*_3.a . Just build the .so's.nelsonb%netscape.com2000-12-291-0/+5
|
* Radical change to freebl "32-bit" builds on Solaris and HP-UX "32-bit".nelsonb%netscape.com2000-12-281-7/+62
| | | | | | | | Build two DSOs, both conforming to the platform's 32-bit ABI, one of which uses only 32-bit instructions, the other uses 64-bit instructions. Then load the best one for the local CPU at run time. This allows greatly enhanced performance on 64-bit CPUs while still supporting older 32-bit CPUs.
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+44