summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1)NSS_CLIENT_TAG_20040323wchang0222%aol.com2004-03-231-1/+1
* Bugzilla bug 172651: added a necessary test for MinGW gcc in rules.mk.wchang0222%aol.com2004-03-232-1/+2
* Remove unused filejpierre%netscape.com2004-03-111-95/+0
* Fix for 235874 - crash in PK11_DigestKey . r=wtc, nelsonbNSS_CLIENT_TAG_20040304jpierre%netscape.com2004-03-032-0/+9
* Import base64-encoded cert files that have old MAC line endings.nelsonb%netscape.com2004-02-163-31/+47
* Fix some capitalization errors in thid document, on the NSS 3.9 branch.nelsonb%netscape.com2004-02-131-4/+4
* Fix strings in SECU_PrintError. bug 233493jpierre%netscape.com2004-02-121-5/+5
* Fix for 233493 . Corrections based on Wan-Teh's feedback.jpierre%netscape.com2004-02-111-38/+20
|\
| * Bugzilla bug 232742: support Linux/AMD64. The patch is contributed bywchang0222%aol.com2004-02-111-0/+5
| * Fix for 233493 - fix symkeyutil build on OS/2. r=relyeajpierre%netscape.com2004-02-101-21/+53
* | fixup commit for tag 'NSS_CLIENT_TAG_20040303'NSS_CLIENT_TAG_20040303cvs2hg2004-02-111-0/+5
|/
* Fix for 232377. vfychain asserts on DSA cert. r=wtc, nelsonbjpierre%netscape.com2004-01-281-3/+12
* Fix for 231051 - crlutil asserts after deleting CRL. r=wtc, nelsonbjpierre%netscape.com2004-01-281-0/+2
* Bugzilla bug 231018: use AIX.mk for all AIX versions. Removed theNSS_CLIENT_TAG_20040128wchang0222%aol.com2004-01-288-306/+17
* Check in regression 231698. r=misterssl sr=wchang0222relyea%netscape.com2004-01-273-40/+79
* Fix for 231051 - crlutil asserts after importing CRLjpierre%netscape.com2004-01-271-1/+4
* Fix another NULL pointer dereference cause by an absent optional DERnelsonb%netscape.com2004-01-241-1/+1
* Fix crashes that occur when optional policyQualifiers are not present.NSS_CLIENT_TAG_20040124nelsonb%netscape.com2004-01-231-2/+2
* Set NSS version to 3.9.1 Beta.wchang0222%aol.com2004-01-231-3/+3
* fixup commit for branch 'NSS_3_9_BRANCH'cvs2hg2004-01-2357-12025/+3
* RFC 3280 says Name Constraints do not apply to self-issued CA certs,nelsonb%netscape.com2004-01-231-23/+39
* When a name attribute's value exceeds the maximum allowed length, displaynelsonb%netscape.com2004-01-221-5/+13
* Add -a option for Base64 encoded ASCII input and output.nelsonb%netscape.com2004-01-221-66/+169
* Correct NSS's key usage tests for certs with non-RSA public keys.nelsonb%netscape.com2004-01-221-17/+28
* Detect duplicate issuer name and serial number between two temp certs.nelsonb%netscape.com2004-01-221-5/+7
* Fix name constraints code to pass NIST PKITS test 38. r=wtc. Bug 231223.nelsonb%netscape.com2004-01-221-12/+27
* Move an extern function declaration to the header file where it belongs.nelsonb%netscape.com2004-01-222-4/+4
* Fix some erronous code that set SEC_ERROR_NO_MEMORY when there had beennelsonb%netscape.com2004-01-221-31/+25
* Fix bug in cert path length validation. Bug 221644. r=jpierrenelsonb%netscape.com2004-01-211-23/+19
* Support GeneralizedTime in NSS tools. bug 210530. r=wtcjpierre%netscape.com2004-01-212-4/+4
* Use the results from PK11_ProtectedAuthenticationPath(slot) in thenelsonb%netscape.com2004-01-212-2/+13
* Bugzilla bug 229299: fixed unused variable warning. r=nelsonb.wchang0222%aol.com2004-01-201-0/+2
* fix review comment: bug 53133jgmyers%speakeasy.net2004-01-201-1/+1
* Make this code build on Windows as well as Unix.nelsonb%netscape.com2004-01-191-3/+6
* Fix two more incorrect cert names that caused erroneous test results.nelsonb%netscape.com2004-01-171-2/+2
* Correct this script to more accurately report errors. Bug 231221.nelsonb%netscape.com2004-01-171-8/+12
* Detect absent isCA flags in basic constraints. Detect and reject negativenelsonb%netscape.com2004-01-161-5/+11
* Fix template for Cert policy extensions. Bug 230951, r=jpierrenelsonb%netscape.com2004-01-161-1/+1
* Fix NSS parsing of Issuer Unique ID and Subject Unique ID fields innelsonb%netscape.com2004-01-161-4/+4
* Add vfychain to list of NSS cmds being built nightly. r=wtc. Bug 231025nelsonb%netscape.com2004-01-161-0/+1
* fix comment per review: bug 53133jgmyers%speakeasy.net2004-01-161-1/+1
* Minor change after review of previous checkin. Bug 53133.wchang0222%aol.com2004-01-151-1/+3
* Fix build problems on some platforms.relyea%netscape.com2004-01-151-2/+2
* Set NSS version to 3.10 Beta.wchang0222%aol.com2004-01-151-3/+3
* Convert T61String-labeled ISO-8859-1 to UTF-8: bug 53133 r=nelsonb a=wtcjgmyers%speakeasy.net2004-01-154-29/+161
* Add 2 additional OIDs to the list of acceptable digestEncryptionAlgIDs,nelsonb%netscape.com2004-01-141-1/+5
* Tool to manage pkcs 11 module tests.relyea%netscape.com2004-01-145-0/+2763
* Fix double free introduced in rev 1.54. r=wtc. bug 230774.nelsonb%netscape.com2004-01-141-1/+1
* Bugzilla bug 229289: fixed an unused variable warning. r=relyea.wchang0222%aol.com2004-01-1312-0/+1041
|\
* \ fixup commit for tag 'STRING_20040119_BASE'STRING_20040119_BASEcvs2hg2004-01-0840-0/+8217
|\ \ | |/