search for: 25519

Displaying 13 results from an estimated 13 matches for "25519".

Did you mean: 2551
2019 Feb 17
3
[PATCH] use ecdh/X25519 from openssl when possible (openssl-1.1.0+)
See attached: (1) patch against 7.9p1, tested with openssl 1.1.0j and openssl 1.1.1a on linux/i386; passes regression test and connects to unpatched sshd without problems; I hacked a bit regress/unittests/kex, and benchmarked do_kex_with_key("curve25519-sha256 at libssh.org", KEY_ED25519, 256); Before: 0.3295s per call After: 0.2183s per call That is, 50% speedup; assuming ed25519 (added to openssl in 1.1.1) takes about same time as ecdh/x25519, there are potential for total 200% speedup in KEX. (2) rebased patch against git master; pas...
2015 Jan 14
2
Obtain public key
Fantastic, having it in the CLI would great. It is for the reason of users losing the pub key that I ask, writing some docs for an internal network. Ah interesting, I finally found openssl does not have the 25519 curve in there(and no plans to do so looks like) but I was not aware there was non standard priv key format either. Would it make sense for the tinc -n <netname> get Ed25519PublicKey To have some logic to derive the pub key it if it's not already in the hosts file? Just to avoid adding...
2015 Jan 12
1
SIMPLE TINC template example
...8540 255.255.255.0 0.0.0.0 10.99.0.11 10.98.0.11 ConnectTo=LOSI102 ConnectTo= ConnectTo= **PUT MORE ENTRIES HERE FOR MORE COMPLEX VPN setups ######Templatewriter.sh #!/bin/bash SDIR=$1 NODENAME=$2 PORT=$3 MASK=$4 LISTIP=$5 OPNIP=$6 VPNIP=$7 CONN1=$8 CONN2=$9 CONN3=${10} #READING IN THE RSA AND 25519 KEYS CAUSES ALL SORTS OF HEADACHES WITH SED #JUST KEEP THEM IN THE TEMPLATES AS IS #RSAKEY=$(cat "/tinc/rsa_key.pub") #ED25519KEY=$(cat "/tinc/ed25519_key.pub") echo "-------------TEMPLATE WRITER VARIABLES-----------" echo "DIR: ${SDIR}" echo "NODENAME:...
2007 Nov 30
3
Zimbra benchmarking
...ecs=10 seed=0 clients=1 Logi Logo 100% 100% 3439 6878 ./imaptest - select=0 secs=10 seed=0 clients=10 Logi Logo 100% 100% 4415 8830 Zimbra: ./imaptest - select=0 secs=10 seed=0 clients=1 Logi Logo 100% 100% 18032 36064 ./imaptest - select=0 secs=10 seed=0 clients=10 Logi Logo 100% 100% 25519 51056 Looks like Dovecot's imap process creation hurts it a lot compared to Zimbra's thread creation. Luckily IMAP connections are usually long-living, so this shouldn't matter much, except for webmails for which you can use imapproxy in the middle. LIST "" * --------- Dov...
2015 Jan 14
0
Obtain public key
On Wed, Jan 14, 2015 at 02:17:31PM +0000, Martin wrote: > Fantastic, having it in the CLI would great. It is for the reason of users > losing the pub key that I ask, writing some docs for an internal network. > Ah interesting, I finally found openssl does not have the 25519 curve in > there(and no plans to do so looks like) but I was not aware there was non > standard priv key format either. > > Would it make sense for the > > tinc -n <netname> get Ed25519PublicKey > > To have some logic to derive the pub key it if it's not already...
2005 Dec 25
2
scriptaculous-js-1.5.0
...vascripts/controls.js > > tmornini$ ls -alR ~/Desktop/scriptaculous-js-1.5.0/ | grep ''.js$'' > -rw-r--r-- 1 tmornini tmornini 47603 Dec 13 10:43 prototype.js > -rw-r--r-- 1 tmornini tmornini 3361 Dec 13 10:43 builder.js > -rw-r--r-- 1 tmornini tmornini 25519 Dec 13 10:43 controls.js > -rw-r--r-- 1 tmornini tmornini 18709 Dec 13 10:43 dragdrop.js > -rw-r--r-- 1 tmornini tmornini 30257 Dec 13 10:43 effects.js > -rw-r--r-- 1 tmornini tmornini 2204 Dec 13 10:43 > scriptaculous.js > -rw-r--r-- 1 tmornini tmornini 10752...
2012 Jun 28
4
[xen-unstable test] 13383: regressions - FAIL
...atly simplifying the unshare related condition handling, removing ugly comments and s86_64 ifdef-ery. Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> Acked-by: Tim Deegan <tim@xen.org> Committed-by: Tim Deegan <tim@xen.org> changeset: 25519:fdc1f16d382c user: Jan Beulich <jbeulich@suse.com> date: Thu Jun 28 13:36:08 2012 +0200 x86/hvm: increase struct hvm_vcpu_io''s mmio_large_read[] Since the emulator now supports a few 256-bit memory operations, this array needs to follow (and the co...
2020 Aug 26
10
[Bug 3202] New: Ed25519 key on HSM is not getting listed in ssh-add -l command
https://bugzilla.mindrot.org/show_bug.cgi?id=3202 Bug ID: 3202 Summary: Ed25519 key on HSM is not getting listed in ssh-add -l command Product: Portable OpenSSH Version: 8.2p1 Hardware: ARM64 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-add...
2006 Jan 20
6
HELP: acts_as_taggable problem with :clear => true
I''ve got the basics of acts_as_taggable going, but I now want to use :clear => true on the tags method, because the tags I''m supplying as parameters are the complete set of tags for the item, not additions to existing tags. Problem is, that gives me a nasty SQL error ... Unknown column ''id'' in ''where clause'': UPDATE items_tags SET
2015 Jan 14
4
Obtain public key
Is there any way to obtain the public key from the private key? I know it's in host file however for the purpose of this message I need to be able to generate it on the command line. I tried openssl ec < ed25519_key.priv I get an error read EC key unable to load Key 140092556813984:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachm...
2019 Nov 01
10
U2F support in OpenSSH HEAD
Hi, As of this morning, OpenSSH now has experimental U2F/FIDO support, with U2F being added as a new key type "sk-ecdsa-sha2-nistp256 at openssh.com" or "ecdsa-sk" for short (the "sk" stands for "security key"). If you're not familiar with U2F, this is an open standard for making inexpensive hardware security tokens. These are easily the cheapest way
2020 Jan 16
3
[patch 1/2] use chacha20 from openssl (1.1.0+) when possible
On Fri, 2019-07-12 at 15:54 +1000, Damien Miller wrote: > On Thu, 17 Jan 2019, Yuriy M. Kaminskiy wrote: > > > On some cpu's optimized chacha implementation in openssl (1.1.0+) > > is > > notably faster (and on others it is just faster) than generic C > > implementation in openssh. > > > > Sadly, openssl's chacha20-poly1305
2013 Sep 27
0
Wine release 1.7.3
...ds news missing in main window 24175 Resident Evil 5 benchmark: crashes in fullscreen 24431 League of Legends standalone client crashes on clicking 'Play' 24761 ProteoWizard 2.x 'msconvert' tool fails/hangs sometimes during processing of mass spec data files in RAW format 25519 gmax crashes in ole32.RegisterDragDrop when you click on Materials Navigator icon on toolbar 26252 Falcon 4.0 Allied Force and FreeFalcon 5.0 do not detect hardware rendering devices 26297 Suddenly no sound, loose of sound in games 26332 Adobe AIR : Pandora One : Can't move window 2...