Displaying 7 results from an estimated 7 matches for "cryptoapi".
Did you mean:
crypto_api
2003 Mar 14
5
ipsec for linux 2.4 eventually made easy?!
...ingstrom.mine.nu/ipsec_tunnel/, by
Tobias Ringström) is a kernel module based on ipip and ip_gre. It uses
CyptoAPI to carry out actual encryption, as in the 2.5 implementation.
Installation and setup are a matter of few seconds:
get CrypotAPI
(http://www.kernel.org/pub/linux/kernel/crypto/v2.4/cryptoapi-0.1.0.tar.gz),
untar and compile as modules:
tar xvfz cryptoapi-0.1.0.tar.gz
cd cryptoapi-0.1.0
make modules KDIR=/path/to/running/kernel
make modules_install
modprobe cryptoapi
modprobe cipher-3des
modprobe digest-sha1
Get ipsec_tunnel
(http://ringstrom.mine.nu/ipsec_tunnel/download/ipsec_tunne...
2002 Mar 31
1
Crypto file systems using ext3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Does anybody have any links/howtos on creating an encrypted file system using
ext3? Basically I want to encrypt /home and be asked the password when I
mount the file system.
- --
Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE:
2015 Aug 31
3
Inter-op and port (wolfSSL + openSSH)
Hi Darren, Tucker, and openSSH,
wolfSSL is a dual licenced software. We have a Commercial option and a
GPLv2 option. We provide support to both code sources and are an active
part of the open source community.
You can freely download our code from our website or visit our development
branch on github.
https://github.com/wolfSSL/wolfssl.
https://wolfssl.com/wolfSSL/download/downloadForm.php
2016 Aug 19
5
a question about certificates from letsencrypt
Hello!
Certificates from letsencrypt are renewed every three months.
Does that mean a MUA has to accept the renewed certificates manually
everytime it is renewed?
Sorry if this is OT!
Greetings
Andreas
2020 Sep 14
2
Private Key Unavailable After Domain Password Change
...r this month). Sometimes when a user changes their
domain password, we are seeing an issue where the private key is no longer
available. Users on Windows 10 v1909 or v2004. This does not happen to all
users.
We have users connecting to one of our environments using OpenVPN. We have
been using the cryptoapicert option in the OpenVPN config and having it
reference a certificate/key we import to the user's account using certutil
(ex. "certutil -user -importpfx mycertkeypair.p12 NoExport") with the
NoExport option (or via mmc). (NoExport is so they can't export private key
and move to a...
2009 Apr 19
4
[PATCH] btrfs: remove crc32c.h and use libcrc32c directly.
There''s no need to preserve this abstraction; it used to let us use
hardware crc32c support directly, but libcrc32c now does that for us
through the crypto API -- so we''re already using the Intel crc32c
acceleration where appropriate, without having to do anything special.
As is right and proper.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
---
2018 Sep 14
0
Wine release 3.16
...lat: Implement MFCreateSample.
Andrew Wesie (1):
wined3d: Use raw blit for supported depth-stencil blits.
André Hentschel (8):
ntdll: Bump Win 10 version to 17134.
api-ms-win-core-comm-l1-1-0: Add dll.
api-ms-win-core-stringloader-l1-1-1: Add dll.
api-ms-win-security-cryptoapi-l1-1-0: Add dll.
advapi32/tests: Allow ERROR_ACCESS_DENIED for newer Win10.
kernel32/tests: Allow ERROR_ACCESS_DENIED for newer Win10.
oleaut32/tests: Adjust test to a fixed Windows bug.
crypt32: Print Crypt(Un)protectMemory FIXME only once.
Aric Stewart (2):
winebus....