Displaying 3 results from an estimated 3 matches for "einit".
Did you mean:
init
2023 Nov 02
1
Updating OpenSSL from 1.x to 3 breaks kinit
...Tibor via samba wrote:
> Dear all,
>
> updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled
> everything against the new openssl!)
> breaks kinit:
>
> kinit administrator at xxxx
> administrator at xxxx's Password:
> kinit: rc4 8: EVP_CipherInit_ex einit
>
> kinit -F -k -t /etc/dhcpduser.keytab -c /tmp/dhcp-dyndns.cc
> dhcpduser at xxxx
> kinit: rc4 8: EVP_CipherInit_ex einit
>
> openssl list -cipher-algorithms | grep -i RC4
> RC4
> RC4-40
> RC4-HMAC-MD5
> unfortunately no solution found so far.
>
>...
2023 Nov 02
2
Updating OpenSSL from 1.x to 3 breaks kinit
Dear all,
updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled
everything against the new openssl!)
breaks kinit:
kinit administrator at xxxx
administrator at xxxx's Password:
kinit: rc4 8: EVP_CipherInit_ex einit
kinit -F -k -t /etc/dhcpduser.keytab -c /tmp/dhcp-dyndns.cc dhcpduser at xxxx
kinit: rc4 8: EVP_CipherInit_ex einit
openssl list -cipher-algorithms | grep -i RC4
? RC4
? RC4-40
? RC4-HMAC-MD5
unfortunately no solution found so far.
Thanks in advance, Tibor
-------------------------------...
2007 Mar 23
0
[LLVMdev] Google SoC Proposal Draft
...ce projects. I am the primary
developer of several upcoming open projects for Retina Software, a
cross-platform game technology company I co-founded. I am working with a
student group in a class to design an open source software construction tool
called RCons. I work actively with Gentoo Linux, eINIT, and Retrospectiva
providing feedback, testing, filing and fixing bugs. I have helped with
dvd::rip, Trac, and Bitten in the past in similar roles.
### Proposed Project for the Summer of 2007
I propose to work with the LLVM project to craft a front end to parse and
compile INC, a new language I...