Commit 615cbba5 authored by garciay's avatar garciay
Browse files

Update TA security message

parent 89d317a4
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -1099,8 +1099,13 @@ module LibItsGeoNetworking_TypesAndValues {
         * @desc    Primitive used to activate security support
         * @desc    Primitive used to activate security support
         */
         */
        type record AcEnableSecurity {
        type record AcEnableSecurity {
            // TODO To be refined, adding keys, certificates...?
            boolean enable,
            boolean enable
            Oct32   signingPrivateKey,
            Oct32   signingPublicKeyX,
            Oct32   signingPublicKeyY,
            Oct32   encryptPrivateKey optional,
            Oct32   encryptPublicKeyX optional,
            Oct32   encryptPublicKeyY optional
        }
        }
        
        
        /**
        /**