Re[2]: [xmlsec] Verify signature after certificate expired

2002-10-10 Thread Roman Bouchner
The main problem as I understand is to have sign date which I can trust. For example if you try to sign exe file in Windows, you have to add datetime stamp from datetime cert authority. Then the code is valid after certificate expire. It could be very useful when I use function

Re: [xmlsec] Verify signature after certificate expired

2002-10-10 Thread Aleksey Sanin
__FUNCTION__ is defined *only* inside function. According to C99 spec it has no defined in the global scope (outside any function). Aleksey Moultrie, Ferrell (ISSAtlanta) wrote: Igor/Aleksey: I just tried the change below and it works with MSVC 6.0 SP4. Thanks for explaining what that