public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/3] Add Netlink and Crypto libraries, plus pcrypt_aead01
@ 2018-03-21 14:39 Richard Palethorpe
  2018-03-21 14:39 ` [LTP] [PATCH v2 1/3] lib: Check received message was not truncated Richard Palethorpe
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Richard Palethorpe @ 2018-03-21 14:39 UTC (permalink / raw)
  To: ltp

This adds two new libraries containing the minimum functionality needed for
the test pcrypt_aead01 which I previously posted as CVE-2017-18075.

Richard Palethorpe (3):
  lib: Check received message was not truncated
  lib: Add tst_crypto and tst_netlink libs
  Add pcrypt_aead01 CVE-2017-18075

 include/tst_crypto.h                    | 135 ++++++++++++++++++++++++++++++++
 include/tst_netlink.h                   |  63 +++++++++++++++
 include/tst_netlink_fn.h                |  35 +++++++++
 lib/safe_net.c                          |  13 ++-
 lib/tst_crypto.c                        | 122 +++++++++++++++++++++++++++++
 lib/tst_netlink.c                       |  63 +++++++++++++++
 runtest/crypto                          |   1 +
 runtest/cve                             |   1 +
 testcases/kernel/crypto/.gitignore      |   1 +
 testcases/kernel/crypto/Makefile        |  22 ++++++
 testcases/kernel/crypto/pcrypt_aead01.c |  85 ++++++++++++++++++++
 11 files changed, 540 insertions(+), 1 deletion(-)
 create mode 100644 include/tst_crypto.h
 create mode 100644 include/tst_netlink.h
 create mode 100644 include/tst_netlink_fn.h
 create mode 100644 lib/tst_crypto.c
 create mode 100644 lib/tst_netlink.c
 create mode 100644 runtest/crypto
 create mode 100644 testcases/kernel/crypto/.gitignore
 create mode 100644 testcases/kernel/crypto/Makefile
 create mode 100644 testcases/kernel/crypto/pcrypt_aead01.c

-- 
2.16.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-06 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 14:39 [LTP] [PATCH v2 0/3] Add Netlink and Crypto libraries, plus pcrypt_aead01 Richard Palethorpe
2018-03-21 14:39 ` [LTP] [PATCH v2 1/3] lib: Check received message was not truncated Richard Palethorpe
2018-03-21 14:39 ` [LTP] [PATCH v2 2/3] lib: Add tst_crypto and tst_netlink libs Richard Palethorpe
2018-04-06 12:20   ` Cyril Hrubis
2018-03-21 14:39 ` [LTP] [PATCH v2 3/3] Add pcrypt_aead01 CVE-2017-18075 Richard Palethorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox