summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵saul.edwards%sun.com2005-08-301-1/+1
| | | | NSS_USE_ABI32_FPU. This change should only affect RC4 on the HPUX "hybrid" builds.
* Echo check-in by Nelson on 2005-08-08 on trunk: address Wan-Teh's reviewsaul.edwards%sun.com2005-08-3011-17/+21
| | | | comments by replacing some SEC_ names with HASH names.
* Avoid running the whoami command for every file built. On HACKS branch.nelsonb%netscape.com2005-08-291-1/+1
| | | | Modified Files: UNIX.mk
* Merge changes from trunk to branch, to minimimze unintended diffs.nelsonb%netscape.com2005-08-291-0/+8
| | | | On Hacks Branch. Modified Files: location.mk
* Merge changes from the Trunk to the Branch.nelsonb%netscape.com2005-08-292-7/+11
| | | | Modified Files: config.mk sslsecur.c
* 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
| | | | Also implement two new environment variables.
* The bypass code is no longer ifdeffed. The checks are at run time,nelsonb%netscape.com2005-08-2612-1224/+1261
| | | | | | not compile time. On HACKs branch. Modified Files: derive.c ssl.h ssl3con.c ssl3ecc.c ssl3gthr.c sslcon.c sslgathr.c sslimpl.h sslnonce.c sslsecur.c sslsnce.c sslsock.c
* Rename the type BLapiEncrypt to BLapiEncryptFunc. This was anelsonb%netscape.com2005-08-261-5/+5
| | | | review feedback request from Wan-Teh. On hacks branch.
* After the preceeding checkin, ssl.sh was failing when run by itself.nelsonb%netscape.com2005-08-261-0/+1
| | | | Saul provided this one-line fix. Hacks branch.
* Add -B option and clean up usage statement for cmds; add bypass testingsaul.edwards%sun.com2005-08-264-32/+117
| | | | | with -B option in ssl.sh. Output is probably too long - eliminate some testing later.
* 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 ↵julien.pierre.bugs%sun.com2005-08-193-8/+8
| | | | | | | NSPR relies on the name passed in to PR_GetLibraryFilePathname . The version of softoken is "3", which is not the same as freebl, which is "_ 3" . Also remove an unused variable.
* changes to set optimal MP_ flags for freebl builds.neil.williams%sun.com2005-08-192-31/+63
| | | | r=nelson,saul
* Simplify the Makefile by eliminating the duplicate DSO_ defines, since the ↵julien.pierre.bugs%sun.com2005-08-192-9/+10
| | | | | | | | SHLIB_ defines already existed. Fix the loader to properly find the path of softoken on OS/2. I had to stop using PR_FindFunctionSymbolAndLibrary("NSC_GetFunctionList" , ...), since the C compiler mangles the function name, and as a result the function wasn't name. As it happens, PR_GetLibraryFilePathname on OS/2 requires a function address and ignores the library name that's passed in. Also change the strrchr call to use PR_GetDirectorySeparator instead of '/', which was broken on OS/2 as well.
* 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 ↵julien.pierre.bugs%sun.com2005-08-191-4/+1
| | | | Windows and OS/2.
* 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
| | | | on hacks branch. Modified Files: ssl.h sslimpl.h sslsock.c
* Fix Windows cygwin buildjulien.pierre.bugs%sun.com2005-08-163-2/+61
| | | | Add DEF file for freebl on Windows and OS/2
* 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. ↵julien.pierre.bugs%sun.com2005-08-161-3/+4
| | | | PR_GetLibraryFilePathname really needs to be called even if fn_addr is NULL . On hacks branch .
* 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
| | | | On Hacks Branch. Modified Files: loader.c
* Additional code to builds freebl shared lib on windows with MKS.nelsonb%netscape.com2005-08-122-17/+47
| | | | On hacks branch. Modified Files: Makefile config.mk
* Document the arguments to this shell script.nelsonb%netscape.com2005-08-121-1/+7
| | | | | Make small change to the construction of the PATH on windows. On hacks branch. Modified Files: sign.sh
* Display the command that does the signing. Makes debugging MUCH easiernelsonb%netscape.com2005-08-121-1/+1
| | | | to know the command to use for debuggin. on Hacks branch.
* Fix use of fp_iszero. Cleanup excessive whitespace. on hacks branch.nelsonb%netscape.com2005-08-121-7/+5
| | | | Modified Files: tfm/fp_div.c
* Fix loader.c to build a shared library on all platforms. On ↵julien.pierre.bugs%sun.com2005-08-124-79/+192
| | | | | | | | NSS_PERFORMANCE_HACKS_BRANCH only. Tested successfully with Solaris x86, amd64, sparc 32 bit and 64 bit, with both gcc and Sun studio Also successful on AIX 32/64, HPUX 32/64, Linux x86 and amd64. Windows build fails due to cygwin path problems.
* 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 ↵julien.pierre.bugs%sun.com2005-08-121-26/+2
| | | | signing rule. r=nelson . On PERF hacks branch
* Expand the number of builds that use freebl shared libraries, to includenelsonb%netscape.com2005-08-124-76/+57
| | | | | | | | (initially) all HPUX and all Solaris builds, including the 64-bit builds which previously did not use freebl shared libs. There is a problem with shlibsign on HPUX with this checkin. On HACKs branch. Modified Files: cmd/shlibsign/Makefile lib/freebl/Makefile lib/freebl/config.mk lib/freebl/loader.c
* Fix ssl3con.c for HPUX. HPUX compiler won't allow structs to benelsonb%netscape.com2005-08-121-3/+7
| | | | | initialized with addresses that are the result of pointer references. on HACKs branch.
* Fix comba functions: check input allocations (s_mp_pad) and aliasingsaul.edwards%sun.com2005-08-121-36/+42
| | | | BEFORE calling mul_comba or sqr_comba.
* Softoken needs to link with libdl.so because freebl's loader requiressaul.edwards%sun.com2005-08-111-1/+1
| | | | the dl_ symbols. (dl_open, etc.) This fixes build breakage on Solaris.
* Build freebl as a shared lib on Solaris for AMD64.nelsonb%netscape.com2005-08-113-10/+39
| | | | On NSS_PERFORMANCE_HACKS_BRANCH Modified Files: Makefile config.mk loader.c
* Fix the old so-called FIPS SSL3 cipher suites in the bypass on thenelsonb%netscape.com2005-08-111-1/+4
| | | | NSS_PERFORMANCE_HACKS_BRANCH. Modified Files: ssl3con.c
* Use TFM's comba functions for mp_mul and mp_sqr in MPI.saul.edwards%sun.com2005-08-115-1/+17460
| | | | | | These functions will only be called for certain operations specific to common key sizes. (i.e., 8-word multiplies for 1024-bit private key ops) Comba is only for AMD64, both Linux and Solaris 10. (now)