Re: Plugin own crypto routines with ssl

2005-10-26 Thread Victor B. Wagner
On 2005.10.26 at 04:17:21 +0100, upinder singh wrote: > I have newly atrted working on the ssl.I do not know > much about the way it works and its design also.I want > to integrate my own crypto routines with the ssl. There is a lot of documentation bundled with OpenSSL. Just libcrypto documentat

[openssl.org #1229] kssl.c typo

2005-10-26 Thread Jason McIntyre via RT
--- ssl/kssl.c Mon Jun 27 22:20:50 2005 +++ ssl/kssl.c.new Tue Oct 25 16:53:59 2005 @@ -2127,7 +2127,7 @@ /* Replaces krb5_build_principal_ext(), with varargs length == 2 (svc, host), -** because I dont't know how to stub varargs. +** because I don't know how to stub varargs. ** Re

[openssl.org #1230] static(no-shared) build for VC-32 have wrong codegeneration option

2005-10-26 Thread Konstantin Sharenkov via RT
Hello. When I try to create static version of openssl I use nmake ms/nt.mak - as described in INSTALL.W32 but nt.mak contins line CFLAG= /MD /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE -DBN_A

Re: Please help me to update OpenSSL using CVS

2005-10-26 Thread Lukasz Klimek
Dnia 17-10-2005, pon o godzinie 00:10 +0800, Denis Andreevich napisał(a): > Hello all! Hi, [...] > How can I get latest version of OpenSSL by anonymous CVS access? My script: #! /bin/bash rsync -vrztp --delete rsync://dev.openssl.org/openssl-cvs/ ~/openssl/REPO cvs -d ~/openssl/REPO up ~/o

Re: Plugin own crypto routines with ssl

2005-10-26 Thread Lukasz Klimek
Dnia 26-10-2005, śro o godzinie 04:17 +0100, upinder singh napisał(a): > I have newly atrted working on the ssl.I do not know > much about the way it works and its design also.I want > to integrate my own crypto routines with the ssl. > > Someone please help me out Hi, I'm on the same situation

[PATCH] Fix build for AmigaOS 4

2005-10-26 Thread Johan Gill
Hi, this patch against the repository makes it possible to build openssl for AmigaOS 4 using a Linux cross-compiler. Please let me know if something is wrong. Configure: Add target amigaos-ppc e_os.h: Add stuff for OPENSSL_SYS_AMIGAOS e_os2.h: Define

Re: [openssl.org #1228] openssl/sha.h requires sys/types.h, but does not include it

2005-10-26 Thread Kurt Roeckx
On Tue, Oct 25, 2005 at 05:13:17PM +0200, Bruce Stephens via RT wrote: > > The following trivial C file fails to compile in 0.9.8a: > > #include I think the following files have that problem: md2.h md4.h md5.h ripemd.h sha.h They should all add an include to Kurt __

Plug-in own crypto routines with ssl

2005-10-26 Thread upinder singh
Dear Victor,   Firstly thank you for the help.   What I exactly want to do is this:-   1)I am working on the Openvpn solution which uses the openssl for its crypto part.   2) I have my own C implementation of the AES(rijndael) algo as also of the SHA-256 hash fn,UMAC,RSA and a PRBG to generate symm