search for: sha224

Displaying 20 results from an estimated 24 matches for "sha224".

2012 Sep 03
1
[PATCH] daemon: provide list of checksum commands
...0d..f16a7c0 100644 --- a/daemon/checksum.c +++ b/daemon/checksum.c @@ -31,24 +31,31 @@ GUESTFSD_EXT_CMD(str_find, find); GUESTFSD_EXT_CMD(str_xargs, xargs); +GUESTFSD_EXT_CMD(str_cksum, cksum); +GUESTFSD_EXT_CMD(str_md5sum, md5sum); +GUESTFSD_EXT_CMD(str_sha1sum, sha1sum); +GUESTFSD_EXT_CMD(str_sha224sum, sha224sum); +GUESTFSD_EXT_CMD(str_sha256sum, sha256sum); +GUESTFSD_EXT_CMD(str_sha384sum, sha384sum); +GUESTFSD_EXT_CMD(str_sha512sum, sha512sum); static const char * program_of_csum (const char *csumtype) { if (STRCASEEQ (csumtype, "crc")) - return "cksum"; +...
2024 Jan 26
1
Gluster communication via TLS client problem
...ect=CN = c01.gluster issuer=CN = c01.gluster --- No client certificate CA names sent Requested Signature Algorithms: ECDSA+SHA256:ECDSA+SHA384:ECDSA+SHA512:Ed25519:Ed448:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA+SHA256:RSA+SHA384:RSA+SHA512:ECDSA+SHA224:RSA+SHA224 Shared Requested Signature Algorithms: ECDSA+SHA256:ECDSA+SHA384:ECDSA+SHA512:Ed25519:Ed448:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA+SHA256:RSA+SHA384:RSA+SHA512 Peer signing digest: SHA256 Peer signature type: RSA-PSS Server Temp Key...
2018 Oct 06
1
TLS handshake failure - Client Helo rejected
...ture Algorithm: rsa_pkcs1_sha384 (0x0501) ? ? ? ? ? ? ? ? ? ? Signature Algorithm: ecdsa_secp384r1_sha384 (0x0503) ? ? ? ? ? ? ? ? ? ? Signature Algorithm: rsa_pkcs1_sha256 (0x0401) ? ? ? ? ? ? ? ? ? ? Signature Algorithm: ecdsa_secp256r1_sha256 (0x0403) ? ? ? ? ? ? ? ? ? ? Signature Algorithm: SHA224 RSA (0x0301) ? ? ? ? ? ? ? ? ? ? Signature Algorithm: SHA224 ECDSA (0x0303) ? ? ? ? ? ? ? ? ? ? Signature Algorithm: rsa_pkcs1_sha1 (0x0201) ? ? ? ? ? ? ? ? ? ? Signature Algorithm: ecdsa_sha1 (0x0203) | |What I tried: | * |change all possible settings in Dovecot (ssl_min_protocol, ssl...
2007 Feb 24
2
SHA256 password patch
...The attached patch is based on BSD licensed code from Olivier Gay (http://www.ouah.org/ogay/sha2/). Changes made by me in Olivier's sha2{.h,.c} code: - Prototype for sha256_transf is added to sha2.h - sha256_get_digest() is added to sha2{.h,.c} - Code for UNROLL_LOOPS is removed - Support for SHA224,SHA384,SHA512 was removed - Functions are renamed to match those in sha1{.h,.c} - SHA256_DIGEST_SIZE is renamed to SHA256_RESULTLEN I can add safe_memset calls if requested. Patch is attached and can also be found at http://www.malochia.nl/dovecot/sha256.patch Kind regards, Jasper ---------...
2019 Mar 29
2
Unable to verify of llvm sources with the .sig files
...t. There is NO WARRANTY, to the extent permitted by law. Home: /home/wink/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 I went to http://releases.llvm.org/download.html and downloaded llvm-8.0.0: http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz.sig http://releases.llvm.org/8.0.0/hans-gpg-key.asc I tried to import...
2024 Jan 26
1
Gluster communication via TLS client problem
...CN = c01.gluster issuer=CN = c01.gluster --- No client certificate CA names sent Requested Signature Algorithms: ECDSA+SHA256:ECDSA+SHA384:ECDSA+SHA512:Ed25519:Ed448:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA+SHA256:RSA+SHA384:RSA+SHA512:ECDSA+SHA224:RSA+SHA224 Shared Requested Signature Algorithms: ECDSA+SHA256:ECDSA+SHA384:ECDSA+SHA512:Ed25519:Ed448:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA-PSS+SHA256:RSA-PSS+SHA384:RSA-PSS+SHA512:RSA+SHA256:RSA+SHA384:RSA+SHA512 Peer signing digest: SHA256 Peer signature type: RSA-PSS Server Temp...
2019 Aug 12
1
[PATCH] Fix small issues in documentations of APIs
...C<md5> -Compute the MD5 hash (using the C<md5sum> program). +Compute the MD5 hash (using the L<md5sum(1)> program). =item C<sha1> -Compute the SHA1 hash (using the C<sha1sum> program). +Compute the SHA1 hash (using the L<sha1sum(1)> program). =item C<sha224> -Compute the SHA224 hash (using the C<sha224sum> program). +Compute the SHA224 hash (using the L<sha224sum(1)> program). =item C<sha256> -Compute the SHA256 hash (using the C<sha256sum> program). +Compute the SHA256 hash (using the L<sha256sum(1)> program)....
2019 Apr 04
2
Unable to verify of llvm sources with the .sig files
...t; > Home: /home/wink/.gnupg > > Supported algorithms: > > Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA > > Cipher: IDEA, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, > > CAMELLIA192, CAMELLIA256 > > Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 > > Compression: Uncompressed, ZIP, ZLIB, BZIP2 > > > > > > I went to http://releases.llvm.org/download.html and downloaded > llvm-8.0.0: > > http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz > > http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz.sig >...
2020 Apr 04
3
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...spkac srp storeutl ts verify version x509 Message Digest commands (see the `dgst' command for more details) blake2b512 blake2s256 gost md4 md5 rmd160 sha1 sha224 sha256 sha3-224 sha3-256 sha3-384 sha3-512 sha384 sha512 sha512-224 sha512-256 shake128 shake256 sm3 Cipher commands (see the `enc' command for more details) aes-128-cbc aes-128-ecb aes-192-cbc...
2023 Jul 21
3
cant start bind9 after dc upgrade 4.17 > 4.18
...e Jul 21 23:49:14 dc-cloud named[637]: DNSSEC algorithms: RSASHA1 NSEC3RSASHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 ECDSAP384SHA384 ED25519 ED448 Jul 21 23:49:14 dc-cloud named[637]: DS algorithms: SHA-1 SHA-256 SHA-384 Jul 21 23:49:14 dc-cloud named[637]: HMAC algorithms: HMAC-MD5 HMAC-SHA1 HMAC-SHA224 HMAC-SHA256 HMAC-SHA384 HMAC-SHA512 Jul 21 23:49:14 dc-cloud named[637]: TKEY mode 2 support (Diffie-Hellman): yes Jul 21 23:49:14 dc-cloud named[637]: TKEY mode 3 support (GSS-API): yes Jul 21 23:49:14 dc-cloud named[637]: config.c: option 'trust-anchor-telemetry' is experimental and su...
2020 Apr 04
0
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...      srp               storeutl > ts                verify            version           x509 > > Message Digest commands (see the `dgst' command for more details) > blake2b512        blake2s256        gost              md4 > md5               rmd160            sha1              sha224 > sha256            sha3-224          sha3-256          sha3-384 > sha3-512          sha384            sha512            sha512-224 > sha512-256        shake128          shake256          sm3 > > Cipher commands (see the `enc' command for more details) > aes-128-cbc       aes...
2009 Oct 30
30
Truncating SHA2 hashes vs shortening a MAC for ZFS Crypto
...question if this is safe. Remember the SHA256 is of the ciphertext and is used for resilvering. Option 1 -------- IV 96 bits (the max CCM allows given the other params) MAC 128 bits Checksum SHA256 truncated to 128 bits Other options are: Option 2 -------- IV 96 bits MAC 128 bits Checksum SHA224 truncated to 128 bits Basically if I have to truncate to 128 bits is it better to do it against SHA224 or SHA256 ? Option 3 -------- IV 96 bits MAC 128 bits Checksum SHA224 or SHA256 truncated to 160 bits Obviously better than the 1 and 2 but how much better ? The reason it isn''t...
2020 Feb 13
0
[PATCH v3 1/1] tools: add '--blocksize' option for C-based tools
...- a/cat/virt-ls.pod +++ b/cat/virt-ls.pod @@ -271,6 +271,8 @@ force a particular format use the I<--format=..> option. Add a remote disk. See L<guestfish(1)/ADDING REMOTE STORAGE>. +__INCLUDE:blocksize-option.pod__ + =item B<--checksum> =item B<--checksum=crc|md5|sha1|sha224|sha256|sha384|sha512> diff --git a/cat/virt-tail.pod b/cat/virt-tail.pod index 9f72ce3f7..89099772f 100644 --- a/cat/virt-tail.pod +++ b/cat/virt-tail.pod @@ -68,6 +68,8 @@ force a particular format use the I<--format=..> option. Add a remote disk. See L<guestfish(1)/ADDING REMOTE S...
2017 Apr 27
2
R installation problems on Linux Mint 18.1 via jessie-cran3
...here by URL.* *#* *# Try CERT, then PKA, then LDAP, then hkp://subkeys.net <http://subkeys.net>:* *#auto-key-locate cert pka ldap hkp://subkeys.pgp.net <http://subkeys.pgp.net>* *personal-digest-preferences SHA256* *cert-digest-algo SHA256* *default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed* It didn't work and I simply get the same SHA1 weak algorithm error when running -sudo apt-get update- or -sudo apt update-. (Why is this issue not mentioned at all here <https://cran.r-project.org/> and why have users like me had to go...
2009 Nov 09
1
use STREQ(a,b), not strcmp(a,b) == 0
...ype, "md5") == 0) + else if (STRCASEEQ (csumtype, "md5")) program = "md5sum"; - else if (strcasecmp (csumtype, "sha1") == 0) + else if (STRCASEEQ (csumtype, "sha1")) program = "sha1sum"; - else if (strcasecmp (csumtype, "sha224") == 0) + else if (STRCASEEQ (csumtype, "sha224")) program = "sha224sum"; - else if (strcasecmp (csumtype, "sha256") == 0) + else if (STRCASEEQ (csumtype, "sha256")) program = "sha256sum"; - else if (strcasecmp (csumtype, "sh...
2020 Feb 13
2
[PATCH v3 0/1] tools: add '--blocksize' option for C-based tools
From: Nikolay Ivanets <stenavin@gmail.com> This patch depends on changes in 'common' sub-module posted here: https://www.redhat.com/archives/libguestfs/2020-February/msg00150.html v3 fixes issue found during code review: - options now appear in alphabetical order v2: Almost the same as v1 except '--blocksize' option description is moved into a common submodule (similar to
2017 Apr 27
0
R installation problems on Linux Mint 18.1 via jessie-cran3
..., then PKA, then LDAP, then hkp://subkeys.net > <http://subkeys.net>:* > *#auto-key-locate cert pka ldap hkp://subkeys.pgp.net > <http://subkeys.pgp.net>* > *personal-digest-preferences SHA256* > *cert-digest-algo SHA256* > *default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES > CAST5 ZLIB BZIP2 ZIP Uncompressed* > > It didn't work and I simply get the same SHA1 weak algorithm error when > running -sudo apt-get update- or -sudo apt update-. (Why is this issue not > mentioned at all here <https://cran.r-project.org/> and why have...
2017 Jul 27
0
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
...m.c @@ -29,33 +29,23 @@ #include "daemon.h" #include "actions.h" -GUESTFSD_EXT_CMD(str_find, find); -GUESTFSD_EXT_CMD(str_xargs, xargs); -GUESTFSD_EXT_CMD(str_cksum, cksum); -GUESTFSD_EXT_CMD(str_md5sum, md5sum); -GUESTFSD_EXT_CMD(str_sha1sum, sha1sum); -GUESTFSD_EXT_CMD(str_sha224sum, sha224sum); -GUESTFSD_EXT_CMD(str_sha256sum, sha256sum); -GUESTFSD_EXT_CMD(str_sha384sum, sha384sum); -GUESTFSD_EXT_CMD(str_sha512sum, sha512sum); - static const char * program_of_csum (const char *csumtype) { if (STRCASEEQ (csumtype, "crc")) - return str_cksum; + return &...
2017 Jul 24
0
[PATCH 2/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
...m.c @@ -29,33 +29,27 @@ #include "daemon.h" #include "actions.h" -GUESTFSD_EXT_CMD(str_find, find); -GUESTFSD_EXT_CMD(str_xargs, xargs); -GUESTFSD_EXT_CMD(str_cksum, cksum); -GUESTFSD_EXT_CMD(str_md5sum, md5sum); -GUESTFSD_EXT_CMD(str_sha1sum, sha1sum); -GUESTFSD_EXT_CMD(str_sha224sum, sha224sum); -GUESTFSD_EXT_CMD(str_sha256sum, sha256sum); -GUESTFSD_EXT_CMD(str_sha384sum, sha384sum); -GUESTFSD_EXT_CMD(str_sha512sum, sha512sum); +DECLARE_EXTERNAL_COMMANDS ("find", "xargs", "cksum", "md5sum", + "sha1sum&qu...
2017 Jul 27
3
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
This is a simpler patch that removes GUESTFSD_EXT_CMD completely.