Christian Heimes

Results 184 comments of Christian Heimes

As the title says: certificates More specifically server-side for custodia server and client-side certificates for X.509 client auth in custodia forwarders.

Deployment should be either via package manager or with pip in a virtual env. Installation with ```sudo pip install custodia``` in global site-packages should be discourage. I don't want to...

If you have questions concerning IPA vault, feel free to write a mail to the FreeIPA users mailing list. You can find information about the list on https://www.freeipa.org/page/Contribute FreeIPA doesn't...

- How are we going to talk to Custodia (TCP, UDS)? - How do we authenticate (X.509 client certs for HTTPS, PEER_CRED for UDS)? - In case we go for...

* PR #119 automates some steps * Check certs expiration, see #120

# Rough draft ## checkout and track upstream master as master ``` $ git branch --set-upstream-to=upstream/master master $ git pull $ make clean ``` ## change versions Change version in...

Do you prefer a new plugin or would you like me to add multiple ids to SimpleCredsAuth? The ```SimpleCredsAuth``` has ```if self.gid == gid or self.uid == uid:```.

PyCA/cryptography gives the same results as Botan. PyCA/cryptography is Python package that wraps OpenSSL. ``` >>> for curve in [ec.SECP224R1(), ec.SECP256K1(), ec.SECP256R1(), ec.SECP384R1(), ec.SECP521R1()]: ... print(f"\ncurve: {curve.name}") ... private =...

The problem is that the first `import lm_eval` in a Python process makes a HTTPS connection to Hugging Face Hub. The import fails unless you have a working internet connection...

@nicostubi Are you running into any kind of bugs or problems? If yes, then please open a bug report. I'll release 0.8.0 when I have time to verify the code...