summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* return the correct error codes to make all.sh happy.relyea%netscape.com2002-04-051-3/+9
* fixed a bug that had resulted in tinderbox results not always being uploadedsonja.mirtitsch%sun.com2002-04-051-2/+6
* Add ';' so Solaris and Linux will buildrelyea%netscape.com2002-04-0526-960/+5468
|\
| * New platform files for WinCE.nelsonb%netscape.com2002-04-052-0/+306
| * Link certutil dynamically.relyea%netscape.com2002-04-053-159/+131
| * Add symbols so the certutil can be linked dynmicallyrelyea%netscape.com2002-04-051-0/+17
| * Don't try verifying the db's in a multi-access database caserelyea%netscape.com2002-04-051-0/+5
| * New file for common PKI stuff. Not yet part of build.ian.mcgreer%sun.com2002-04-041-0/+1139
| * Land Stan changes to tip. Mostly header file / structure / API cleanup. Noteian.mcgreer%sun.com2002-04-0415-776/+4120
| * Addresses bug 126087 (hot locks identified by Ning at Sun).kirk.erickson%sun.com2002-04-041-13/+13
| * Make sure we aren't confusing secret keys with private and public keysrelyea%netscape.com2002-04-041-3/+13
| * Don't include the public key on a list if it doesn't exist.relyea%netscape.com2002-04-041-3/+4
| * define nss_ZREALLOCARRAY, fix bugs in nss_ZReallocian.mcgreer%sun.com2002-04-042-6/+26
* | fixup commit for tag 'NSS_WINCE_ALPHA_BASE'NSS_WINCE_ALPHA_BASEcvs2hg2002-04-052-0/+306
|/
* Back out win_rand changes. The changes used NSPR for file I/O insteadnelsonb%netscape.com2002-04-041-111/+25
* Fix build error on NT.nelsonb%netscape.com2002-04-041-0/+1
* Add missing #include to fix errors on AIX.nelsonb%netscape.com2002-04-041-0/+1
* Remove duplicative include. arch.mk is included by config.mk.nelsonb%netscape.com2002-04-041-2/+0
* Get freebl and mpi to build for WinCE. Use NSPR for I/O in sysrand.nelsonb%netscape.com2002-04-044-34/+133
* Fix (er, improve) Makefile dependencies for sysrand.{o,obj}nelsonb%netscape.com2002-04-041-0/+1
* Make libSSL build for WinCE.nelsonb%netscape.com2002-04-046-8/+18
* Make libutil build for WinCE.nelsonb%netscape.com2002-04-044-5/+23
* Warning reduction. substitute (uchar) cast for ANDing with 0xff.nelsonb%netscape.com2002-04-041-4/+4
* Since WinCE has no command line shell, don't build cmd for it.nelsonb%netscape.com2002-04-041-4/+0
* Add cross-platform (WinCE) support.nelsonb%netscape.com2002-04-046-9/+27
* Add WinCE suport.nelsonb%netscape.com2002-04-033-11/+9
* merge branch fix for bug 115954 to tipian.mcgreer%sun.com2002-04-033-0/+21
* Don't include the static library util.o in all of the NSS shared libraries to...javi%netscape.com2002-04-031399-0/+595277
|\
| * Bugzilla bug 134095: removed error-handling code that's not quite correct.wtc%netscape.com2002-03-291-11/+0
| * Fix for 134095 - allow PKCS#11 framework to free attributes for non-const tok...jpierre%netscape.com2002-03-293-15/+61
| * moving security products from mccrel to mccrel3sonja.mirtitsch%sun.com2002-03-285-11/+9
| * Bugzilla bug 133668: use PR_MIN instead of MIN, which is no longer definedwtc%netscape.com2002-03-271-2/+2
| |\
| | * fixup commit for tag 'XPC_IDISP_20020417_BASE'XPC_IDISP_20020417_BASEcvs2hg2002-03-271525-607463/+0
| |/
| * Call NSS_Shudown in modutiljpierre%netscape.com2002-03-271-0/+1
| |\
| | * fixup commit for tag 'NSS_3_4_BASE'NSS_3_4_BASEcvs2hg2002-03-2611-1041/+0
| |/
| * bug 123296, infinite loop in signtool when incorrect password given at comman...ian.mcgreer%sun.com2002-03-261-0/+3
| * Bugzilla bug 133545: fixed spelling errors "signning" in certutil memuwtc%netscape.com2002-03-261-2/+2
| * Fix 130522: ASN.1 decoder asserts with corrupt input.nicolson%netscape.com2002-03-261-8/+38
| * Bugzilla bug 132461: changes suggested by Bob Relyea after his code review:wtc%netscape.com2002-03-263-36/+28
| * Bugzilla bug 132483: fixed the bug that ckfw destroys an object before itswtc%netscape.com2002-03-231-1/+1
| * Bugzilla bug 131427: added softkver.c to softoken Mac build. Setwtc%netscape.com2002-03-231399-0/+595290
| |\
| * | fixup commit for tag 'DBM_1_61_RC1'DBM_1_61_RC1cvs2hg2002-03-231399-595260/+0
| |/
* | fixup commit for tag 'DBM_1_61_RTM'DBM_1_61_RTMcvs2hg2002-04-021399-595260/+0
|/
* Bugzilla bug 128955: support Netscape's uname, MKS's uname, and Cygwin'swtc%netscape.com2002-03-236-55/+21
* If an error occurs when attempting to write previously buffered data onnelsonb%netscape.com2002-03-231-1/+1
* bug 132889, sense of boolean 'blocking' is reversed within the HANDLE_ERR mac...ian.mcgreer%sun.com2002-03-221-2/+2
* Add new bits to struct returned by SSL_GetCipherSuiteInfo. Bug 132438.nelsonb%netscape.com2002-03-222-36/+38
* Fix error in SECMOD_UnloadUserModule reportd by Ian for bug 132461 - use Stan...jpierre%netscape.com2002-03-211-1/+1
* Bug 132461: restored the declaration of SECMOD_LoadModule.wtc%netscape.com2002-03-2112-0/+1044
|\
* | fixup commit for tag 'nss34_20020321'nss34_20020321cvs2hg2002-03-2111-1041/+0
|/