summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-012-1/+1140
| | |
| * | 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
| * | 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.
| * | 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-2027-273/+737
| |\
| | * Bugzilla bug 145178: added OpenBSD build support. The patch is contributedwtc%netscape.com2002-05-182-2/+2
| | | | | | | | | | | | | | | | | | 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-184-1/+20
| | | | | | | | | | | | (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
| | |
| | * Add PK11_GetPBEIV to exported symbol list.relyea%netscape.com2002-05-161-0/+6
| | |
| | * Add function to get the PBEIV.relyea%netscape.com2002-05-161-2/+39
| | |
| | * Add support to turn on or off optimizations based on parameters to NSS_Init ↵relyea%netscape.com2002-05-162-8/+19
| | | | | | | | | | | | functions
| | * Make a single softoken which works for both servers and clients depending on ↵relyea%netscape.com2002-05-166-114/+169
| | | | | | | | | | | | | | | | | | configuration. Add the _PAD functions to the internal database token.
| | * Argh. I thought I had compiled this! fixe compile errors.relyea%netscape.com2002-05-162-2/+3
| | |
| | * Add Transactions (still need to add transactions on database upgrade).relyea%netscape.com2002-05-168-40/+387
| | | | | | | | | | | | Make trust objects their own objects to reduce a couple of unnecessary cert decodes.
| | * Bugzilla bug 138532: use pipes instead of semaphores for NetBSD, which doeswtc%netscape.com2002-05-162-2/+2
| | | | | | | | | | | | | | | not have semaphore.h. Thanks to Chris Seawood <seawood@netscape.com> for the patch. Modified files: sslmutex.h sslmutex.c
| | * Fixed build breakage on BeOS -- made the ifdef match the one in sslsnce.c.wtc%netscape.com2002-05-161-1/+1
| | |
| | * Fix for 141256 - correct HTTP parsing for OCSP in NSSjpierre%netscape.com2002-05-151-22/+6
| | |
| | * bug 133397. Move AddPermModule() inside the previously empty if statement ↵relyea%netscape.com2002-05-141-1/+1
| |/ | | | | | | where it belongs.
| * Bugzilla bug 135069: SEC_PKCS12DestroyExportContext should free the slotwtc%netscape.com2002-05-131-1/+3
| | | | | | | | reference allocated in SEC_PKCS12CreateExportContext. r=relyea,mcgreer.
| * Bugzilla bug 135052: more cleanup in SEC_PKCS12DecoderStart. r=relyea.wtc%netscape.com2002-05-101-6/+1
| |
| * Fix for bug 142868 - CA certificates are imported with NULL nicknames .jpierre%netscape.com2002-05-101-3/+21
| |
| * Add function to determine if it's safe to delete the internal module.relyea%netscape.com2002-05-103-0/+7
| |
| * Detect when we have a previously deleted internal module which has not yet ↵relyea%netscape.com2002-05-101-1/+17
| | | | | | | | been freed, and don't try to switch to it.
| * Add new error code for trying to all previously deleted modules which have ↵relyea%netscape.com2002-05-101-1/+2
| | | | | | | | not yet been freed.
| * Allow both FIPS and non-FIPS tokens to be initialized and active at the same ↵relyea%netscape.com2002-05-103-62/+140
| | | | | | | | time.
| * When we force, we should preserve the NULL nickname semantics.relyea%netscape.com2002-05-101-10/+14
| |
| * Bugzilla bug 135821: fixed the internal slot reference leak inwtc%netscape.com2002-05-091-1/+4
| | | | | | | | PK11_WrapPrivKey. r=relyea.