Re: SSL (or alike) over UDP

2005-01-14 Thread Peter 'Luna'; Runestig
On Fri, 14 Jan 2005 21:10 pm, Eduardo Pérez wrote: > Do you know if it's possible to use SSL (or some other protocol) over > UDP running totally in user space. The OpenVPN project <http://openvpn.net/> runs OpenSSL over UDP, works great. -- Peter 'Luna' Runestig (f

Re: In custom RSA_METHOD, rsa_priv_enc() is enough?

2004-10-08 Thread Peter &#x27;Luna'; Runestig
Hi Geoff, and thanks for your reply! On 2004-10-07 06:09, Geoff Thorpe wrote: > Hi Peter, > > On October 5, 2004 12:38 pm, Peter 'Luna' Runestig wrote: >> I've managed to hack together a custom RSA_METHOD, based on Microsoft >> CryptoAPI (on Windows XP in my

In custom RSA_METHOD, rsa_priv_enc() is enough?

2004-10-05 Thread Peter &#x27;Luna'; Runestig
RSA_new_method() isn't called with a RSA_METHOD*, but with an ENGINE*. Confusing? TIA, - Peter -- Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13 AOL Instant Messenger Scr

Re: Creating html from pod files on Windows

2004-09-26 Thread Peter &#x27;Luna'; Runestig
DS:.pod=.html) +EOF +$defs.="PODS="; +foreach (glob("doc\\apps\\*.pod")) { $defs.="$_ "; } +foreach (glob("doc\\crypto\\*.pod")) { $defs.="$_ "; } +foreach (glob("doc\\ssl\\*.pod")) { $defs.="$_ "; } +$defs.=&

Win32: Windows Installer MSI package creation code

2003-10-14 Thread Peter &#x27;Luna'; Runestig
: ftp://ftp.runestig.com/pub/openssl-win32/openssl-0.9.7c-pr1.msi http://www.runestig.com/pub/openssl-win32/openssl-0.9.7c-pr1.msi Cheers, - Peter -- Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B

Re: I just want the binaries for W2K

2002-12-13 Thread Peter &#x27;Luna'; Runestig
, - Peter -- Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13 AOL Instant Messenger Screen name: PRunestig

Re: I just want the binaries for W2K

2002-12-13 Thread Peter &#x27;Luna'; Runestig
these packages: http://marc.theaimsgroup.com/?l=openssl-dev&m=103210259026139&w=2 Cheers, - Peter -- Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13 AOL Instant Mes

Re: (forgot to add subj. last time) SSL Telnet servers

2002-07-02 Thread Peter &#x27;Luna'; Runestig
xed now, so please try again! Cheers, - Peter -------- Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13 AOL I

Re: proftpd and openssl

2002-06-20 Thread Peter &#x27;Luna'; Runestig
ine", since this is way off topic to this list. Happy Midsummer, - Peter -------- Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA C

Re: Compiled Win32 version

2001-10-17 Thread Peter &#x27;Luna'; Runestig
LaDon StationeryMaybe something here will do: ftp://ftp.runestig.com/pub/openssl-win32/ __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Aut

Q about encrypted private keys

2001-01-12 Thread Peter &#x27;Luna'; Runestig
Hi all! Suppose you have an encrypted private key in a file. Does OpenSSL provide any ways to handle that key _without_ decrypting it? I want to read the raw key data, store it somewhere and then, later, use it and _then_ ask the user for the password to decrypt. TIA, Peter -- Peter '

Re: OpenSSL & imaps/pop3s

2001-01-11 Thread Peter &#x27;Luna'; Runestig
From: "Auteria Wally Winzer Jr." <[EMAIL PROTECTED]>: > At this point I'm stuck. Here are my questions: > > 1. Am I supposed to import the imapd.pem and ipop3d.pem >onto every clients workstation (Netscape and IE)? Either that, or get certificates signed by a "proper" CA. You can be your own

How to extract "conf string" from extention?

2000-12-29 Thread Peter &#x27;Luna'; Runestig
ntion ("CA:TRUE,pathlen:10" in this case)? TIA, Peter -- Peter "Luna" Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13 Gubben Movitz ler och nickar, / men från Charons mörka sund dödens

Re: is pgp the devil?

2000-10-05 Thread Peter &#x27;Luna'; Runestig
port OpenSSL certificates in .pem format, but if I wanted both cert and private key, I had to have it in .p12 format. -- Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13 AOL Instant Mes

ANNOUNCE: SSL/TLS ftp, take II

2000-07-26 Thread Peter &#x27;Luna'; Runestig
present in the file, the user is logged right in. The client is based on the ftp client code in OpenBSD 2.7 <http://www.openbsd.org/>. Tested on Linux and OpenBSD, test reports on other systems welcome! Available at: ftp://ftp.runestig.com/pub/ftp-tls/ Cheers, Peter -- Peter "Luna&q

Re: Sign.sh on win32

2000-06-08 Thread Peter &#x27;Luna'; Runestig
invalid security certificate. Anybody > have a fix? Help. Please The crt file contains both some clear text info about the cert and the -BEGIN/END CERTIFICATE- wrapped pem encoded part. Open the file in a text editor and put the pem encoded part first, and you'll be fine. -

Re: bloody ie4

2000-03-07 Thread Peter &#x27;Luna'; Runestig
plorer cannot open the Internet site https://www.foo.com > > An error occurred in the secure channel support Have you tried running the command "regsvr32 rsabase.dll"? That often cures that error. -- Peter "Luna" Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]&g

Bug report with patch

1999-12-18 Thread Peter &#x27;Luna'; Runestig
IFY_PEER) || ((s->session->peer != NULL) && (s->verify_mode & SSL_VERIFY_CLIENT_ONCE))) { Cheers, - Peter -------- Peter

RE: Again: Win32 versions?

1999-11-25 Thread Peter &#x27;Luna'; Runestig
Try these (I though you'd got a lot of replies the last time :-): ftp://ftp.runestig.com/pub/openssl-0.9.4-bin.zip One issue: openssl.exe may look for openssl.cnf in the default _unix_ location, specify the right place with the -config option. Cheers, Peter

Announce: STARTTLS telnet/telnetd patch

1999-11-07 Thread Peter &#x27;Luna'; Runestig
tched tarballs, recently with the unused files from the whole inetutils-1.3.2 package removed. Cheers, - Peter Peter "Luna" Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]> PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48

How to use the CRL and the REVOKED functions?

1999-11-03 Thread Peter &#x27;Luna'; Runestig
Hi all, I need to support the use of CRLs in a server application, but I have trouble finding some good docs and/or examples. Do anyone have any hints for me? TIA, - Peter __ OpenSSL Project ht

Bug? Server app with TLSv1...method crashes when accessed by SSLv3...method client

1999-10-07 Thread Peter &#x27;Luna'; Runestig
Hi all, I know this is a thin report, but I'll give it a try anyway. I'm working on a telnetd patch for the IETF draft STARTTLS spec using openssl. If I set up openssl on the telnetd server with: ctx = SSL_CTX_new(TLSv1_server_method()); or ctx = SSL_CTX_new(TLSv1_method()); and then access thi