similar to: Re: openssl server/client classes

Displaying 20 results from an estimated 50000 matches similar to: "Re: openssl server/client classes"

2006 Oct 26
2
Re: openssl server/client classes
Thorsten Sandfuchs wrote: > Hio, > I''m looking for a way to manage openssl client/server classes which correspond > to each other. As I don''t want to reinvent the wheel, I''d be glad if someone > could share his solution? :) > > It should be possible to provide and distribute ssl-certificates corresponding > to one (or perhaps even many) CAs and for
2005 Aug 17
0
[Fwd: Re: [FreeNX-kNX] nxsetup issue when gid is not specified]
FYI -------- Original Message -------- Subject: Re: [FreeNX-kNX] nxsetup issue when gid is not specified Date: Tue, 16 Aug 2005 09:00:42 +0200 From: Thorsten Sandfuchs <fux at users.berlios.de> Reply-To: User Support for FreeNX Server and kNX Client <freenx-knx at kde.org> To: User Support for FreeNX Server and kNX Client <freenx-knx at kde.org> CC: centos at centos.org
2006 Aug 27
5
Re: preseeding files only on reinstall
On Aug 27, 2006, at 9:55 AM, Thorsten Sandfuchs wrote: > hio, > me again :) > > In Debian, there is a mechanism to preseed debconf (configuration- > database for > the system) with decisions, before installing a package. Debconf > mussn''t ask > the user then. I wrote this pp for preseeding-support: [snip] Very cool. Seems like that''s something that
2006 Aug 27
0
Re: preseeding files only on reinstall
On Sun, Aug 27, 2006 at 06:55:14PM +0200, Thorsten Sandfuchs wrote: > -------- > define preseed (file, classname, section = "classes"){ > file { > "/tmp/$file": > mode => 600, > source => > "puppet://$servername/config/$section/$classname/preseed/$file" > } >
2006 Aug 27
3
"Overruling" files from different darfts
On Aug 27, 2006, at 8:56 AM, Thorsten Sandfuchs wrote: > hio, > I''m trying to build a "master"-directory (general) with some base- > files to > spread, and a host/class-based directory-structure to override the > defaults, > if necessary. If a file only is present in the general-section, it > shouldn''t > harm the setup, if it''s only
2000 Mar 10
0
share printing with Win95C (OSR3)?
I'm working on a samba server on a DG/UX (that's Data General, not Digital) system. We have 95A, 95B, 98 and NT clients all printing to the printers fine. The security is share and all the printers are setup properly and printing from clients using these versions of windows. All machines are network-wise, setup the same. I applied the patches that were listed in
2018 Jul 10
0
NSS on Debian Stretch with libnss3: Can not initialize SSL context
I am unable to get 2.7.4 to work with NSS support as provided by libnss3 2:3.26.2 on Debian stretch. Currently NSS supports two database formats identified by prefixes "sql:" for the new database and "dbm:" for the legacy database. I created the NSS database in directory /etc/nut with command certutil -N -d dbm:NSS_db --empty-password I copied over public key and
2014 Oct 11
0
]UG] Dovecot 2.2.9 SSL client cert verification fails: openssl verify: OK
Greetings all, I have verified a bug that has long been attributed to lack of knowledge on the part of the user. Dovecot rejects StartSSL client certificates due to reject StartSSL root CA when doing client verification even though the appropriately constructed ca-bundle.pem has been created and applied vi ssl_ca = </etc/dovecot/ca-bundle.pem. openssl verify -CAfile ca-bundle.pem
2006 Sep 13
5
Re: strange mtime/md5sum behaviour and constantly changing files with links
On Sep 8, 2006, at 5:58 AM, Thorsten Sandfuchs wrote: > hio, > as I have some huge files to distribute and md5-sum-checking takes > SOME time > for them, I''m trying to switch to mtime/timestamps, but got no > luck. Regularly > the mtime seems to change and additionally the md5sums generate > themselves > anyway. I''m pretty sure that the file
2003 Jun 06
0
Problems building RELENG_4_8
On a 4.8-PRERELEASE, I have cvsup'ed my sources to the latest RELENG_4_8. While doing buildworld, I get this: cc -c -O -pipe -fexceptions -DIN_GCC -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DL_pure -o _pure.o /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c c++ -c -O -pipe -fexceptions
2013 Sep 03
1
Sip-Client / type=peer / Why can this client place calls?
Hi, I am using Asterisk 11.5.1. As far as I understood, the following configuration allows a sip client only to receive calls (type=peer) but not to place calls (http://www.voip-info.org/wiki/view/Asterisk+sip+type). Why can I place calls though with this config? sip.conf ... [thorsten] type=peer host=dynamic context=my_context nat=force_rport,comedia secret=... dtmfmode=rfc2833 disallow=all
2006 Sep 06
0
FreeBSD Security Advisory FreeBSD-SA-06:19.openssl
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-06:19.openssl Security Advisory The FreeBSD Project Topic: Incorrect PKCS#1 v1.5 padding validation in crypto(3) Category: contrib Module: openssl
2001 Mar 22
3
Improper (?) OpenSSL version mismatch(was RE: OpenSSH_2.5.1p1 - RH 6.2)
Well, I've finally gotten around to compiling and testing OpenSSH 2.5.2p1, in order to update the contrib/solaris packaging scripts. Somehow on my test system, I'm getting errors that indicate that I've still got some old copy of OpenSSL being found somewhere...but I can't for the life of me tell where. The compile went fine (it found the OpenSSL 0.9.5a libraries that I had
2005 Dec 10
2
OpenSSL tools are not installed
Hi, I just had some issues with unvalidated certificates after the update of the mail/fetchmail port. The solution was to add the missing certificates manually, but that involved running the c_rehash script, that currently isn't installed. Of course, I could run it directly from src/crypto/openssl/tools/, but that isn't an option for users that don't have the source installed. So,
2006 May 11
0
mandatory client certificates and crl check in ssl-proxy-openssl.c
hello, I made a modification to ssl-proxy-openssl.c (patch attached) zo that it a) disconnects when no client certificate is presented b) checks the client certificate against the crl for our root cert. (so you can't use a revoked client cert.) c) returns the CommonName from the client cert. in ssl_proxy_get_peer_name (this way it's easier to use dovecot as imap-proxy with a
2005 Feb 23
1
Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 / OpenSSL Header Error
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 On Configure I've the following Error: ./configure --with-ssl-dir=/usr/local/ssl/include/openssl/ --sysconfdir=/etc/ssh --with-zlib=/usr/local checking OpenSSL header version... not found configure: error: OpenSSL version header not found. ./contrib/findssl.sh Searching for OpenSSL header files. 0x009060dfL
2005 Jul 10
1
openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
hi all, building on OSX 10.4.1, with a prereq of: % which openssl /usr/local/ssl/bin/openssl % openssl version OpenSSL 0.9.8 05 Jul 2005 building either openssh-4.0p1 or openssh-4.1p1 on OSX 10.4.1, w/: ./configure --with-ssl-dir=/usr/local/ssl configure fails w/: ... checking whether getpgrp requires zero arguments... yes checking OpenSSL header version... not found configure: error:
2005 Mar 05
1
Object containing different classes
Hi, i want to create an object which contains different classes: for example i have some time series and test if ARIMA models are best than HoltWinters models: for each of my time serie i want to collect in an unique object which model was the best: for some it will be an HoltWinters class and for some other an Arima class. is there any solution?? thanks in advance, with my best, erik sauleau
2009 Aug 21
1
Your OpenSSL headers do not match your library
Hello, I recently installed a newer version of OpenSSL on my system and decided to get the latest of OpenSSH as well. I installed OpenSSL 0.9.8k without any difficulty. When I tried to install OpenSSH, however, I got this message: checking OpenSSL header version... 9080bf (OpenSSL 0.9.8k 25 Mar 2009) checking OpenSSL library version... 90701f (OpenSSL 0.9.7a Feb 19 2003) checking whether
2005 Feb 23
0
Configure Problems with OpenSSH AIX 5.2 and openssl-devel-0.9.6m-1
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 On Configure I've the following Error: ./configure --with-ssl-dir=/usr/local/ssl/include/openssl/ --sysconfdir=/etc/ssh --with-zlib=/usr/local checking OpenSSL header version... not found configure: error: OpenSSL version header not found. ./contrib/findssl.sh Searching for OpenSSL header files. 0x009060dfL