This project is mirrored from https://github.com/smallstep/pkcs11-proxy.
Pull mirroring updated .
- Jul 17, 2015
-
-
Leif Johansson authored
-
Leif Johansson authored
-
Leif Johansson authored
-
Leif Johansson authored
-
Leif Johansson authored
-
- Feb 17, 2015
-
-
Klaus Darilion authored
Also, cleaned the debian control files for proper library dependencies. This is a commit of a patch received in e-mail from Klaus Darilion an embarrasingly long time ago.
-
- Feb 06, 2013
-
-
Fredrik Thulin authored
-
- Feb 04, 2013
-
-
Fredrik Thulin authored
-
Fredrik Thulin authored
-
Fredrik Thulin authored
This function returned an uninitialized return value in case no sessions had been opened by the application.
-
Fredrik Thulin authored
-
Fredrik Thulin authored
-
Fredrik Thulin authored
-
- Feb 01, 2013
-
-
Leif Johansson authored
libseccomp
-
- Jan 30, 2013
-
-
Fredrik Thulin authored
-
- Jan 29, 2013
-
-
Fredrik Thulin authored
-
Fredrik Thulin authored
Initialize seccomp again in dispatch threads, only requiring a small subset of the syscalls required by the parent process.
-
Fredrik Thulin authored
Rewrite to use open() instead of fopen() to avoid having to seccomp-allow the mmap() syscall.
-
Fredrik Thulin authored
The list of allowed syscalls is shrinked by postponing seccomp initialization to after the PKCS#11 module is initialized and the network socket is opened.
-
Fredrik Thulin authored
-
Fredrik Thulin authored
-
- Jan 28, 2013
-
-
Fredrik Thulin authored
-
Fredrik Thulin authored
-
Leif Johansson authored
TLS-PSK
-
Fredrik Thulin authored
-
- Jan 21, 2013
-
-
Leif Johansson authored
more stuff
-
Fredrik Thulin authored
-
Fredrik Thulin authored
Code to pass NULL strings was only used in C_InitToken, but since the argument there was really space padded and not NULL terminated, this code is no longer needed.
-
Fredrik Thulin authored
PKCS#11 v2.2 is very clear that the 'label' argument provided to C_InitToken is *not* necessarily NULL-terminated, but rather of fixed size (32 bytes) and whitespace-padded.
-
Fredrik Thulin authored
-
- Jan 18, 2013
-
-
Fredrik Thulin authored
Two potential issues reported by clang.
-
Fredrik Thulin authored
Threads on pkcs11-proxy map to applications rather than threads in the PKCS#11 (v2.2) specification. It is therefor important to not close sessions opened by other threads in C_CloseAllSessions.
-
- Jan 17, 2013
-
-
Fredrik Thulin authored
-
Fredrik Thulin authored
Since p11proxy is a threaded application, the underlying p11 module should do locking (the proxy does no locking).
-
- Jan 16, 2013
-
-
Fredrik Thulin authored
-
- Jan 15, 2013
-
-
Fredrik Thulin authored
-
Fredrik Thulin authored
-
Fredrik Thulin authored
-
- Jan 14, 2013
-
-
Fredrik Thulin authored
New name : gck_rpc_parse_host_port().
-
Fredrik Thulin authored
Resolve host/service to listen on using getaddrinfo().
-