Re: Role Separation

2019-09-16 Thread Jordan Brown
On 9/15/2019 8:29 AM, Kyle Hamilton wrote: > OpenSSL is a toolkit, not a full implementation.  More importantly, it > is a library, so anyone who can link against it can perform all > operations that the library can support, and the library has no > concept of role separation built in.

Re: Role Separation

2019-09-15 Thread Kyle Hamilton
OpenSSL is a toolkit, not a full implementation. More importantly, it is a library, so anyone who can link against it can perform all operations that the library can support, and the library has no concept of role separation built in. As such, the 'openssl' commandline tool allows the

Role Separation

2019-09-15 Thread Jimmy Jung
I had been poking around the internet looking for implementations of Role Separation for OpenSSL (in this case in Centos). I thought I should ask here as well. By "role separation" I'm thinking that only PKI roles can perform OpenSSL commands and system admins are restri