1402 Commits

Author SHA1 Message Date
ian.mcgreer%sun.com
d7f7578ac8 construct salt and password buffers for PBE correctly 2001-11-09 22:51:42 +00:00
relyea%netscape.com
afd197ca24 Rewrite Ian's get cert by email address to use the standard cert searching code. 2001-11-09 21:43:18 +00:00
ian.mcgreer%sun.com
9112e674cf Output validated cert text to stdout, otherwise the QA scripts think there is a failure. 2001-11-09 16:40:26 +00:00
ian.mcgreer%sun.com
fb398dc74f disabling cert cache (temporarily) 2001-11-09 16:39:34 +00:00
ian.mcgreer%sun.com
bf3c25df40 fixes pk12util import failure 2001-11-09 14:52:19 +00:00
nelsonb%netscape.com
24d8e626d2 Added a new -o option, to override check on received client auth certs,
forcing those certs to be OK.  -v will now test the SSL_LocalCertificate()
function.  Bug 78959.
2001-11-09 05:45:21 +00:00
nelsonb%netscape.com
6312ec5441 Add code to test new SSL_LocalCertificate() function on first connection,
or on every connection if -vv option is used.  Bug 78959.
Also, the nickname "none" can now be used to prevent performing client
authentication without having to use an invalid password.
2001-11-09 05:43:06 +00:00
nelsonb%netscape.com
6d66aee5ea Add localCert field to sid cache entry so SSL_LocalCertificate can
remember the certs it sent back when it established the SSL session.
Bug 78959.  Also, hold on the certs in the received cert chain until
the SSL connection is complete.  This makes it easier for applications
to look at the entire cert chain after the handshake is over without
having to write their own custom authCert callbacks.  It is backwards
compatible with older NSS SSL applications, but may use more memory.
2001-11-09 05:39:36 +00:00
relyea%netscape.com
8b8acb3f27 Fix reporting of the label 2001-11-09 01:23:47 +00:00
relyea%netscape.com
11bb3d5634 Fix Solaris crash.. don't send more of the template than we need 2001-11-09 01:22:48 +00:00
sonja.mirtitsch%sun.com
6568460cd1 fixed email header and tinderbox hyperlink 2001-11-09 01:09:17 +00:00
relyea%netscape.com
d9a2376700 Update Library name to match the current library. 2001-11-09 00:38:03 +00:00
ian.mcgreer%sun.com
643f828e58 fips changes. forces login for cert listing. 2001-11-09 00:37:03 +00:00
ian.mcgreer%sun.com
39ed01d85f changes to get fips working 2001-11-09 00:36:12 +00:00
ian.mcgreer%sun.com
2fbc6dfd61 fix pbe gen bugs 2001-11-08 22:11:07 +00:00
ian.mcgreer%sun.com
ae568747bb get signtool working 2001-11-08 21:23:35 +00:00
ian.mcgreer%sun.com
70bdc6a50c a plethora of changes for handling S/MIME certs 2001-11-08 20:46:11 +00:00
ian.mcgreer%sun.com
49d6ec65d5 fix for windows build 2001-11-08 16:59:00 +00:00
relyea%netscape.com
2888df9f80 HP ans Solaris are still down... 2001-11-08 15:27:56 +00:00
relyea%netscape.com
93489fda0a OK, try this again. FreeBL needs Get_Noise in the freebl .so on solaris, so
move the random number stuff there where it belongs.
2001-11-08 15:02:25 +00:00
relyea%netscape.com
0781ad6053 Fixes to make pkcs12 work correctly:
1) Make pkcs12 pbe function.
   2) add code to allow setting and getting of the key nickname attribute.
2001-11-08 05:39:56 +00:00
ian.mcgreer%sun.com
fcd40cd4ef add lookup by email function, try to fix softoken bugs for that (but cert->emailAddr doesn't seem to be set there) 2001-11-08 05:19:32 +00:00
ian.mcgreer%sun.com
ee64d99703 fix cert and s/mime profile import issues 2001-11-08 04:12:26 +00:00
ian.mcgreer%sun.com
5b30654b0d this seems to be needed to get linux linking again. libnss3.so tries to access the C_GetFunctionList entry point to the libsoftokn3.so library directly, and linux complains that it can't find it. 2001-11-08 03:44:17 +00:00
nelsonb%netscape.com
d2f7dcc16c Implement new function SSL_LocalCertificate(). Bug 78959. 2001-11-08 02:15:38 +00:00
relyea%netscape.com
e27189dd1d Land BOB_WORK_BRANCH unto the tip.
remove lots of depricated files.
move some files to appropriate directories (pcertdb *_rand
associated headers to soft token, for instance)
rename several stan files which had the same name as other nss files.
remove depricated functions.
2001-11-08 00:15:51 +00:00
ian.mcgreer%sun.com
b78f1fe9df fix handling of token options, specifically deletion 2001-11-07 16:15:29 +00:00
wtc%netscape.com
7b029280e6 Removed the temporary #if 0. 2001-11-06 22:52:12 +00:00
wtc%netscape.com
578a0288e4 Bugzilla bug 108708: commented out the "netstat -ni" command for
debugging.  This change will be backed out.
2001-11-06 21:34:09 +00:00
ian.mcgreer%sun.com
cd8b28ce80 fix for 95983, compiler warning revealed potential bug 2001-11-06 20:32:43 +00:00
ian.mcgreer%sun.com
ca339ef311 more trust handling stuff 2001-11-06 20:16:19 +00:00
nelsonb%netscape.com
e6c9673c4e Attempt to move all the constant tables in secoid.c into the text segment
where they belong.
2001-11-06 02:46:37 +00:00
ian.mcgreer%sun.com
d899f3cdc9 fix Stan reference 2001-11-05 19:02:49 +00:00
ian.mcgreer%sun.com
a88a53aec1 note the token imoprt for Stan 2001-11-05 17:55:25 +00:00
ian.mcgreer%sun.com
2832a8e74a code for handling trust through softoken 2001-11-05 17:29:27 +00:00
ian.mcgreer%sun.com
fa5264436a some attribute and session cleanup 2001-11-05 17:18:48 +00:00
sonja.mirtitsch%sun.com
0c0eae99c2 next try to gat all of the HP problems... 2001-11-02 23:47:47 +00:00
relyea%netscape.com
00ca55272c Build OID hash table using PL_Hash rather then the dbm hash code. 2001-11-02 21:50:09 +00:00
sonja.mirtitsch%sun.com
b44b405186 put a workaround in place, so client ands server will not write at the
same time
(to avoid lines like: ...Unable to find the certificate
authenticatfailedion...)
2001-11-02 19:09:11 +00:00
nelsonb%netscape.com
9740e66d2f Reimplement SSL_GetChannelInfo. Add new function SSL_GetCipherSuiteInfo().
Also, implement new ciphersuite preference order.  Bug 78959.
2001-11-02 04:24:28 +00:00
nelsonb%netscape.com
f941ac3116 Put better comments by the table of preconfigured policies. 2001-11-02 04:00:27 +00:00
jpierre%netscape.com
ff8167e83b Partial fix for 105271 2001-11-02 03:11:32 +00:00
jpierre%netscape.com
04173d6cc2 Fix for OS/2 build 2001-11-02 03:10:29 +00:00
ddrinan%netscape.com
59eaab9aed Fix for decoding sequences. This was encountered when decoding the recipient info of a CMS strucure. Only the first recipient info was decoded, the others were not. Checkin approved by relyea 2001-11-02 00:10:55 +00:00
ddrinan%netscape.com
cefe60de72 Allocate memory when setting digest vale. Checkin approved by relyea 2001-11-02 00:03:32 +00:00
sonja.mirtitsch%sun.com
9c2086d0f3 removed killing of leftover selfservers, since multiple QAs need to
peacefully coexist... will file enhancement request against myself
2001-11-01 23:37:36 +00:00
sonja.mirtitsch%sun.com
e71de46d14 removed the "missing list" for tinderbox QA 2001-11-01 22:43:55 +00:00
sonja.mirtitsch%sun.com
d792219e5b added -p port argument, so multiple tinderboxes can run on the same machine 2001-11-01 22:36:03 +00:00
wtc%netscape.com
1e45173d8f Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2.
r=nelsonb.
2001-11-01 05:25:31 +00:00
sonja.mirtitsch%sun.com
217b6dbba0 removing the starting : fo`rom the SHLIB_PATH to avoid HP coredumps 2001-10-31 23:31:58 +00:00