summaryrefslogtreecommitdiff
path: root/security/nss
Commit message (Expand)AuthorAgeFilesLines
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-25936-26577/+29311
* Bugzilla bug 90906: removed unused variable 'size'. The patch is fromwchang0222%aol.com2004-04-211-1/+0
* Change ssl test scripts to invoke tstclnt with the server's FQDN.nelsonb%netscape.com2004-04-082-16/+16
* Remove code that attempted to compare simple host names in URLs withnelsonb%netscape.com2004-04-081-21/+2
* Fix missing indexes when fetching lengths (get tinderbox working again).relyea%netscape.com2004-04-071-2/+2
* Bug 239827: Fix race condition in unwrap private key (if target key is symetr...relyea%netscape.com2004-04-071-1/+8
* Bug 238914. r=wchang sr=misterSSLrelyea%netscape.com2004-04-071-63/+175
* Bugzilla bug 238565: made the comment match the code. r=nelsonb.wchang0222%aol.com2004-03-271-2/+3
* Bugzilla bug 237934: in nss_InitLock, nss_InitMonitor, andwchang0222%aol.com2004-03-272-3/+9
* Correct the parsing of certain forms of GeneralName. Bug 233586.nelsonb%netscape.com2004-03-261-5/+7
* Fix a regression introduced by rev 1.19, after NSS 3.9 was released.nelsonb%netscape.com2004-03-231-1/+2
* Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1)wchang0222%aol.com2004-03-231-1/+1
* Program to decrypt passwords inline from prefs filesrelyea%netscape.com2004-03-233-0/+489
* Fix arrays handling strings, and helprelyea%netscape.com2004-03-133-148/+908
* Remove unused filejpierre%netscape.com2004-03-111-95/+0
* Fix for bug 143456 - add -P option for dbprefix to selfserv . r=MisterSSLjpierre%netscape.com2004-03-101-5/+8
* Add conditionally compiled code for NISCC testing of NSS's SSL library.nelsonb%netscape.com2004-03-053-3/+92
* adding platform RH_Linux_7.3bishakhabanerjee%netscape.com2004-03-041-0/+1
* adjusting the platform strings as the header file specifiesbishakhabanerjee%netscape.com2004-03-041-7/+7
* removed old,unused platforms; and added newer used onesbishakhabanerjee%netscape.com2004-03-041-11/+8
* Fix for 235874 - crash in PK11_DigestKey . r=wtc, nelsonbjpierre%netscape.com2004-03-032-0/+9
* Detect NULL arguments to CERT_DecodeTrustString instead of crashing.nelsonb%netscape.com2004-02-261-0/+8
* fix for Bugzilla bug 232481: removed a loop in smime.shbishakhabanerjee%netscape.com2004-02-251-12/+4
* added negative cert import function, changed relevant Policies tests accordinglybishakhabanerjee%netscape.com2004-02-251-66/+89
* Import base64 encoded certificate files with old MAC line endings.nelsonb%netscape.com2004-02-163-31/+47
* Removed unused function _OS_SELECT for AIX. Thanks to Philip K. Warrenwchang0222%aol.com2004-02-131-7/+0
* Bugzilla bug 233048: 1. Support doing 64-bit Solaris SPARC builds usingwchang0222%aol.com2004-02-131-4/+4
* Fix strings in SECU_PrintError. bug 233493jpierre%netscape.com2004-02-121-5/+5
* Bugzilla bug 229297: fixed compiler warning "conversion from 'double' towchang0222%aol.com2004-02-111-1/+1
* Bugzilla bug 229293: fixed compiler warning "unary minus operator appliedwchang0222%aol.com2004-02-111-4/+4
* Fix for bug 233605 . Check CRL entry extensions after partial decoding. Also ...jpierre%netscape.com2004-02-113-60/+109
* Fix for 233493 . Corrections based on Wan-Teh's feedback.jpierre%netscape.com2004-02-111-57/+7
* Fix for 233118 . additional check for CRL signing usage. r=nelsonbjpierre%netscape.com2004-02-1153-1533/+6334
|\
| * Bugzilla bug 233321: fixed the problem with building utf8.c as a standalonewchang0222%aol.com2004-02-112-11/+9
| * checking in 5 sections of Certificate Policies. Need to setbishakhabanerjee%netscape.com2004-02-111-1/+740
| * Fix for 233493 - fix symkeyutil build on OS/2. r=relyeajpierre%netscape.com2004-02-101-21/+53
| * removing dependency of a testcase on a previous testcase; i.e. each testcasebishakhabanerjee%netscape.com2004-02-091-1/+190
| * Bugzilla bug 233319: prepend, rather than append, the NSS lib and binwchang0222%aol.com2004-02-091-2/+2
| * Enable a chain to validate when a perm cert has been issued by anelsonb%netscape.com2004-02-074-62/+80
| * Bugzilla bug 225808: 1. Use a 32-bit integer type for cert->nsCertType sowchang0222%aol.com2004-02-072-2/+5
| * Bugzilla bug 233239: do not include cmd/zlib and cmd/lib headers andwchang0222%aol.com2004-02-075-9/+13
| * Bugzilla bug 123693: improved the fix for this bug. Maintain thewchang0222%aol.com2004-02-061-25/+17
| * Bugzilla bug 233112: fixed a typo: "futuer" -> "future". Thanks towchang0222%aol.com2004-02-051-1/+1
| * added a few more missing $ for variable PKITSdb for more accurate log reportingbishakhabanerjee%netscape.com2004-02-041-91/+91
| * Fix numerous bugs in CERT_FindCertByKeyID. Bug 233019. r=jpierrenelsonb%netscape.com2004-02-041-8/+18
| * Add a feature to disable all use of CRLs with an environment variable.nelsonb%netscape.com2004-02-041-59/+97
| * Put in missing $, so log output will show actual commands exeuted.nelsonb%netscape.com2004-02-041-1/+1
| * correcting header of section 4.1, minor edits to make headers more definitivebishakhabanerjee%netscape.com2004-02-031-14/+9
| * Invoke crlImportn instead of crlImport in several places where anelsonb%netscape.com2004-02-031-5/+6
| * Honor key usage extensions, whether they're critical or not.nelsonb%netscape.com2004-02-031-30/+12