summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close unlabeled-1.40.6unlabeled-1.40.6Franziskus Kiefer2017-09-290-0/+0
|
* Merged the fixes for bug 166721 and 181913 on the NSS_3_7_BRANCH.wtc%netscape.com2002-12-031-1/+3
|
* fixup commit for branch 'unlabeled-1.40.6'cvs2hg2002-06-121576-619275/+0
|
* Bug 150143: use map file to limit exported symbols on Mac OS X. The patchwtc%netscape.com2002-06-122-0/+7
| | | | | is contributed by Brian Ryner <bryner@netscape.com>. Modified files: Darwin.mk rules.mk
* When checking NeedInit status, go back and check the token in case the tokenrelyea%netscape.com2002-06-111-0/+13
| | | | has been initialized offline.
* Update for root certs - bug 139874jpierre%netscape.com2002-06-112-7/+7
|
* Fixed indentation caught by Wan-Teh (66606).kirk.erickson%sun.com2002-06-111-3/+3
|
* Resolves 66606. Added -O (enable OCSP checking).kirk.erickson%sun.com2002-06-113-0/+21
|
* Bug 150708. Incorrect keysize when finding bulk alg. r=wtc.ddrinan%netscape.com2002-06-101-1/+1
|
* Return public and private keys in the order specified by the PKCS #11 spec.relyea%netscape.com2002-06-101-2/+2
|
* Fix for 141256 - rewrite OCSP HTTP download code to fix error handlingjpierre%netscape.com2002-06-061-367/+236
|
* Fix for 139874 - Inject Latest CA Root Certsjpierre%netscape.com2002-06-062-9027/+2284
|
* Reserve OID (netscape_name_components 2) - see 605437thayes%netscape.com2002-06-041-0/+2
|
* to build the new NSS tests.. bugzilla bug 144316bishakhabanerjee%netscape.com2002-06-032-0/+123
|
* Backed out the previous checkin, which is not being used and triggerswtc%netscape.com2002-06-011-2/+0
| | | | a bug in gmake 3.76.1 with MKS shell on Windows.
* Use $(DLL_SUFFIX) instead of ${DLL_SUFFIX}.wtc%netscape.com2002-06-011-1/+1
|
* Fix 147794: PK11_ImportDERPrivateKeyInfoAndReturnKey frees the private key ↵nicolson%netscape.com2002-06-011-5/+4
|\ | | | | | | incorrectly.
| * fixup commit for tag 'ROGC_20020603_FREEZE'ROGC_20020603_FREEZEcvs2hg2002-06-0122-1337/+1197
| |
* | Fix to ensure change password on db is commited - using rv == SECSuccess ↵rangansen%netscape.com2002-06-011-1/+1
| | | | | | | | | | | | would actually abort it. r = wtc
* | This is a test. I changed Revision and Date to bogus values and want towtc%netscape.com2002-05-300-0/+0
| | | | | | | | see what actually got checked in.
* | Import NSPR 4.2 and DBM 1.61.wtc%netscape.com2002-05-301-2/+2
| |
* | bug 136701, certutil should use PK11_ListCertsian.mcgreer%sun.com2002-05-291-9/+9
| |
* | Fixed OCSP typo.kirk.erickson%sun.com2002-05-281-1/+1
| |
* | Bug 142575: use the PRIVATE keyword for the /EXPORT linker option.wtc%netscape.com2002-05-251-3/+3
| |
* | Bug 142575: use the /EXPORT linker option on the command line.wtc%netscape.com2002-05-252-3/+9
| | | | | | | | Modified files: nssinit.c config.mk
* | Bug 142575: a better fix.wtc%netscape.com2002-05-251-2/+9
| |
* | Bug 142575: added function forwarder for 'mktemp' for "bug compatibility".wtc%netscape.com2002-05-241-0/+12
| |
* | Make pkcs12.h C++ friendly.javi%netscape.com2002-05-241-0/+4
| |
* | Back out the previous checkin. It broken the cmd/certcgi build.wtc%netscape.com2002-05-241-24/+0
| |
* | Add macros to make header file C++ friendly.javi%netscape.com2002-05-241-0/+3
| |
* | Bug 142575: on Windows added mktemp (which simply calls _mktemp in the Cwtc%netscape.com2002-05-231-0/+24
| | | | | | | | | | run-time library) to be backward compatible with the bug that mktemp was accidentally exported from the nss3.dll in NSS 3.2.x and 3.3.x.
* | Resolves bug 90070 (now exiting with PK12UERR_PK11GETSLOT 13).kirk.erickson%sun.com2002-05-231-0/+1
| |
* | Refresh token cache after login on tokens that need to log in before theyrelyea%netscape.com2002-05-221-0/+5
| | | | | | | | could read their certs.
* | Close our peer database handles because some platforms (Mac) do bad thingsrelyea%netscape.com2002-05-221-1/+25
|/ | | | | | if you hold two berkelydb handles open to the same database in the same process. (actually a lot of platforms could cause problems, the Mac version of dbm (1.85) just does the bad things right away).
* Back out the change on Module destruction.relyea%netscape.com2002-05-221-5/+1
|
* Don't crash if url is specified, but the crl is brokenrelyea%netscape.com2002-05-211-1/+3
|
* Missing component when deleting should not be fatalrelyea%netscape.com2002-05-211-1/+6
|
* Fix spelling error.relyea%netscape.com2002-05-212-2/+6
| | | | Clear out certs from the cache before the token goes away.
* Fix spelling error.relyea%netscape.com2002-05-212-2/+2
|
* Clear out certs associated with tokens that have just been taken off the ↵relyea%netscape.com2002-05-211-0/+2
| | | | trust domain.
* Fix for bug 137645 - cached certificate does not get its nickname updated ↵jpierre%netscape.com2002-05-206-95/+27
| | | | after P12 import of matching user certificate
* bug 144309, return value of STAN_GetCERTCertificate not checkedian.mcgreer%sun.com2002-05-205-9/+55
| | | | r=wtc
* fix bustage caused by generated file discrepanciesian.mcgreer%sun.com2002-05-201-5/+10
|
* need to match ckapi.perl with generated target nssck.api, which was modifiedian.mcgreer%sun.com2002-05-2086-278/+14495
|\
| * Bugzilla bug 145178: added OpenBSD build support. The patch is contributedwtc%netscape.com2002-05-184-3/+65
| | | | | | | | | | | | by Christopher Seawood <seawood@netscape.com>. Modified Files: coreconf/config.mk sslmutex.c sslmutex.h Added Files: coreconf/OpenBSD.mk
| * Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patchwtc%netscape.com2002-05-185-5/+32
| | | | | | | | (attachment 84127) were contributed by Jim Dunn <jdunn@netscape.com>.
| * Bugzilla bug 145128: fixed a typo error in sec_pkcs5_rc4(). Also simplfiedwtc%netscape.com2002-05-171-3/+3
| | | | | | | | two other similar constructs. r=relyea.
| * bug 144448, incorrect use of ## operator in creating CKFW entry pointsian.mcgreer%sun.com2002-05-171-70/+72
| |
| * Fix Linux and Solaris buildsrelyea%netscape.com2002-05-171-1/+1
| |
| * The tip is now NSS 3.6, make sure new builds properly indicate thisrelyea%netscape.com2002-05-161-2/+2
| |