Re: [xmlsec] Win32

2007-12-19 Thread Aleksey Sanin

You might want to ask these questions in the php-xmlsec
forum/mailing list.

Aleksey


ramon cristiano wrote:

How do I install the php the xmlsec, using win32?


Abra sua conta no Yahoo! Mail 
, 
o único sem limite de espaço para armazenamento!





___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec

___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec


Re: [xmlsec] Win32 msvc build warnings

2016-12-01 Thread Aleksey Sanin
Please send a pull request in github!

Aleksey

On 12/1/16 5:09 AM, Ranier VF wrote:
> Hi,
> Is possible make small changes?
> 
> 1. win32\makefile.msvc
> Change /OPT:NOWIN98 to /RELEASE
> Recent msvc compilers deprecated "NOWIN98" and generate error.
> 
> 2. include\xmltree.h (line 53)
> XMLSEC_EXPORT xmlNodePtrxmlSecEnsureEmptyChild  (xmlNodePtr parent,
>  const xmlChar *name,
>  const xmlChar *ns);
> to
> XMLSEC_EXPORT xmlNodePtrxmlSecEnsureEmptyChild  (const xmlNodePtr 
> parent,
>  const xmlChar *name,
>  const xmlChar *ns);
> 
> to fix:
> ..\src\xmltree.c(312) : warning C4028: formal parameter 1 different from 
> declaration
> 
> 3. unreachable code with MSVC WIN32 defines?
> c:\dll\xmlsec-1.2.23\src\openssl\evp_signatures.c(145) : warning C4702: 
> unreachable code
> c:\dll\xmlsec-1.2.23\src\openssl\signatures.c(180) : warning C4702: 
> unreachable code
> c:\dll\xmlsec-1.2.23\src\openssl\hmac.c(176) : warning C4702: unreachable code
> c:\dll\xmlsec-1.2.23\src\openssl\digests.c(135) : warning C4702: unreachable 
> code
> 
> Best regards,
> 
> Ranier Vilela
> ___
> xmlsec mailing list
> xmlsec@aleksey.com
> http://www.aleksey.com/mailman/listinfo/xmlsec
> 
___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec


Re: [xmlsec] Win32 msvc build warnings

2016-12-03 Thread iso8583
Hi,

FWIW, no such errors on my side (building master GitHub repo, VS 2013, Windows 
7 64).

Regards,

Michel.

-Message d'origine-
De : xmlsec [mailto:xmlsec-boun...@aleksey.com] De la part de Aleksey Sanin
Envoyé : jeudi 1 décembre 2016 16:42
À : Ranier VF; xmlsec@aleksey.com
Objet : Re: [xmlsec] Win32 msvc build warnings

Please send a pull request in github!

Aleksey

On 12/1/16 5:09 AM, Ranier VF wrote:
> Hi,
> Is possible make small changes?
> 
> 1. win32\makefile.msvc
> Change /OPT:NOWIN98 to /RELEASE
> Recent msvc compilers deprecated "NOWIN98" and generate error.
> 
> 2. include\xmltree.h (line 53)
> XMLSEC_EXPORT xmlNodePtrxmlSecEnsureEmptyChild  (xmlNodePtr parent,
>  const xmlChar *name,
>  const xmlChar 
> *ns); to
> XMLSEC_EXPORT xmlNodePtrxmlSecEnsureEmptyChild  (const xmlNodePtr 
> parent,
>  const xmlChar *name,
>  const xmlChar 
> *ns);
> 
> to fix:
> ..\src\xmltree.c(312) : warning C4028: formal parameter 1 different 
> from declaration
> 
> 3. unreachable code with MSVC WIN32 defines?
> c:\dll\xmlsec-1.2.23\src\openssl\evp_signatures.c(145) : warning 
> C4702: unreachable code
> c:\dll\xmlsec-1.2.23\src\openssl\signatures.c(180) : warning C4702: 
> unreachable code
> c:\dll\xmlsec-1.2.23\src\openssl\hmac.c(176) : warning C4702: 
> unreachable code
> c:\dll\xmlsec-1.2.23\src\openssl\digests.c(135) : warning C4702: 
> unreachable code
> 
> Best regards,
> 
> Ranier Vilela
> ___
> xmlsec mailing list
> xmlsec@aleksey.com
> http://www.aleksey.com/mailman/listinfo/xmlsec
> 
___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec

___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec


Re: [xmlsec] Win32 rsa encryption with Aes192 session key crashes

2005-07-20 Thread Aleksey Sanin

Can you provide a stack trace and instructions on how
to run your program, please?

Aleksey





___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec