summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close NSS_PERFORMANCE_HACKS_BRANCHNSS_PERFORMANCE_HACKS_BRANCHFranziskus Kiefer2017-09-290-0/+0
* Addendum to Nelson's checkin on 2005-08-09: convert NSS_USE_HYBRID to NSS_USE...saul.edwards%sun.com2005-08-301-1/+1
* Echo check-in by Nelson on 2005-08-08 on trunk: address Wan-Teh's reviewsaul.edwards%sun.com2005-08-3011-17/+21
* Avoid running the whoami command for every file built. On HACKS branch.nelsonb%netscape.com2005-08-291-1/+1
* Merge changes from trunk to branch, to minimimze unintended diffs.nelsonb%netscape.com2005-08-291-0/+8
* Merge changes from the Trunk to the Branch.nelsonb%netscape.com2005-08-292-7/+11
* Remove danglisng --version-script. Review feedback from Wan-Teh. HACKS.nelsonb%netscape.com2005-08-291-1/+1
* Move "hybrid" OS_CFLAGS to freebl Makefile; cleanup HPUX 11 file in coreconf.saul.edwards%sun.com2005-08-292-14/+7
* Address Wan-Teh's insightful review feedback. Fixed release_md.nelsonb%netscape.com2005-08-271-41/+36
* Move SSL socket options into a separate options structure. Hacks Branch.nelsonb%netscape.com2005-08-2611-339/+308
* The bypass code is no longer ifdeffed. The checks are at run time,nelsonb%netscape.com2005-08-2612-1224/+1261
* Rename the type BLapiEncrypt to BLapiEncryptFunc. This was anelsonb%netscape.com2005-08-261-5/+5
* After the preceeding checkin, ssl.sh was failing when run by itself.nelsonb%netscape.com2005-08-261-0/+1
* Add -B option and clean up usage statement for cmds; add bypass testingsaul.edwards%sun.com2005-08-264-32/+117
* 297965 - Add a marker at the end of the test result report (result.html)saul.edwards%sun.com2005-08-251-0/+1
* Fix broken Linux AMD64 build - ansi flag requires __asm__ statements.saul.edwards%sun.com2005-08-251-6/+6
* Clean up Makefile in preparation for carrying to trunk.saul.edwards%sun.com2005-08-241-18/+4
* Fix leak in mp_mul/mp_sqr. This was already done on the trunk.saul.edwards%sun.com2005-08-241-9/+9
* Fix for freebl32INT bus error. r=nelsonneil.williams%sun.com2005-08-201-1/+1
* Fix loading of freebl with a fully-qualified pathname on platforms where NSPR...julien.pierre.bugs%sun.com2005-08-193-8/+8
* changes to set optimal MP_ flags for freebl builds.neil.williams%sun.com2005-08-192-31/+63
* Simplify the Makefile by eliminating the duplicate DSO_ defines, since the SH...julien.pierre.bugs%sun.com2005-08-192-9/+10
* Adds an automatic dependency from softokn to freebl .julien.pierre.bugs%sun.com2005-08-191-0/+4
* Stop linking/copying unnecessary files for the freebl shared libs. Fixes Wind...julien.pierre.bugs%sun.com2005-08-191-4/+1
* Resolve circular dependency warning on freebl.def .julien.pierre.bugs%sun.com2005-08-191-3/+3
* Merge sha_fast code from the tip, which fixes OS/2 build.julien.pierre.bugs%sun.com2005-08-192-150/+130
* Fix OS/2 build . IMPORT_LIBRARY is also needed for OS/2 .julien.pierre.bugs%sun.com2005-08-191-1/+0
* Fix 64-bit HP-UX buildjulien.pierre.bugs%sun.com2005-08-191-1/+1
* Fix building of freebl shared libs on Solaris. Wrong def file name was usedjulien.pierre.bugs%sun.com2005-08-162-4/+8
* RFE (Bug 285932) add faster sha implementation for studio.saul.edwards%sun.com2005-08-163-2/+2146
* Add initial implementation of two new settable SSL options.nelsonb%netscape.com2005-08-163-31/+82
* Fix Windows cygwin buildjulien.pierre.bugs%sun.com2005-08-163-2/+61
* Restore signing of libsoftokn3.so which was broken in version 1.11.2.1julien.pierre.bugs%sun.com2005-08-162-3/+3
* Undo regression in bl_LoadLibrary introduced in previous revision. PR_GetLibr...julien.pierre.bugs%sun.com2005-08-161-3/+4
* Fix build on OS/2 . Copy files instead of symlinks, as on Windows/MKS.julien.pierre.bugs%sun.com2005-08-121-0/+4
* Fix. Don't call PR_GetLibraryFilePathname with a NULL function address.nelsonb%netscape.com2005-08-121-2/+4
* Additional code to builds freebl shared lib on windows with MKS.nelsonb%netscape.com2005-08-122-17/+47
* Document the arguments to this shell script.nelsonb%netscape.com2005-08-121-1/+7
* Display the command that does the signing. Makes debugging MUCH easiernelsonb%netscape.com2005-08-121-1/+1
* Fix use of fp_iszero. Cleanup excessive whitespace. on hacks branch.nelsonb%netscape.com2005-08-121-7/+5
* Fix loader.c to build a shared library on all platforms. On NSS_PERFORMANCE_H...julien.pierre.bugs%sun.com2005-08-124-79/+192
* Fix compile errors on AIX . On performance hacks branchjulien.pierre.bugs%sun.com2005-08-122-2/+2
* Remove all platform-specific knowledge of library names from the shlibsign si...julien.pierre.bugs%sun.com2005-08-121-26/+2
* Expand the number of builds that use freebl shared libraries, to includenelsonb%netscape.com2005-08-124-76/+57
* Fix ssl3con.c for HPUX. HPUX compiler won't allow structs to benelsonb%netscape.com2005-08-121-3/+7
* Fix comba functions: check input allocations (s_mp_pad) and aliasingsaul.edwards%sun.com2005-08-121-36/+42
* Softoken needs to link with libdl.so because freebl's loader requiressaul.edwards%sun.com2005-08-111-1/+1
* Build freebl as a shared lib on Solaris for AMD64.nelsonb%netscape.com2005-08-113-10/+39
* Fix the old so-called FIPS SSL3 cipher suites in the bypass on thenelsonb%netscape.com2005-08-111-1/+4
* Use TFM's comba functions for mp_mul and mp_sqr in MPI.saul.edwards%sun.com2005-08-115-1/+17460