gecko-dev/security/nss/lib
nelsonb%netscape.com 8b0c1dcf1e Big changes for performance. mp_digits are now always unsigned ints.
mp_words are used only on machines that support long long arithmetic.
s_mp_mod_d() was deleted.  It was not being used and was not part of the
public API. The code that computes squares in s_mp_sqr was broken out
into a separate new function s_mpv_sqr_add_prop(), which is a target for
assembly language optimization.  New function s_mpv_div_2dx1d(), also a
target for assembly optimization.  These changes made X86 benchmark time
go from 22.5 seconds to 8.3 seconds on my reference test system.
2000-08-31 02:51:23 +00:00
..
asn1 Initial NSS Open Source checkin 2000-03-31 20:13:40 +00:00
base Detect at runtime when we're running with NSPR 1 and switch the thread-private-data calls accordingly. This lets our pkcs#11 modules be loaded into Communicator. 2000-05-17 20:19:24 +00:00
certdb merge changes from 3.0 branch 2000-07-27 18:26:28 +00:00
certhigh Merge smimetk_branch to tip... 2000-06-13 21:56:37 +00:00
ckfw If a database has not been given a label, return the filename so Communicator has *something* to show 2000-05-17 18:28:13 +00:00
crmf Initial NSS Open Source checkin 2000-03-31 20:13:40 +00:00
cryptohi Oops - fixed the fix. The prototype now correctly unpacks into a 2000-06-21 00:04:38 +00:00
fortcrypt Fix build on NT. Correct link order in PKCS11 directory. 2000-05-27 01:30:29 +00:00
freebl Big changes for performance. mp_digits are now always unsigned ints. 2000-08-31 02:51:23 +00:00
jar Remove old communicator stuff from libjar so modutil will build now. 2000-08-02 18:41:31 +00:00
macbuild Initial NSS Open Source checkin 2000-03-31 20:13:40 +00:00
nss Initial NSS Open Source checkin 2000-03-31 20:13:40 +00:00
pk11wrap Fix crash caused by uninitialized variable. 2000-08-08 05:56:10 +00:00
pkcs7
pkcs12
pki
pki1
pkix
smime Added some comments and asserts 2000-06-21 18:12:02 +00:00
softoken Reuse old Object structures rather than build and free them every time. 2000-06-13 21:34:52 +00:00
ssl Emulate an SSL3 client more closely after a server negotiates down to 3.0. 2000-08-08 22:54:02 +00:00
util Fix OID for DC AVAs - the root OID in RFC2247 is not different from 2000-06-20 16:31:31 +00:00
Makefile Allow for building with internal roots. 2000-06-02 18:37:53 +00:00
manifest.mn Merge smimetk_branch to tip... 2000-06-13 21:56:37 +00:00