summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-25635-17878/+19564
* Bugzilla bug 90906: removed unused variable 'size'. The patch is fromwchang0222%aol.com2004-04-211-1/+0
* 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
* Remove unused filejpierre%netscape.com2004-03-111-95/+0
* Add conditionally compiled code for NISCC testing of NSS's SSL library.nelsonb%netscape.com2004-03-053-3/+92
* 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
* Import base64 encoded certificate files with old MAC line endings.nelsonb%netscape.com2004-02-161-28/+38
* 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-112-60/+94
* Fix for 233118 . additional check for CRL signing usage. r=nelsonbjpierre%netscape.com2004-02-1126-922/+710
|\
| * Bugzilla bug 233321: fixed the problem with building utf8.c as a standalonewchang0222%aol.com2004-02-112-11/+9
| * 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 123693: improved the fix for this bug. Maintain thewchang0222%aol.com2004-02-061-25/+17
| * Fix numerous bugs in CERT_FindCertByKeyID. Bug 233019. r=jpierrenelsonb%netscape.com2004-02-041-8/+18
| * Honor key usage extensions, whether they're critical or not.nelsonb%netscape.com2004-02-031-30/+12
| * When an attempt to initialize a slot fails, free up the resourcesnelsonb%netscape.com2004-01-301-31/+38
| * Back out rev 1.90. It breaks shlibsign.nelsonb%netscape.com2004-01-291-32/+30
| * Export SECOID_AddEntry. Bug 132942. r=wtc.nelsonb%netscape.com2004-01-291-0/+1
| * Change some comments and one variable as suggested in review comments.nelsonb%netscape.com2004-01-291-6/+5
| * Make SECOID_AddEntry be thread safe. Export it. Bug 124923. r=relyea.nelsonb%netscape.com2004-01-293-110/+220
| * Plug leaks. Bug 123693. r=wtc,relyeanelsonb%netscape.com2004-01-291-30/+32
| * Fix for 232377 - assertion in vfychain with DSA cert. r=wtc, nelsonbjpierre%netscape.com2004-01-281-3/+12
| * Export cert functions that decode extensions and traverse decodednelsonb%netscape.com2004-01-2810-72/+141
| * Bugzilla bug 232380: deleted CERT_FindExpiredIssuer, which is dead code.wchang0222%aol.com2004-01-282-67/+2
| * address review comments: bug 231659jgmyers%speakeasy.net2004-01-281-13/+27
| * rewrite utf8 parser for strictness: bug 231659 r=MisterSSLjgmyers%speakeasy.net2004-01-281-502/+152
| * bug 231698: fix regression in reading SDR data in databases written on 64-bit...relyea%netscape.com2004-01-273-40/+79
| * Fix for 231051 - crlutil asserts after importing CRL. r=nelsonb, wtcjpierre%netscape.com2004-01-271-1/+4
| * Fix crashes that occur when optional policyQualifiers are not present.nelsonb%netscape.com2004-01-231-2/+2
| * Bumped version to 1.50 (for NSS 3.10).wchang0222%aol.com2004-01-231-1/+1
| |\
| | * fixup commit for tag 'NSS_3_9_BASE'NSS_3_9_BASEcvs2hg2004-01-231-3/+3
| |/
* | fixup commit for tag 'MOZILLA_1_7a_RELEASE'MOZILLA_1_7a_RELEASEcvs2hg2004-02-117-49/+100
|/
* 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
* 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 bug in cert path length validation. Bug 221644. r=jpierrenelsonb%netscape.com2004-01-211-23/+19