gecko-dev/security/nss/lib/freebl
wtc%netscape.com 752be879db Bugzilla bug #66286: link libnss3.so with -R '$ORIGIN' on Solaris so that
it searches for libfreebl_*.so in the same directory where it resides.
As a result, libnss3.so, not libnspr4.so, must be the one calling dlopen,
so libnss3.so can't call PR_LoadLibraryWithFlags.
Modified files: lib/freebl/loader.c, lib/nss/config.mk
2001-01-24 05:26:19 +00:00
..
mpi When searching for a prime, the number of Miller-Rabin tests to be 2001-01-18 01:39:17 +00:00
alg2268.c widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
arcfive.c widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
arcfour.c Fix infinite loop by making "i" be signed again. 2001-01-08 03:26:50 +00:00
blapi_bsf.c remove unspecified arg check (bug 65122) 2001-01-12 14:30:44 +00:00
blapi.h widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
blapit.h initial checkin of Rijndael (AES) implementation. Only blocksize == 128 bits 2000-12-19 23:43:12 +00:00
config.mk Don't build libfreebl_*_3.a . Just build the .so's. 2000-12-29 23:21:51 +00:00
des.c widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
des.h widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
desblapi.c widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
dh_bsf.c Separate DH implementation for use with BSAFE and mpi-based implementation 2000-07-29 19:06:54 +00:00
dh.c fixes based on review by nelsonb: 2000-09-29 02:10:24 +00:00
dsa.c remove unspecified arg check (bug 65122) 2001-01-12 14:30:44 +00:00
fblstdlib.c Added calls for BSAFE 5.0 2000-05-23 22:15:25 +00:00
ldvector.c This code permits multiple implementations of freebl to coexist for a 2000-12-27 03:20:04 +00:00
loader.c Bugzilla bug #66286: link libnss3.so with -R '$ORIGIN' on Solaris so that 2001-01-24 05:26:19 +00:00
loader.h reflect function declaration changes to loader module (const stuff) 2001-01-06 17:07:07 +00:00
Makefile Add missing release_md target. This will cause the new DSOs to be 2000-12-28 21:35:55 +00:00
manifest.mn Radical change to freebl "32-bit" builds on Solaris and HP-UX "32-bit". 2000-12-28 03:39:01 +00:00
mapfile.Solaris mapfile defines the public ABI for the new freebl DSOs. 2000-12-28 03:35:43 +00:00
md2.c fix some compiler warnings 2000-05-17 17:31:20 +00:00
md5.c fix broken build on bigendian platforms 2001-01-06 16:34:23 +00:00
mknewpc2.c The Initial Developer of the Original Code is Nelson B. Bolyard, 2000-08-14 22:27:20 +00:00
mksp.c The Initial Developer of the Original Code is Nelson B. Bolyard, 2000-08-14 22:27:20 +00:00
pqg.c fixes for prime generatation: 2001-01-18 16:39:10 +00:00
prng_fips1861.c Reduce warnings by adding missing #includes to eliminate calls to 2001-01-04 08:21:15 +00:00
rijndael32.tab initial checkin of Rijndael (AES) implementation. Only blocksize == 128 bits 2000-12-19 23:43:12 +00:00
rijndael_tables.c initial checkin of Rijndael (AES) implementation. Only blocksize == 128 bits 2000-12-19 23:43:12 +00:00
rijndael.c widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
rijndael.h widespread changes to reduce compiler warnings. liberal application of const. 2001-01-05 22:37:50 +00:00
rsa.c bug 64706 2001-01-12 14:29:47 +00:00
secmpi.h first draft of rsa keygen 2000-09-06 23:27:34 +00:00
sha_fast.c Ensure function SHA1_TraceState is always defined, even when TRACING_SSL 2000-12-27 02:41:59 +00:00
sha_fast.h initial checkin of PRNG code 2000-07-19 17:01:31 +00:00
sha.c
sha.h
sparcfix.c The Initial Developer of the Original Code is Sun Microsystems Inc. 2000-09-29 23:39:30 +00:00