Skip to content

Commit

Permalink
skipjack never made it out of draft, it only has an 80bit key,
Browse files Browse the repository at this point in the history
NIST recommends discontinuing it's use after 2010 and I proposed
removing the cipher entirely, it also isn't supported by our setkey,
and was never assigned an offical IANA number, so isn't able to
interoperate w/ anyone...

kill it..
  • Loading branch information
jmgurney committed Jul 27, 2015
1 parent f10d8e8 commit a357a33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion sys/net/pfkeyv2.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ struct sadb_x_nat_t_frag {
#define SADB_X_EALG_CAMELLIACBC 22
#define SADB_X_EALG_AESGMAC 23 /* RFC4543 + Errata1821 */
/* private allocations should use 249-255 (RFC2407) */
#define SADB_X_EALG_SKIPJACK 249 /*250*/ /* for IPSEC */
#define SADB_X_EALG_AESCTR 250 /*249*/ /* draft-ietf-ipsec-ciph-aes-ctr-03 */

/* private allocations - based on RFC2407/IANA assignment */
Expand Down
2 changes: 0 additions & 2 deletions sys/netipsec/xform_esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ esp_algorithm_lookup(int alg)
return &enc_xform_blf;
case SADB_X_EALG_CAST128CBC:
return &enc_xform_cast5;
case SADB_X_EALG_SKIPJACK:
return &enc_xform_skipjack;
case SADB_EALG_NULL:
return &enc_xform_null;
case SADB_X_EALG_CAMELLIACBC:
Expand Down

0 comments on commit a357a33

Please sign in to comment.