ian.mcgreer%sun.com
bd55c3c879
fix prompts to STDIN when using file passwords, bug 103942
2001-10-10 19:54:22 +00:00
ian.mcgreer%sun.com
b295018e63
add AES test to QA
2001-10-10 17:40:03 +00:00
ian.mcgreer%sun.com
705e24efc2
fix AES self-test
2001-10-10 17:39:49 +00:00
sonja.mirtitsch%sun.com
8d887043f8
bugfixed for jssqa
2001-10-10 17:14:31 +00:00
nicolson%netscape.com
9a704fc57d
Fix 103976: libjss is built with -taso flag
2001-10-10 01:34:53 +00:00
nicolson%netscape.com
59aa27cfaf
Fix 103977: JSS calls non-portable snprintf
...
Replace snprintf() with PR_snprintf().
2001-10-10 01:31:40 +00:00
sonja.mirtitsch%sun.com
a682d5e5ac
additions for JSS sanity check
2001-10-10 01:12:42 +00:00
nelsonb%netscape.com
cf1a2fcff8
Use new assembly language multiply code contributed by Richard C. Swift.
2001-10-10 01:05:02 +00:00
kaie%netscape.com
d5537511dd
b=102289 r=valeski sr=alecf
...
Changing UI text strings
2001-10-10 00:55:41 +00:00
nelsonb%netscape.com
1b230be078
Build mpi with new file mpvalpha.c.
...
Contributed by Richard C. Swift (swift@netscape.com )
2001-10-09 23:51:36 +00:00
nelsonb%netscape.com
6e59cfb687
The Original Code is Multiple Precision Integer optimization code for
...
the Compaq Alpha processor.
The Initial Developer of the Original Code is Richard C. Swift.
Portions created by the Initial Developer are Copyright (C) 2001
the Initial Developer. All Rights Reserved.
2001-10-09 23:47:59 +00:00
nicolson%netscape.com
3196ea5f6d
Fix 103893: nickname is not NULL-terminated.
2001-10-09 20:52:22 +00:00
ian.mcgreer%sun.com
c95a08b1c0
make this module buildable using NSS 3.x headers; some cleanup
2001-10-08 20:19:30 +00:00
ian.mcgreer%sun.com
dbf91db041
implement hash keyed by NSSItem; change list method names to be like hash method names; fix 99214, arena mark lists broken
2001-10-08 19:26:02 +00:00
ian.mcgreer%sun.com
81ac4b6fb1
reuse intermediate multiplication values when decrypting; speeds up decryption in the RIJNDAEL_GENERATE_VALUES case by 60%. (todo: something similar with RIJNDAEL_GENERATE_VALUES_MACRO)
2001-10-08 19:06:31 +00:00
jpierre%netscape.com
61d7a561ca
Fix Linux build
2001-10-08 18:49:17 +00:00
jpierre%netscape.com
1b2f15064d
Fix for 81246 - add default storage functions for the PKCS#12 decoder if no callbacks or objects are provided to it. In that case memory storage is automatically used
2001-10-08 18:33:04 +00:00
jpierre%netscape.com
b5e09419dc
Fix for 81246 - do not use a temporary /tmp/Pk12uTemp file anymore in pk12util . This is achieved by using new default functions in the PKCS#12 decoder that use memory storage
2001-10-08 18:32:00 +00:00
ian.mcgreer%sun.com
3a1d296305
self-testing for AES
2001-10-08 16:14:04 +00:00
ian.mcgreer%sun.com
d50f6bafb1
allow various ways of building AES
2001-10-08 16:11:52 +00:00
jpierre%netscape.com
cc07a28035
Fix for 102251 . Just updating a comment
2001-10-06 00:16:56 +00:00
jpierre%netscape.com
d846685687
Fix for 102251 . Implement 2-level locking for the SSL session cache to properly support SSL server applications using Windows NT fibers . Also optimize and enhance portability of locking primitives for single-process servers on all platforms by using a PRLock instead of cross-process locks . Reviewed by wtc
2001-10-06 00:14:33 +00:00
sonja.mirtitsch%sun.com
21ce226946
changed the backwardcompatibility tests t odo streight reporting
2001-10-05 22:27:54 +00:00
sonja.mirtitsch%sun.com
bb004d69e5
trial and error programming... now I try to guess the tinderbox directory
2001-10-05 22:27:09 +00:00
nicolson%netscape.com
8415f0c2fb
use NSS 3.3.1 RTM.
2001-10-05 22:04:36 +00:00
sonja.mirtitsch%sun.com
50eeff1e7e
next try for tinderbox fix
2001-10-05 01:29:06 +00:00
sonja.mirtitsch%sun.com
10098de786
added the " back that broke the script before
2001-10-04 17:01:17 +00:00
sonja.mirtitsch%sun.com
f53782a56e
trieing to acces a variable set by perl, for tinderbox
2001-10-04 00:36:53 +00:00
sonja.mirtitsch%sun.com
54a342a066
changes for the NT tinderbox
2001-10-03 19:24:44 +00:00
ian.mcgreer%sun.com
67644008cd
fix build error
2001-10-03 14:07:29 +00:00
rangansen%netscape.com
d04f6ad326
r=rangansen ; sr=hewitt ; bug# 99729
...
Removing redundant haligns..
2001-10-02 23:36:16 +00:00
jaggernaut%netscape.com
f5c256fd7e
Fix for bug 75572. Separator support in outliner. patch by Jan Varga <varga@utcru.sk>, r=waterson, sr=hyatt
2001-10-02 05:19:46 +00:00
jaggernaut%netscape.com
e76f49d7a3
Bug 45797: Remove deprecated NS_IMPL_QUERY_INTERFACE macro, patch by dbaron, r=jag, sr=alecf
2001-10-02 03:11:26 +00:00
kaie%netscape.com
77299a5e18
b=100215 r=relyea sr=blizzard
...
Fix certificate verification chain display.
2001-10-01 14:57:35 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
jpierre%netscape.com
9ee87136b0
Fix for 102089 - add a new "-l" command-line option to selfserv to use local threads . This enables NT fibers on Windows NT
2001-09-29 00:35:54 +00:00
nicolson%netscape.com
91d2ff33b7
Add reuseAddr parameter to SSLServerSocket parameter, so servers can
...
re-bind to a socket.
2001-09-28 22:10:11 +00:00
jpierre%netscape.com
20857c3ade
Fix for bug 101617 - make selfserv work in multi process mode on Windows NT
2001-09-28 02:43:48 +00:00
kaie%netscape.com
76bf43bd76
b=92131 r=ddrinan sr=blizzard
...
Enable display of all certs.
2001-09-27 22:48:42 +00:00
nicolson%netscape.com
6b7b356bd4
fix SSL_RSA_FIPS_* cipher enums.
2001-09-27 17:51:30 +00:00
sonja.mirtitsch%sun.com
382e7dd3c4
putting new tests back, since the ciphers have been fixed again
2001-09-27 16:37:46 +00:00
nelsonb%netscape.com
d8a8b62691
Fix the 128-bit block encrypt and decrypt functions for unaligned buffers.
2001-09-26 04:24:29 +00:00
nelsonb%netscape.com
7cf0e718c5
Correct the test for length of data in SSL channel info struct.
2001-09-26 04:22:55 +00:00
rangansen%netscape.com
5faf0df7fc
bug# 100457; r=ddrinan; r=nelsonb; r=blizzard;
...
sr=blizzard; Patch to put in proper handling of unrecognized
cert errors in psm
2001-09-26 00:28:24 +00:00
nelsonb%netscape.com
c63336c244
Add a few new OIDs for AES and one old semi-bogus OID for DSA. 55048.
2001-09-25 23:29:30 +00:00
nicolson%netscape.com
1195cf2d78
Fix 96779: UserCertConflictException always gets thrown when importing user cert.
2001-09-25 21:39:21 +00:00
ian.mcgreer%sun.com
de45bebfa7
check in the nssItem_ interface
2001-09-25 20:48:51 +00:00
sonja.mirtitsch%sun.com
87416bb9c5
backing out changes until coredump of testclnt is fixed
2001-09-25 20:14:20 +00:00
sonja.mirtitsch%sun.com
2d73d12b9c
added tests of 3 new ciphers in TLS and SSL
2001-09-25 16:00:00 +00:00
sonja.mirtitsch%sun.com
b7b2072130
added log information for tinderbox
2001-09-25 01:27:59 +00:00