summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Backed out the previous checkin, which is not being used and triggerswtc%netscape.com2002-06-011-2/+0
| * Use $(DLL_SUFFIX) instead of ${DLL_SUFFIX}.wtc%netscape.com2002-06-011-1/+1
| * Fix 147794: PK11_ImportDERPrivateKeyInfoAndReturnKey frees the private key in...nicolson%netscape.com2002-06-011-5/+4
| |\
| | * 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 woul...rangansen%netscape.com2002-06-011-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
| * | 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
| * | Refresh token cache after login on tokens that need to log in before theyrelyea%netscape.com2002-05-221-0/+5
| * | Close our peer database handles because some platforms (Mac) do bad thingsrelyea%netscape.com2002-05-221-1/+25
| |/
| * 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
| * Fix spelling error.relyea%netscape.com2002-05-212-2/+2
| * Clear out certs associated with tokens that have just been taken off the trus...relyea%netscape.com2002-05-211-0/+2
| * Fix for bug 137645 - cached certificate does not get its nickname updated aft...jpierre%netscape.com2002-05-206-95/+27
| * bug 144309, return value of STAN_GetCERTCertificate not checkedian.mcgreer%sun.com2002-05-205-9/+55
| * 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
| | * Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patchwtc%netscape.com2002-05-184-1/+20
| | * Bugzilla bug 145128: fixed a typo error in sec_pkcs5_rc4(). Also simplfiedwtc%netscape.com2002-05-171-3/+3
| | * 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 f...relyea%netscape.com2002-05-162-8/+19
| | * Make a single softoken which works for both servers and clients depending on ...relyea%netscape.com2002-05-166-114/+169
| | * 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
| | * Bugzilla bug 138532: use pipes instead of semaphores for NetBSD, which doeswtc%netscape.com2002-05-162-2/+2
| | * 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 whe...relyea%netscape.com2002-05-141-1/+1
| |/
| * Bugzilla bug 135069: SEC_PKCS12DestroyExportContext should free the slotwtc%netscape.com2002-05-131-1/+3
| * 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 be...relyea%netscape.com2002-05-101-1/+17
| * Add new error code for trying to all previously deleted modules which have no...relyea%netscape.com2002-05-101-1/+2
| * Allow both FIPS and non-FIPS tokens to be initialized and active at the same ...relyea%netscape.com2002-05-103-62/+140
| * 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