similar to: Interfacing with ssh-agent, API programming question

Displaying 20 results from an estimated 500 matches similar to: "Interfacing with ssh-agent, API programming question"

2019 Jan 19
3
Can we disable diffie-hellman-group14-sha1 by default?
e.g. can we make it throw warnings etc. rsa-sha2-256 and rsa-sha2-512 are fine, they use PSS. On Sun, Jan 20, 2019 at 1:55 AM Yegor Ievlev <koops1997 at gmail.com> wrote: > > Also can we do anything with ssh-rsa? It uses both SHA-1 and > deprecated PKCS#1 padding. If it's used to sign certificates, there's > no additional protection of SHA-2 hashing before SHA-1
2006 Sep 05
2
http://www.openssl.org/news/secadv_20060905.txt
Does anyone know the practicality of this attack ? i.e. is this trivial to do ? ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada
2018 Aug 01
0
ecryptfs (from centosplus) and libvirt lxc quest on it - quest upon start shoots host in the head
hi guys I have a lxc guest on Dell's R815(AMD Opterons) which I just moved to an ecryptfs mounted folder(using centosplus' kernel C7.5) Copying data to that folder seems to work just fine, but I as soon as I start the quest, the host gets shot in the head almost immediately, hard reboot, no dump. I also have another, virtually identical guest but on Intel platform and that one does
2013 May 15
2
Support for "ssh-rsa-sha256" and "ssh-dss-sha256" ?‏
Functionality request for supporting Digital Signatures for RSA and DSS Public Key Algorithms in alignment with NIST SP800-131A. I assume this has been asked before, but I could not find in the archives. Support of "ssh-rsa-sha256" and "ssh-dss-sha256" public key algorithms for OpenSSH? I know Suite B Algorithms and x509 SSH Extension Algorithms are supported, but not a
2002 Apr 04
1
Filesystem security stuff
Dear all, I am planning to add some cryptographic properties (file encryption and digital signature on file I/O) to Linux filesystem. In detail, I want that user can do file I/O with encrypted files like he used to do with usual file except some minor changes (e.g. supply key for decrypting file). For digital signature, all read and write acts on file of any user must be signed and recorded so
2004 Oct 17
1
TCFS on FreeBSD
Dear all, I tried to port Transparent Cryptographic File System (http://www.tcfs.it) OpenBSD version to FreeBSD 4.8, but failed. Has any one tried this before? How much modification is needed? Any info is appreciated. Thanks, Yan
2005 May 19
1
ssh-keygen private keys export - new feature
Hello, I had some difficulties in order to convert private keys between different implementations of SSH. So, I wrote the following patch to allow export of SSH2 RSA and DSA private keys into IETF SECSH format. Note that I also slightly revised the IETF SECSH key import code. Usage: use of the "-e" option on a private key file generates an unencrypted private key file in IETF SECSH
2018 Oct 12
0
Wine release 3.18
The Wine development release 3.18 is now available. What's new in this release (see below for details): - Subpixel font rendering with FreeType >= 2.8.1. - Support for OAEP algorithm in RSA encryption. - Array marshalling fixes in DCOM. - Improved DPI scaling in the Wine console. - Various bug fixes. The source is available from the following locations:
2009 Jul 01
0
The step before interfacing to GRASS
Dear all, A very basic terrain calculated as a matrix from Spatial Points Patterns: #interpolate using the akima package library(akima) terrain=interp(ppoints$x,ppoints$y,ppoints$marks,xo=x0,yo=y0, linear=F) > class(terrain) [1] "list" > class(terrain$x) #these are the x-coord i.e: [1...1000] [1] "numeric" > class(terrain$y)#these are the y-coord i.e: [1...1000] [1]
2012 Nov 08
0
FW: Interfacing R and Weka
-----Original Message----- From: Patrick Connolly Sent: Friday, 9 November 2012 11:29 a.m. To: Peter Alspach Subject: Interfacing R and Weka > version _ platform x86_64-unknown-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 2 minor 15.2 year 2012 month 10 day 26 svn rev
2008 Feb 03
0
Sample code for interfacing with F90
Hello List, I saw the example in "Writing R Extensions" where a convolve function is implemented in C, which is makes the whole business of calling C from R easy to understand. Is there a similar example of how to call Fortran 90 from R somewhere? Thanks, Max
2002 Feb 26
1
RQuantLib -- Interfacing QuantLib from R
I just uploaded an initial RQuantLib package to R's site in Vienna. RQuantLib is an R [ http://www.r-project.org ] package to access the powerful QuantLib [ http://quantlib.org ] libraries for quantitative finance. RQuantLib is at an early stage: I only defined two basic classes Option and ImpliedVolatility with print and summary methods, and European and American options on top of them.
1999 Feb 08
1
R-bugs interfacing to R-devel mailing list
I've been hacking at the JitterBug sources a little, so that it should work better with mailing lists. It has been running with the core team list for a while and seems to be OK. I will now move the forwarding address to the r-devel list where it really belongs. I hope this will make it easier for people outside the core team to contribute to the development of R by participating in the
1999 Feb 08
1
R-bugs interfacing to R-devel mailing list
I've been hacking at the JitterBug sources a little, so that it should work better with mailing lists. It has been running with the core team list for a while and seems to be OK. I will now move the forwarding address to the r-devel list where it really belongs. I hope this will make it easier for people outside the core team to contribute to the development of R by participating in the
1999 Jul 16
0
Advice interfacing to an imaging library
Hi All, I've done some work recently making some of our image analysis library callable from R and Splus. Most of the C image functions use an abstract data type, and R only sees a pointer to this. All memory allocation is done by the library. This leads to some interesting problems. I'm interested in your views about possible solutions. 1) assignment. something like a<-b, where a and
2009 Apr 02
0
[LLVMdev] patch: MSIL backend - interfacing vararg pinvoke functions with Mono
Hi, This patch allows executing code with vararg pinvoke functions under Mono. It generates separate function declaration for each call signature. Artur -------------- next part -------------- A non-text attachment was scrubbed... Name: varargs.patch Type: text/x-patch Size: 5331 bytes Desc: not available URL:
2013 Oct 25
1
[LLVMdev] Interfacing llvm with a precise, relocating GC
On 10/24/13 2:50 PM, Rafael Espíndola wrote: > On 24 October 2013 17:32, Sanjoy Das <sanjoy at azulsystems.com> wrote: >> Hello llvm-dev! >> >> My colleages and I are currently evaluating llvm's suitability as a >> JIT compiler interfacing with a precise, relocating garbage collector. >> While we couldn't find code or writeups that deal with the
2004 Nov 27
1
Interfacing T100P with Definity PBX
Hi, I have two t100p cards installed. One card connected to the PSTN, the other card is hooked to the Definity PBX with a T1 cross over cable. The card connected to the PSTN works fine. The problem is with the card hooked up to the PBX. The light behind the card is green, but when I dial from this card I get an error. Its says it could start the D-Channel. Could someone help me out with this
2005 May 09
1
Interfacing AT&T Spirit System to Asterisk
Greetings, Does anyone know if there is a cost effective way to interface an older AT&T Spirit system into Asterisk. I'm only interested in A) being able to offer voicemail and B) possibly an AAT to callers. I've thought about just stringing the FXO cards into the line1/2 slots that go into the Spirit system... asterisk would pickup if no one answered the Spirit phones.... however....
2010 Jan 12
0
Interfacing to NEC Xen Master PBX
Hi, We are currently in the process of installing an Asterisk box between our legacy PBX (NEC Xen Master) and the Telco (Telstra). Originally the PBX was connected to the telco via 8x BRIs. Our new Asterisk box has been setup with 2 OpenVox B800P cards. Each card has the 4 ports in TE mode and 4 ports in NT mode. The NEC PBX is connected to the Asterisk boxes NT ports and the Asterisk box is