search for: adefault

Displaying 3 results from an estimated 3 matches for "adefault".

Did you mean: default
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
2005 Jan 08
1
sub( , perl = TRUE) overflow (PR#7479)
...\0\0\0\005group\0\0\004\023\0\0\0\001\0\0\004\020\0\0\0\001\0\0\004 \0\0\0\003Ops\0\0\004\002\0\0! \0\001\0\0\024 \0\0\0\nvalueClass\0\0\0\020\0\0\0\0\0\0\004\002\0\0\0\001\0\0\024 \0\0\0 signature\0\0\004\020\0\0\0\002\0\0\024 \0\0\0\002e1\0\0\024 \0\0\0\002e2\0\0\004\002\0\0\0\001\0\0\024 \0\0\0\adefault\0\0\003\023\0\0\0\0\0\0\004\002\0\0\0\001\0\0\024 \0\0\0\amethods\0\0\0\023\0\0\0\0\0\0\004\002\0\0\0\001\0\0\024 \0\0\0\bargument\0\0\0\001\0\0\024 \0\0\0\002e1\0\0\004\002\0\0\0\001\0\0\024 \0\0\0\nallMethods\0\0\0\023\0\0\0\0\0\0\004\002\0\0\001\377\0\0\006\020\0\0\0\001\0\0\004 \0\0\0\vMethodsL...
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
...PPFLAGS="$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 Dec 17 20:59:35 2007 +++...