| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 236613: change to MPL/LGPL/GPL tri-license. | gerv%gerv.net | 2004-04-25 | 635 | -17878/+19564 |
* | Bugzilla bug 90906: removed unused variable 'size'. The patch is from | wchang0222%aol.com | 2004-04-21 | 1 | -1/+0 |
* | Remove code that attempted to compare simple host names in URLs with | nelsonb%netscape.com | 2004-04-08 | 1 | -21/+2 |
* | Fix missing indexes when fetching lengths (get tinderbox working again). | relyea%netscape.com | 2004-04-07 | 1 | -2/+2 |
* | Bug 239827: Fix race condition in unwrap private key (if target key is symetr... | relyea%netscape.com | 2004-04-07 | 1 | -1/+8 |
* | Bug 238914. r=wchang sr=misterSSL | relyea%netscape.com | 2004-04-07 | 1 | -63/+175 |
* | Bugzilla bug 238565: made the comment match the code. r=nelsonb. | wchang0222%aol.com | 2004-03-27 | 1 | -2/+3 |
* | Bugzilla bug 237934: in nss_InitLock, nss_InitMonitor, and | wchang0222%aol.com | 2004-03-27 | 2 | -3/+9 |
* | Correct the parsing of certain forms of GeneralName. Bug 233586. | nelsonb%netscape.com | 2004-03-26 | 1 | -5/+7 |
* | Fix a regression introduced by rev 1.19, after NSS 3.9 was released. | nelsonb%netscape.com | 2004-03-23 | 1 | -1/+2 |
* | Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1) | wchang0222%aol.com | 2004-03-23 | 1 | -1/+1 |
* | Remove unused file | jpierre%netscape.com | 2004-03-11 | 1 | -95/+0 |
* | Add conditionally compiled code for NISCC testing of NSS's SSL library. | nelsonb%netscape.com | 2004-03-05 | 3 | -3/+92 |
* | Fix for 235874 - crash in PK11_DigestKey . r=wtc, nelsonb | jpierre%netscape.com | 2004-03-03 | 2 | -0/+9 |
* | Detect NULL arguments to CERT_DecodeTrustString instead of crashing. | nelsonb%netscape.com | 2004-02-26 | 1 | -0/+8 |
* | Import base64 encoded certificate files with old MAC line endings. | nelsonb%netscape.com | 2004-02-16 | 1 | -28/+38 |
* | Bugzilla bug 229297: fixed compiler warning "conversion from 'double' to | wchang0222%aol.com | 2004-02-11 | 1 | -1/+1 |
* | Bugzilla bug 229293: fixed compiler warning "unary minus operator applied | wchang0222%aol.com | 2004-02-11 | 1 | -4/+4 |
* | Fix for bug 233605 . Check CRL entry extensions after partial decoding. Also ... | jpierre%netscape.com | 2004-02-11 | 2 | -60/+94 |
* | Fix for 233118 . additional check for CRL signing usage. r=nelsonb | jpierre%netscape.com | 2004-02-11 | 26 | -922/+710 |
|\ |
|
| * | Bugzilla bug 233321: fixed the problem with building utf8.c as a standalone | wchang0222%aol.com | 2004-02-11 | 2 | -11/+9 |
| * | Enable a chain to validate when a perm cert has been issued by a | nelsonb%netscape.com | 2004-02-07 | 4 | -62/+80 |
| * | Bugzilla bug 225808: 1. Use a 32-bit integer type for cert->nsCertType so | wchang0222%aol.com | 2004-02-07 | 2 | -2/+5 |
| * | Bugzilla bug 123693: improved the fix for this bug. Maintain the | wchang0222%aol.com | 2004-02-06 | 1 | -25/+17 |
| * | Fix numerous bugs in CERT_FindCertByKeyID. Bug 233019. r=jpierre | nelsonb%netscape.com | 2004-02-04 | 1 | -8/+18 |
| * | Honor key usage extensions, whether they're critical or not. | nelsonb%netscape.com | 2004-02-03 | 1 | -30/+12 |
| * | When an attempt to initialize a slot fails, free up the resources | nelsonb%netscape.com | 2004-01-30 | 1 | -31/+38 |
| * | Back out rev 1.90. It breaks shlibsign. | nelsonb%netscape.com | 2004-01-29 | 1 | -32/+30 |
| * | Export SECOID_AddEntry. Bug 132942. r=wtc. | nelsonb%netscape.com | 2004-01-29 | 1 | -0/+1 |
| * | Change some comments and one variable as suggested in review comments. | nelsonb%netscape.com | 2004-01-29 | 1 | -6/+5 |
| * | Make SECOID_AddEntry be thread safe. Export it. Bug 124923. r=relyea. | nelsonb%netscape.com | 2004-01-29 | 3 | -110/+220 |
| * | Plug leaks. Bug 123693. r=wtc,relyea | nelsonb%netscape.com | 2004-01-29 | 1 | -30/+32 |
| * | Fix for 232377 - assertion in vfychain with DSA cert. r=wtc, nelsonb | jpierre%netscape.com | 2004-01-28 | 1 | -3/+12 |
| * | Export cert functions that decode extensions and traverse decoded | nelsonb%netscape.com | 2004-01-28 | 10 | -72/+141 |
| * | Bugzilla bug 232380: deleted CERT_FindExpiredIssuer, which is dead code. | wchang0222%aol.com | 2004-01-28 | 2 | -67/+2 |
| * | address review comments: bug 231659 | jgmyers%speakeasy.net | 2004-01-28 | 1 | -13/+27 |
| * | rewrite utf8 parser for strictness: bug 231659 r=MisterSSL | jgmyers%speakeasy.net | 2004-01-28 | 1 | -502/+152 |
| * | bug 231698: fix regression in reading SDR data in databases written on 64-bit... | relyea%netscape.com | 2004-01-27 | 3 | -40/+79 |
| * | Fix for 231051 - crlutil asserts after importing CRL. r=nelsonb, wtc | jpierre%netscape.com | 2004-01-27 | 1 | -1/+4 |
| * | Fix crashes that occur when optional policyQualifiers are not present. | nelsonb%netscape.com | 2004-01-23 | 1 | -2/+2 |
| * | Bumped version to 1.50 (for NSS 3.10). | wchang0222%aol.com | 2004-01-23 | 1 | -1/+1 |
| |\ |
|
| | * | fixup commit for tag 'NSS_3_9_BASE'NSS_3_9_BASE | cvs2hg | 2004-01-23 | 1 | -3/+3 |
| |/ |
|
* | | fixup commit for tag 'MOZILLA_1_7a_RELEASE'MOZILLA_1_7a_RELEASE | cvs2hg | 2004-02-11 | 7 | -49/+100 |
|/ |
|
* | RFC 3280 says Name Constraints do not apply to self-issued CA certs, | nelsonb%netscape.com | 2004-01-23 | 1 | -23/+39 |
* | When a name attribute's value exceeds the maximum allowed length, display | nelsonb%netscape.com | 2004-01-22 | 1 | -5/+13 |
* | Correct NSS's key usage tests for certs with non-RSA public keys. | nelsonb%netscape.com | 2004-01-22 | 1 | -17/+28 |
* | Detect duplicate issuer name and serial number between two temp certs. | nelsonb%netscape.com | 2004-01-22 | 1 | -5/+7 |
* | Fix name constraints code to pass NIST PKITS test 38. r=wtc. Bug 231223. | nelsonb%netscape.com | 2004-01-22 | 1 | -12/+27 |
* | Move an extern function declaration to the header file where it belongs. | nelsonb%netscape.com | 2004-01-22 | 2 | -4/+4 |
* | Fix bug in cert path length validation. Bug 221644. r=jpierre | nelsonb%netscape.com | 2004-01-21 | 1 | -23/+19 |