summaryrefslogtreecommitdiff
path: root/security/nss
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ_14_BRANCH'ANGELON_MOZ_14_BASEcvs2hg2003-05-1030-109/+344
* Fix for bug 200394 - update softoken version to 3.8 . r=wtcjpierre%netscape.com2003-04-031-2/+2
* Set NSS version to 3.8.wtc%netscape.com2003-04-021-2/+3
* Fix bug 200224. Eliminate null ptr dereference.nelsonb%netscape.com2003-04-021-1/+1
* Import NSPR 4.3 RTM.wtc%netscape.com2003-04-021-1/+1
* Bug 200179: prepend, rather than overwrite, the shared library search path.wtc%netscape.com2003-04-011-4/+4
* Destroy the hash context, public key, private key, and slot so that NSSwtc%netscape.com2003-04-011-2/+14
* Added a missing {.wtc%netscape.com2003-04-011-1/+1
* checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-011-1/+2
* checking return value of NSS_Shutdown - bug 171263bishakhabanerjee%netscape.com2003-04-011-1/+3
* checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-013-3/+9
* Checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-012-3/+8
* checking return value of NSS_Shutdown() - bug 171263bishakhabanerjee%netscape.com2003-04-014-4/+10
* Fix for 199227 - keep enumerating certs in tokens even if one token fails. r=...jpierre%netscape.com2003-04-011-3/+0
* Bug 195127: Turn off debugging output now that we have the AIX tinderboxwtc%netscape.com2003-03-2925-88/+2984
|\
| * Bug 199628: support shlibsign on OpenVMS. Pass $(OS_TARGET) instead ofwtc%netscape.com2003-03-293-14/+31
| * Changes to enable ECC over characteristic 2^m fields.nelsonb%netscape.com2003-03-2911-76/+1379
| * Bug 195797: support building NSS with GCC 3.x on OS/2. The patch iswtc%netscape.com2003-03-271-1/+1
| * Add missing return statement.nelsonb%netscape.com2003-03-271-0/+1
| * Bug 199134: fixed build failures on FreeBSD. We need to specify -pthreadwtc%netscape.com2003-03-271-0/+4
| * Bug 195127: set the LIBPATH environment variable (used by AIX) as absolutewtc%netscape.com2003-03-261-1/+1
| * Removed extraneous trailing / after directory pathnames.wtc%netscape.com2003-03-261-2/+2
| * Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-03-265-0/+1478
| * Bug 199082: checked in Nelson's patch, whichwtc%netscape.com2003-03-267-5/+68
* | fixup commit for tag 'MOZILLA_1_4a_RELEASE'MOZILLA_1_4a_RELEASEcvs2hg2003-03-295-75/+39
|/
* Fix bug 198099. Display DSA public keys in certs properly.nelsonb%netscape.com2003-03-251-30/+35
* Fix buildjpierre%netscape.com2003-03-251-1/+1
* bug 198622, redundant memset callsian.mcgreer%sun.com2003-03-243-4/+4
* Bug 142867: pk12util needs to be able to import intermediate CA's into hwrelyea%netscape.com2003-03-248-2/+66
* Removed the experimental change. It did not cause the intermittent QAwtc%netscape.com2003-03-231-2/+2
|\
| * fixup commit for tag 'MOZILLA_200303241605_TAG'MOZILLA_200303241605_TAGcvs2hg2003-03-222-58/+0
* | Deleted an obsolete comment.wtc%netscape.com2003-03-221-1/+0
* | An experimental change for debugging bug 195127: on the 64-bit AIXwtc%netscape.com2003-03-221-2/+2
|/
* Added more debugging output for bug 195127.wtc%netscape.com2003-03-221-0/+3
* Bug 198543: checked in the patch from Chris Seawood to fix BeOS bustage.wtc%netscape.com2003-03-221-1/+1
* BSD/OS seems to be using GNU ld, which needs -rpath-link to find thewtc%netscape.com2003-03-221-0/+4
* bug 168393 PK11SDR_Decrypt() does not call PK11_Authenticate() before searchrelyea%netscape.com2003-03-221-0/+3
* bug 198470 "Cached certs not updated after token reset." r=ian.mgreer r=wtcrelyea%netscape.com2003-03-221-0/+2
* Bug 198543: BeOS uses LIBRARY_PATH to search for shared libraries.wtc%netscape.com2003-03-211-0/+2
* Rewrote without the dirname() and basename() calls because they are notwtc%netscape.com2003-03-212-14/+17
* Resurrected the workaround in revision 1.2. It may be difficult for somewtc%netscape.com2003-03-211-0/+57
* Bug 197890: backed out the previous checkin. For unknown reasons, thewtc%netscape.com2003-03-211-1/+1
* Bugzilla 198461: fixed build problem on OpenBSD. The patch is contributedwtc%netscape.com2003-03-211-1/+1
* On IRIX, dirname() and basename() are defined in -lgen.wtc%netscape.com2003-03-211-0/+4
* Bug 198482: OS/2 can't run sign.sh because we can't set DLL load path inwtc%netscape.com2003-03-212-0/+22
* Bugzilla 198481: fixed all build problems with gcc on Solaris.wtc%netscape.com2003-03-212-3/+8
* Add OID Definition for AOL screenname attribute.relyea%netscape.com2003-03-202-3/+6
* White space change simply to cause the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-03-201-1/+0
* Bug 195127: added temporary debugging output.wtc%netscape.com2003-03-201-0/+3
* Bug 58221: don't use strlen to check if a string is of length 0.wtc%netscape.com2003-03-191-1/+1