Lines Matching +full:enable +full:- +full:weak +full:- +full:ssl +full:- +full:ciphers
5 -------------------
11 Specify the `--with-rand-seed=rdcpu` option to the `./Configure` script.
15 specify the `--with-rand-seed=egd` option to the `./Configure` script.
18 ------------------
27 ----------------
31 the TNS/X (L-Series) platform:
33 * `nonstop-nsx` or default will select an unthreaded build.
34 * `nonstop-nsx_put` selects the PUT build.
35 * `nonstop-nsx_64_put` selects the 64 bit file length PUT build.
36 * `nonstop-nsx_spt_floss` selects the SPT build with FLOSS. FLOSS is
44 You cannot build for TNS/E for FIPS, so you must specify the `no-fips`
48 ---------------------------
50 Because there are many potential builds that must co-exist on any given
57 * For 1.1 `--prefix=/usr/local-ssl1.1 --openssldir=/usr/local-ssl1.1/ssl`
58 * For 1.1 PUT `--prefix=/usr/local-ssl1.1_put --openssldir=/usr/local-ssl1.1_put/ssl`
63 * For 3.0 `--prefix=/usr/local-ssl3.0 --openssldir=/usr/local-ssl3.0/ssl`
65 The PUT model is placed in `${prefix}/lib-put` for 32-bit models and
66 `${prefix}/lib64-put` for 64-bit models.
74 --------------------
77 IEEE mode, create a new configuration specifying `tfloat-x86-64` (for Tandem
78 Float) or `nfloat-x86-64` (for Neutral Float).
81 -------------
88 --------------------------
94 Your `PATH` must include the bin directory for the c99 cross-compiler, as in:
98 This should be set before Configure is run. For the c99 cross-compiler to work
105 `Configure` must specify the `no-makedepend` option otherwise errors will
106 result when running the build because the c99 cross-compiler does not support
107 the `gcc -MT` option. An example of a `Configure` command to be run from the
110 ./Configure nonstop-nsx_64 no-makedepend --with-rand-seed=rdcpu
112 Do not forget to include any OpenSSL cross-compiling prefix and certificate
120 **Note:** In the event that you are attempting a FIPS-compliant cross-compile,
122 cross-compiles as the compilers do not necessarily generate identical objects.
127 point or another. If you are successful in your cross-compile efforts, please
130 - nonstop-nsx_64
131 - nonstop-nsx_64_put
133 **Note:** Cross-compile builds for TNS/E have not been attempted, but should
136 of OpenSSL cannot be cross-compiled.
141 --------------------------
151 COMP_ROOT=$(cygpath -w /path/to/comp_root)
157 DBGFLAG="--debug"
158 CIPHENABLES="enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-rc4"
163 and have access to a TNS/E machine on your EXPAND network - with an example
166 SYSTEMLIBS="-L/E/cs3/usr/local/lib"
169 ----------------------------------------
186 if [ -n "$PRE_RELEASE_TAG" ]; then
187 PRE_RELEASE_TAG="-$PRE_RELEASE_TAG"
190 sed -e 's/[-.+]/_/g'
194 -------------------------
197 For GUARDIAN targets, DLL names will be `ssl` and `crypto`. The following
200 ./Configure nonstop-nsx --prefix=${PWD} \
201 --openssldir=${PWD}/ssl no-threads \
202 --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
203 ./Configure nonstop-nsx_g --prefix=${PWD} \
204 --openssldir=${PWD}/ssl no-threads \
205 --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
206 ./Configure nonstop-nsx_put --prefix=${PWD} \
207 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \
208 --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
209 ./Configure nonstop-nsx_spt_floss --prefix=${PWD} \
210 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \
211 --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
212 ./Configure nonstop-nsx_64 --prefix=${PWD} \
213 --openssldir=${PWD}/ssl no-threads \
214 --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
215 ./Configure nonstop-nsx_64_put --prefix=${PWD} \
216 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \
217 --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
218 ./Configure nonstop-nsx_g_tandem --prefix=${PWD} \
219 --openssldir=${PWD}/ssl no-threads \
220 --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
222 ./Configure nonstop-nse --prefix=${PWD} \
223 --openssldir=${PWD}/ssl no-threads \
224 --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
225 ./Configure nonstop-nse_g --prefix=${PWD} \
226 --openssldir=${PWD}/ssl no-threads \
227 --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
228 ./Configure nonstop-nse_put --prefix=${PWD} \
229 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \
230 --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
231 ./Configure nonstop-nse_spt_floss --prefix=${PWD} \
232 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \
233 --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
234 ./Configure nonstop-nse_64 --prefix=${PWD} \
235 --openssldir=${PWD}/ssl no-threads \
236 --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
237 ./Configure nonstop-nse_64_put --prefix=${PWD} \
238 --openssldir=${PWD}/ssl threads "-D_REENTRANT"
239 --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
240 ./Configure nonstop-nse_g_tandem --prefix=${PWD} \
241 --openssldir=${PWD}/ssl no-threads \
242 --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}