1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480
|
algparse -v2 -pfs 'esp'
AES_GCM_16_256-NONE
AES_GCM_16_128-NONE
AES_CBC_256-HMAC_SHA2_512_256+HMAC_SHA2_256_128
AES_CBC_128-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp='
ERROR: ESP proposal is empty
algparse -v2 -pfs 'esp=aes'
AES_CBC-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes;modp2048'
AES_CBC-HMAC_SHA2_512_256+HMAC_SHA2_256_128-MODP2048
algparse -v2 -pfs 'esp=aes-sha1'
AES_CBC-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes-sha1'
AES_CBC-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes-sha1-modp2048'
AES_CBC-HMAC_SHA1_96-MODP2048
algparse -v2 -pfs 'esp=aes-128-sha1'
AES_CBC_128-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes-128-sha1'
AES_CBC_128-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes-128-sha1-modp2048'
AES_CBC_128-HMAC_SHA1_96-MODP2048
algparse -v2 -pfs 'esp=aes-128'
AES_CBC_128-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes_gcm_a-128-null'
AES_GCM_8_128-NONE
algparse -v2 -pfs 'esp=3des-sha1;modp1024'
ERROR: ESP DH algorithm 'modp1024' is not supported
algparse -v2 -pfs 'esp=3des-sha1;modp1536'
3DES_CBC-HMAC_SHA1_96-MODP1536
algparse -v2 -pfs 'esp=3des-sha1;modp2048'
3DES_CBC-HMAC_SHA1_96-MODP2048
algparse -v2 -pfs 'esp=3des-sha1;dh21'
3DES_CBC-HMAC_SHA1_96-DH21
algparse -v2 -pfs 'esp=3des-sha1;ecp_521'
3DES_CBC-HMAC_SHA1_96-DH21
algparse -v2 -pfs 'esp=3des-sha1;dh23'
ERROR: ESP DH algorithm 'dh23' is not supported
algparse -v2 -pfs 'esp=3des-sha1;dh24'
ERROR: ESP DH algorithm 'dh24' is not supported
algparse -v2 -pfs 'esp=3des-sha1'
3DES_CBC-HMAC_SHA1_96
algparse -v2 -pfs 'esp=null-sha1'
NULL-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes_cbc'
AES_CBC-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes-sha'
AES_CBC-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes-sha1'
AES_CBC-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes128-sha1'
AES_CBC_128-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes-sha2'
AES_CBC-HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes-sha256'
AES_CBC-HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes-sha384'
AES_CBC-HMAC_SHA2_384_192
algparse -v2 -pfs 'esp=aes-sha512'
AES_CBC-HMAC_SHA2_512_256
algparse -v2 -pfs 'esp=aes128-aes_xcbc'
AES_CBC_128-AES_XCBC_96
algparse -v2 -pfs 'esp=aes192-sha1'
AES_CBC_192-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes256-sha1'
AES_CBC_256-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes256-sha'
AES_CBC_256-HMAC_SHA1_96
algparse -v2 -pfs 'esp=aes256-sha2'
AES_CBC_256-HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes256-sha2_256'
AES_CBC_256-HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes256-sha2_384'
AES_CBC_256-HMAC_SHA2_384_192
algparse -v2 -pfs 'esp=aes256-sha2_512'
AES_CBC_256-HMAC_SHA2_512_256
algparse -v2 -pfs 'esp=camellia'
CAMELLIA_CBC-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=camellia128'
CAMELLIA_CBC_128-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=camellia192'
CAMELLIA_CBC_192-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=camellia256'
CAMELLIA_CBC_256-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes_ccm'
AES_CCM_16-NONE
algparse -v2 -pfs 'esp=aes_ccm_a-128-null'
AES_CCM_8_128-NONE
algparse -v2 -pfs 'esp=aes_ccm_a-192-null'
AES_CCM_8_192-NONE
algparse -v2 -pfs 'esp=aes_ccm_a-256-null'
AES_CCM_8_256-NONE
algparse -v2 -pfs 'esp=aes_ccm_b-128-null'
AES_CCM_12_128-NONE
algparse -v2 -pfs 'esp=aes_ccm_b-192-null'
AES_CCM_12_192-NONE
algparse -v2 -pfs 'esp=aes_ccm_b-256-null'
AES_CCM_12_256-NONE
algparse -v2 -pfs 'esp=aes_ccm_c-128-null'
AES_CCM_16_128-NONE
algparse -v2 -pfs 'esp=aes_ccm_c-192-null'
AES_CCM_16_192-NONE
algparse -v2 -pfs 'esp=aes_ccm_c-256-null'
AES_CCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_gcm'
AES_GCM_16-NONE
algparse -v2 -pfs 'esp=aes_gcm_a-128-null'
AES_GCM_8_128-NONE
algparse -v2 -pfs 'esp=aes_gcm_a-192-null'
AES_GCM_8_192-NONE
algparse -v2 -pfs 'esp=aes_gcm_a-256-null'
AES_GCM_8_256-NONE
algparse -v2 -pfs 'esp=aes_gcm_b-128-null'
AES_GCM_12_128-NONE
algparse -v2 -pfs 'esp=aes_gcm_b-192-null'
AES_GCM_12_192-NONE
algparse -v2 -pfs 'esp=aes_gcm_b-256-null'
AES_GCM_12_256-NONE
algparse -v2 -pfs 'esp=aes_gcm_c-128-null'
AES_GCM_16_128-NONE
algparse -v2 -pfs 'esp=aes_gcm_c-192-null'
AES_GCM_16_192-NONE
algparse -v2 -pfs 'esp=aes_gcm_c-256-null'
AES_GCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_ccm_a-null'
AES_CCM_8-NONE
algparse -v2 -pfs 'esp=aes_ccm_b-null'
AES_CCM_12-NONE
algparse -v2 -pfs 'esp=aes_ccm_c-null'
AES_CCM_16-NONE
algparse -v2 -pfs 'esp=aes_gcm_a-null'
AES_GCM_8-NONE
algparse -v2 -pfs 'esp=aes_gcm_b-null'
AES_GCM_12-NONE
algparse -v2 -pfs 'esp=aes_gcm_c-null'
AES_GCM_16-NONE
algparse -v2 -pfs 'esp=aes_ccm-null'
AES_CCM_16-NONE
algparse -v2 -pfs 'esp=aes_gcm-null'
AES_GCM_16-NONE
algparse -v2 -pfs 'esp=aes_ccm-256-null'
AES_CCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_gcm-192-null'
AES_GCM_16_192-NONE
algparse -v2 -pfs 'esp=aes_ccm_256-null'
AES_CCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_gcm_192-null'
AES_GCM_16_192-NONE
algparse -v2 -pfs 'esp=aes_ccm_8-null'
AES_CCM_8-NONE
algparse -v2 -pfs 'esp=aes_ccm_12-null'
AES_CCM_12-NONE
algparse -v2 -pfs 'esp=aes_ccm_16-null'
AES_CCM_16-NONE
algparse -v2 -pfs 'esp=aes_gcm_8-null'
AES_GCM_8-NONE
algparse -v2 -pfs 'esp=aes_gcm_12-null'
AES_GCM_12-NONE
algparse -v2 -pfs 'esp=aes_gcm_16-null'
AES_GCM_16-NONE
algparse -v2 -pfs 'esp=aes_ccm_8-128-null'
AES_CCM_8_128-NONE
algparse -v2 -pfs 'esp=aes_ccm_12-192-null'
AES_CCM_12_192-NONE
algparse -v2 -pfs 'esp=aes_ccm_16-256-null'
AES_CCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_gcm_8-128-null'
AES_GCM_8_128-NONE
algparse -v2 -pfs 'esp=aes_gcm_12-192-null'
AES_GCM_12_192-NONE
algparse -v2 -pfs 'esp=aes_gcm_16-256-null'
AES_GCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_ccm_8_128-null'
AES_CCM_8_128-NONE
algparse -v2 -pfs 'esp=aes_ccm_12_192-null'
AES_CCM_12_192-NONE
algparse -v2 -pfs 'esp=aes_ccm_16_256-null'
AES_CCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_gcm_8_128-null'
AES_GCM_8_128-NONE
algparse -v2 -pfs 'esp=aes_gcm_12_192-null'
AES_GCM_12_192-NONE
algparse -v2 -pfs 'esp=aes_gcm_16_256-null'
AES_GCM_16_256-NONE
algparse -v2 -pfs 'esp=aes_ctr'
AES_CTR-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aesctr'
AES_CTR-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes_ctr128'
AES_CTR_128-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes_ctr192'
AES_CTR_192-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=aes_ctr256'
AES_CTR_256-HMAC_SHA2_512_256+HMAC_SHA2_256_128
algparse -v2 -pfs 'esp=camellia_cbc_256-hmac_sha2_512_256;modp8192'
CAMELLIA_CBC_256-HMAC_SHA2_512_256-MODP8192
algparse -v2 -pfs 'esp=null_auth_aes_gmac_256-null;modp8192'
NULL_AUTH_AES_GMAC_256-NONE-MODP8192
algparse -v2 -pfs 'esp=3des-sha1;modp8192'
3DES_CBC-HMAC_SHA1_96-MODP8192
algparse -v2 -pfs 'esp=3des-sha1-modp8192'
3DES_CBC-HMAC_SHA1_96-MODP8192
algparse -v2 -pfs 'esp=aes-sha1,3des-sha1;modp8192'
ERROR: either all or no ESP proposals should specify DH
algparse -v2 -pfs 'esp=aes-sha1-modp8192,3des-sha1-modp8192'
AES_CBC-HMAC_SHA1_96-MODP8192
3DES_CBC-HMAC_SHA1_96-MODP8192
algparse -v2 -pfs 'esp=aes-sha1-modp8192,aes-sha1-modp8192,aes-sha1-modp8192'
AES_CBC-HMAC_SHA1_96-MODP8192
algparse -v2 -pfs 'esp=aes;none'
AES_CBC-HMAC_SHA2_512_256+HMAC_SHA2_256_128-NONE
algparse -v2 -pfs 'esp=aes;none,aes'
ERROR: either all or no ESP proposals should specify DH
algparse -v2 -pfs 'esp=aes;none,aes;modp2048'
AES_CBC-HMAC_SHA2_512_256+HMAC_SHA2_256_128-NONE
AES_CBC-HMAC_SHA2_512_256+HMAC_SHA2_256_128-MODP2048
algparse -v2 -pfs 'esp=aes-sha1-none'
AES_CBC-HMAC_SHA1_96-NONE
algparse -v2 -pfs 'esp=aes-sha1;none'
AES_CBC-HMAC_SHA1_96-NONE
algparse -v2 -pfs 'esp=3des168-sha1'
ERROR: ESP encryption algorithm 3DES_CBC does not allow a key lengths
algparse -v2 -pfs 'esp=3des-null'
ERROR: non-AEAD ESP encryption algorithm 3DES_CBC cannot have 'NONE' as the integrity algorithm
algparse -v2 -pfs 'esp=aes128-null'
ERROR: non-AEAD ESP encryption algorithm AES_CBC cannot have 'NONE' as the integrity algorithm
algparse -v2 -pfs 'esp=aes224-sha1'
ERROR: ESP encryption algorithm AES_CBC with key length 224 invalid; valid key lengths: 128, 192, 256
algparse -v2 -pfs 'esp=aes-224-sha1'
ERROR: ESP encryption algorithm AES_CBC with key length 224 invalid; valid key lengths: 128, 192, 256
algparse -v2 -pfs 'esp=aes0-sha1'
ERROR: ESP encryption key length is zero
algparse -v2 -pfs 'esp=aes-0-sha1'
ERROR: ESP encryption key length is zero
algparse -v2 -pfs 'esp=aes512-sha1'
ERROR: ESP encryption algorithm AES_CBC with key length 512 invalid; valid key lengths: 128, 192, 256
algparse -v2 -pfs 'esp=aes-sha1555'
ERROR: ESP integrity algorithm 'sha1555' is not recognized
algparse -v2 -pfs 'esp=camellia666-sha1'
ERROR: ESP encryption algorithm CAMELLIA_CBC with key length 666 invalid; valid key lengths: 128, 192, 256
algparse -v2 -pfs 'esp=blowfish'
ERROR: ESP encryption algorithm 'blowfish' is not supported
algparse -v2 -pfs 'esp=des-sha1'
ERROR: ESP encryption algorithm 'des' is not supported
algparse -v2 -pfs 'esp=aes_ctr666'
ERROR: ESP encryption algorithm AES_CTR with key length 666 invalid; valid key lengths: 128, 192, 256
algparse -v2 -pfs 'esp=aes128-sha2_128'
ERROR: ESP integrity algorithm 'sha2_128' is not recognized
algparse -v2 -pfs 'esp=aes256-sha2_256-4096'
ERROR: ESP DH algorithm '4096' is not recognized
algparse -v2 -pfs 'esp=aes256-sha2_256-128'
ERROR: ESP DH algorithm '128' is not recognized
algparse -v2 -pfs 'esp=vanitycipher'
ERROR: ESP encryption algorithm 'vanitycipher' is not recognized
algparse -v2 -pfs 'esp=ase-sah'
ERROR: ESP encryption algorithm 'ase' is not recognized
algparse -v2 -pfs 'esp=aes-sah1'
ERROR: ESP integrity algorithm 'sah1' is not recognized
algparse -v2 -pfs 'esp=id3'
ERROR: ESP encryption algorithm 'id3' is not recognized
algparse -v2 -pfs 'esp=aes-id3'
ERROR: ESP integrity algorithm 'id3' is not recognized
algparse -v2 -pfs 'esp=aes_gcm-md5'
ERROR: AEAD ESP encryption algorithm AES_GCM_16 must have 'NONE' as the integrity algorithm
algparse -v2 -pfs 'esp=mars'
ERROR: ESP encryption algorithm 'mars' is not supported
algparse -v2 -pfs 'esp=aes_gcm-16'
ERROR: ESP encryption algorithm AES_GCM_16 with key length 16 invalid; valid key lengths: 128, 192, 256
algparse -v2 -pfs 'esp=aes_gcm-0'
ERROR: ESP encryption key length is zero
algparse -v2 -pfs 'esp=aes_gcm-123456789012345'
ERROR: ESP encryption algorithm 'aes_gcm-123456789012345' key length WAY too big
algparse -v2 -pfs 'esp=3des-sha1;dh22'
ERROR: ESP DH algorithm 'dh22' is not supported
algparse -v2 -pfs 'esp=3des-sha1;modp8192,3des-sha2'
ERROR: either all or no ESP proposals should specify DH
algparse -v2 -pfs 'esp=3des-sha1-modp8192,3des-sha2'
ERROR: either all or no ESP proposals should specify DH
algparse -v2 -pfs 'esp=3des-sha1-modp8192,3des-sha2-modp8192'
3DES_CBC-HMAC_SHA1_96-MODP8192
3DES_CBC-HMAC_SHA2_256_128-MODP8192
algparse -v2 -pfs 'esp=3des-sha1-modp8192,3des-sha2;modp8192'
3DES_CBC-HMAC_SHA1_96-MODP8192
3DES_CBC-HMAC_SHA2_256_128-MODP8192
algparse -v2 -pfs 'esp=3des-sha1;modp8192,3des-sha2-modp8192'
3DES_CBC-HMAC_SHA1_96-MODP8192
3DES_CBC-HMAC_SHA2_256_128-MODP8192
algparse -v2 -pfs 'esp=3des-sha1;modp8192,3des-sha2;modp8192'
3DES_CBC-HMAC_SHA1_96-MODP8192
3DES_CBC-HMAC_SHA2_256_128-MODP8192
algparse -v2 -pfs 'esp=3des-sha1-modp8192,3des-sha2-modp2048'
ERROR: more than one IKEv2 ESP DH algorithm (MODP8192, MODP2048) requires unimplemented CHILD_SA INVALID_KE
algparse -v2 -pfs 'ah'
HMAC_SHA2_512_256
HMAC_SHA2_256_128
HMAC_SHA1_96
algparse -v2 -pfs 'ah='
ERROR: AH proposal is empty
algparse -v2 -pfs 'ah=md5'
HMAC_MD5_96
algparse -v2 -pfs 'ah=sha'
HMAC_SHA1_96
algparse -v2 -pfs 'ah=sha;modp2048'
HMAC_SHA1_96-MODP2048
algparse -v2 -pfs 'ah=sha1'
HMAC_SHA1_96
algparse -v2 -pfs 'ah=sha2'
HMAC_SHA2_256_128
algparse -v2 -pfs 'ah=sha256'
HMAC_SHA2_256_128
algparse -v2 -pfs 'ah=sha384'
HMAC_SHA2_384_192
algparse -v2 -pfs 'ah=sha512'
HMAC_SHA2_512_256
algparse -v2 -pfs 'ah=sha2_256'
HMAC_SHA2_256_128
algparse -v2 -pfs 'ah=sha2_384'
HMAC_SHA2_384_192
algparse -v2 -pfs 'ah=sha2_512'
HMAC_SHA2_512_256
algparse -v2 -pfs 'ah=aes_xcbc'
AES_XCBC_96
algparse -v2 -pfs 'ah=sha2-none'
HMAC_SHA2_256_128-NONE
algparse -v2 -pfs 'ah=sha2;none'
HMAC_SHA2_256_128-NONE
algparse -v2 -pfs 'ah=sha1-modp8192,sha1-modp8192,sha1-modp8192'
HMAC_SHA1_96-MODP8192
algparse -v2 -pfs 'ah=aes-sha1'
ERROR: AH integrity algorithm 'aes' is not recognized
algparse -v2 -pfs 'ah=vanityhash1'
ERROR: AH integrity algorithm 'vanityhash1' is not recognized
algparse -v2 -pfs 'ah=aes_gcm_c-256'
ERROR: AH integrity algorithm 'aes_gcm_c' is not recognized
algparse -v2 -pfs 'ah=id3'
ERROR: AH integrity algorithm 'id3' is not recognized
algparse -v2 -pfs 'ah=3des'
ERROR: AH integrity algorithm '3des' is not recognized
algparse -v2 -pfs 'ah=null'
ERROR: AH cannot have 'none' as the integrity algorithm
algparse -v2 -pfs 'ah=aes_gcm'
ERROR: AH integrity algorithm 'aes_gcm' is not recognized
algparse -v2 -pfs 'ah=aes_ccm'
ERROR: AH integrity algorithm 'aes_ccm' is not recognized
algparse -v2 -pfs 'ah=ripemd'
ERROR: AH integrity algorithm 'ripemd' is not recognized
algparse -v2 -pfs 'ike'
AES_GCM_16_256-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
AES_GCM_16_128-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
AES_CBC_256-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
AES_CBC_128-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike='
ERROR: IKE proposal is empty
algparse -v2 -pfs 'ike=3des-sha1'
3DES_CBC-HMAC_SHA1-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=3des-sha1'
3DES_CBC-HMAC_SHA1-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=3des-sha1;modp1536'
3DES_CBC-HMAC_SHA1-MODP1536
algparse -v2 -pfs 'ike=3des;dh21'
3DES_CBC-HMAC_SHA2_512+HMAC_SHA2_256-DH21
algparse -v2 -pfs 'ike=3des-sha1;dh21'
3DES_CBC-HMAC_SHA1-DH21
algparse -v2 -pfs 'ike=3des-sha1-ecp_521'
3DES_CBC-HMAC_SHA1-DH21
algparse -v2 -pfs 'ike=3des+aes'
3DES_CBC+AES_CBC-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes;none'
ERROR: IKE DH algorithm 'none' not permitted
algparse -v2 -pfs 'ike=id2'
ERROR: IKE encryption algorithm 'id2' is not recognized
algparse -v2 -pfs 'ike=3des-id2'
ERROR: IKE PRF algorithm 'id2' is not recognized
algparse -v2 -pfs 'ike=aes_ccm'
ERROR: IKE encryption algorithm 'aes_ccm' is not supported
algparse -v2 -pfs 'ike=aes-sha1-sha2-ecp_521'
ERROR: IKE DH algorithm 'sha2' is not recognized
algparse -v2 -pfs 'ike=aes-sha2-sha2;ecp_521'
ERROR: IKE DH algorithm 'sha2' is not recognized
algparse -v2 -pfs 'ike=aes-sha1_96-sha2-ecp_521'
AES_CBC-HMAC_SHA1_96-HMAC_SHA2_256-DH21
algparse -v2 -pfs 'ike=aes-sha1_96-sha2;ecp_521'
AES_CBC-HMAC_SHA1_96-HMAC_SHA2_256-DH21
algparse -v2 -pfs 'ike=aes+aes-sha1+sha1-modp8192+modp8192'
algparse: discarding duplicate IKE encryption algorithm AES_CBC
algparse: discarding duplicate IKE PRF algorithm HMAC_SHA1
algparse: discarding duplicate IKE DH algorithm MODP8192
AES_CBC-HMAC_SHA1-MODP8192
algparse -v2 -pfs 'ike=3des+aes+aes-sha2+sha1+sha1-modp4096+modp8192+modp8192'
algparse: discarding duplicate IKE encryption algorithm AES_CBC
algparse: discarding duplicate IKE PRF algorithm HMAC_SHA1
algparse: discarding duplicate IKE DH algorithm MODP8192
3DES_CBC+AES_CBC-HMAC_SHA2_256+HMAC_SHA1-MODP4096+MODP8192
algparse -v2 -pfs 'ike=aes+3des+aes-sha1+sha2+sha1-modp8192+modp4096+modp8192'
algparse: discarding duplicate IKE encryption algorithm AES_CBC
algparse: discarding duplicate IKE PRF algorithm HMAC_SHA1
algparse: discarding duplicate IKE DH algorithm MODP8192
AES_CBC+3DES_CBC-HMAC_SHA1+HMAC_SHA2_256-MODP8192+MODP4096
algparse -v2 -pfs 'ike=aes+aes+3des-sha1+sha1+sha2-modp8192+modp8192+modp4096'
algparse: discarding duplicate IKE encryption algorithm AES_CBC
algparse: discarding duplicate IKE PRF algorithm HMAC_SHA1
algparse: discarding duplicate IKE DH algorithm MODP8192
AES_CBC+3DES_CBC-HMAC_SHA1+HMAC_SHA2_256-MODP8192+MODP4096
algparse -v2 -pfs 'ike=aes+aes128+aes256'
algparse: discarding duplicate IKE encryption algorithm AES_CBC_128
algparse: discarding duplicate IKE encryption algorithm AES_CBC_256
AES_CBC-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes128+aes+aes256'
algparse: discarding duplicate IKE encryption algorithm AES_CBC_256
AES_CBC_128+AES_CBC-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes128+aes256+aes'
AES_CBC_128+AES_CBC_256+AES_CBC-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes-sha1-modp8192,aes-sha1-modp8192,aes-sha1-modp8192'
AES_CBC-HMAC_SHA1-MODP8192
algparse -v2 -pfs 'ike=aes-sha1-modp8192,aes-sha2-modp8192,aes-sha1-modp8192'
AES_CBC-HMAC_SHA1-MODP8192
AES_CBC-HMAC_SHA2_256-MODP8192
algparse -v2 -pfs 'ike=aes_gcm'
AES_GCM_16-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes_gcm-sha2'
AES_GCM_16-HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes_gcm-sha2-modp2048'
AES_GCM_16-HMAC_SHA2_256-MODP2048
algparse -v2 -pfs 'ike=aes_gcm-sha2;modp2048'
AES_GCM_16-HMAC_SHA2_256-MODP2048
algparse -v2 -pfs 'ike=aes_gcm-modp2048'
ERROR: IKE PRF algorithm 'modp2048' is not recognized
algparse -v2 -pfs 'ike=aes_gcm;modp2048'
AES_GCM_16-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048
algparse -v2 -pfs 'ike=aes_gcm-none'
AES_GCM_16-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes_gcm-none-sha2'
AES_GCM_16-HMAC_SHA2_256-MODP2048+MODP3072+MODP4096+MODP8192+DH19+DH20+DH21+DH31
algparse -v2 -pfs 'ike=aes_gcm-none-sha2-modp2048'
AES_GCM_16-HMAC_SHA2_256-MODP2048
algparse -v2 -pfs 'ike=aes_gcm-none-sha2;modp2048'
AES_GCM_16-HMAC_SHA2_256-MODP2048
algparse -v2 -pfs 'ike=aes_gcm-none-modp2048'
ERROR: IKE PRF algorithm 'modp2048' is not recognized
algparse -v2 -pfs 'ike=aes_gcm-none;modp2048'
AES_GCM_16-HMAC_SHA2_512+HMAC_SHA2_256-MODP2048
algparse -v2 -pfs 'ike=aes_gcm-sha1-none-modp2048'
ERROR: IKE proposal contains unexpected 'modp2048'
algparse -v2 -pfs 'ike=aes_gcm-sha1-none;modp2048'
ERROR: IKE proposal contains unexpected 'modp2048'
algparse -v2 -pfs 'ike=aes+aes_gcm'
ERROR: AEAD and non-AEAD IKE encryption algorithm cannot be combined
algparse -v2 -pfs 'ike=,'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=aes,'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=aes,,aes'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=,aes'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=-'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=+'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=;'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=aes-'
ERROR: IKE PRF algorithm is empty
algparse -v2 -pfs 'ike=aes+'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=aes;'
ERROR: IKE DH algorithm is empty
algparse -v2 -pfs 'ike=-aes'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=+aes'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=;aes'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=aes+-'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=aes+;'
ERROR: IKE encryption algorithm is empty
algparse -v2 -pfs 'ike=aes++'
ERROR: IKE encryption algorithm is empty
|