Require encryption of all messages transfered (not just integrity control)
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 25 Jan 2005 11:28:06 +0000 (11:28 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 25 Jan 2005 11:28:06 +0000 (11:28 +0000)
org.glite.lb.common/project/version.properties
org.glite.lb.common/src/lb_gss.c

index b6df5d3..b3026cc 100644 (file)
@@ -1,4 +1,4 @@
 #Tue Jan 25 04:11:18 CET 2005
-module.version=1.1.1
+module.version=1.1.2
 module.build=153
 module.age=1
index 778b4df..2cffcb1 100644 (file)
@@ -760,7 +760,7 @@ edg_wll_gss_write(edg_wll_GssConnection *connection, const void *buf, size_t buf
    input_token.value = (void*)buf;
    input_token.length = bufsize;
 
-   maj_stat = gss_wrap (&min_stat, connection->context, 0, GSS_C_QOP_DEFAULT,
+   maj_stat = gss_wrap (&min_stat, connection->context, 1, GSS_C_QOP_DEFAULT,
                        &input_token, NULL, &output_token);
    if (GSS_ERROR(maj_stat)) {
       if (gss_code) {