search for: aarchiv

Displaying 2 results from an estimated 2 matches for "aarchiv".

Did you mean: archiv
2004 Jun 04
2
Patch for FIPS 140 mode - take 3
Greetings. (Third try at sending this, the first two seemed to disappear without a trace. Perhaps use of MS Outlook was the problem, even though in plain text...? Or attachment too big (22Kb)? Would like to know...) The final source code and documentation package for a FIPS 140 validated mode of OpenSSL was recently submitted. Once the final certification is awarded by NIST, in a month or
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
..." ; then + CPPFLAGS="$CPPFLAGS -DOPENSSL_FIPS" + if test "x$HPUX" = "x" ; then + LIBS=`echo $LIBS | sed 's/-lcrypto /-Wl,-Bstatic -lcrypto -Wl,-Bdynamic /'` + else + LIBS=`echo $LIBS | sed 's/-lcrypto /-Wl,-aarchive -lcrypto -Wl,-adefault /'` + fi + FIPS_MODE=yes + AC_SUBST(FIPS_MODE) +fi + # Do we want to force the use of the rand helper? AC_ARG_WITH(rand-helper, [ --with-rand-helper Use subprocess to gather strong randomness ], diff -u -r1.1 -r1.3 --- openssh-4.7p1/mac.c Mon...