Displaying 4 results from an estimated 4 matches for "ebarretto".
Did you mean:
ebarrett
2017 May 09
5
[PATCH 0/3] Allow syscalls for openssl engines
This patchset allow syscalls (flock, ipc, getuid, geteuid and ioctl), so
openssl engines, e.g. OpenSSL-ibmca and OpenSSL-ibmpkcs11, can work and
communicate with the crypto cards during ssh login.
1. The flock and ipc are allowed only for s390 architecture. They are needed
for openCryptoki project (PKCS#11 implementation), as the ibmpkcs11 engine
makes use of openCryptoki.
For more information,
2017 Feb 13
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
...l calls for ICA crypto card on s390
platform. Without this patch, users using the IBMCA engine are not able
to perform ssh login as the filter blocks the communication with the
crypto card.
Signed-off-by: Harald Freudenberger <freude at linux.vnet.ibm.com>
Signed-off-by: Eduardo Barretto <ebarretto at linux.vnet.ibm.com>
---
sandbox-seccomp-filter.c | 24 +++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 2e1ed2c..264e146 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -5...
2017 Mar 02
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
...out this patch, users using the IBMCA engine are not able
> > to perform ssh login as the filter blocks the communication with the
> > crypto card.
> >
> > Signed-off-by: Harald Freudenberger <freude at linux.vnet.ibm.com>
> > Signed-off-by: Eduardo Barretto <ebarretto at linux.vnet.ibm.com>
> > ---
> > sandbox-seccomp-filter.c | 24 +++++++++++++++++++++---
> > 1 file changed, 21 insertions(+), 3 deletions(-)
> >
> > diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
> > index 2e1ed2c..264e146 100644
> &g...
2017 Mar 03
2
[PATCH] Enable specific ioctl calls for ICA crypto card (s390)
...>>> able
>>> > to perform ssh login as the filter blocks the communication with the
>>> > crypto card.
>>> >
>>> > Signed-off-by: Harald Freudenberger <freude at linux.vnet.ibm.com>
>>> > Signed-off-by: Eduardo Barretto <ebarretto at linux.vnet.ibm.com>
>>> > ---
>>> > sandbox-seccomp-filter.c | 24 +++++++++++++++++++++---
>>> > 1 file changed, 21 insertions(+), 3 deletions(-)
>>> >
>>> > diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
>>...