Displaying 8 results from an estimated 8 matches for "cryto".
Did you mean:
crypto
2006 Apr 21
2
Crypto hw acceleration for openssl
I got roughly the same performance results when I use the openssl speed
test with and without a hifn 7956 cryto card
Here's what I did:
After the card is plugged in, kldload hifn; kldload cryptodev;
I got the message:
hifn0 mem 0xfc8f0000-0xfc8f7ffff, 0xfc8f0000-0xfc8f7ffff,
0xfc8f0000-0xfc8f7ffff irg 28 at device 3.0 on pci1
hifn0: Hifn 7956, rev 0, 32KB dram, pll=0x800<pci clk, 4x mult>
Then I ra...
2016 Nov 02
5
OpenSSL 1.1.0 support
On Wed, 2 Nov 2016, Stuart Henderson wrote:
> On 2016-11-02, Jakub Jelen <jjelen at redhat.com> wrote:
> > The current set of patches are rebased on current upstream is attached
> > with few more tweaks needed to build, pass testsuite and make it work.
> > The upstream review and insight would be helpful.
>
> Since these are going to break things with LibreSSL,
2018 Nov 19
4
ssh-agent decrypt
...ly bound to "one
source of truth" as if we could just rely on the key from the cert.
I'm guessing there's a dead simple reason something like this isn't
supported already. like, maintenance of code that only a weenie like
me would use or that it would enable some new class of cryto attacks
or something.
Cheers,
peter
2004 Feb 26
0
krb5-1.3.2 is released (fwd)
...verification of pkg-plist currency. I will post patches to the krb5 port to
-security and -ports and assuming I don't get negative feedback, I will
commit sometime late Saturday or on Sunday when I return from my trip
Vancouver.
As crypto-publish.org does not yet distribute krb5-1.3.2, the
cryto-publish.org section of the Makefile will continue to install
krb5-1.3.1_3. This of course assumes pkg-plist compatibility. If changes
need to be made to pkg-plist, crypto-publish.org fetch support will be
temporarily disabled until they can post krb5-1.3.2 on their website.
Cheers,
--
Cy Schub...
2007 Aug 10
5
[Patch] Const correct tags functions
Hi all,
I tend to compile my code with all GCC warnings turned on. However,
when I do this :
vorbis_comment_add_tag(&vdata->vc,"ENCODER","libsndfile");
I get the following warning messages:
warning: passing argument 2 of 'vorbis_comment_add_tag' discards
qualifiers from pointer target type
warning: passing argument 3 of
2016 Nov 14
4
OpenSSL 1.1.0 support
...will settle down a bit.
AFAIK Red Hat employs at least one OpenSSL maintainer. What is their
view on this situation?
> Other possible solution we were discussing here was implementation of
> non-OpenSSL specific abstract layer for crypto operations, which would
> allow implementation of cryto-library specific bits in separate file
> (unlike current situation with calls all over the place) and would
> possibly allow different crypto library providers, similar way how
> the audit is handled at this moment. It would also abstract the code
> from the changes in one or the other...
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi,
I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database.
Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12
I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users.
This all works fine, except for
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of
the problems was that some people would like to use freebsd-update but
can't as they are using a custom kernel. With all the kernel modules
we provide, the need for a custom kernel should be small, but on the
other hand, we do not provide a small kernel-skeleton where you can
load just the modules you need.