build error with openssl-1.1.1b on solaris sparc 32 bit (solaris-sparcv9-gcc)

2019-03-13 Thread Parth Patel
Hi, Trying to build openssl-1.1.1b on solaris sparc 32 bit machine. Getting some error with respect to "file format not recognized" -lsocket -lnsl -ldl -pthread /v/toolchain/SunOS-5.10-sparc/binutils-2.30/bin/gld:libcrypto.map: file format not recognized; treating as linker script

How can I make openssl doesn't add a signed attribute "signingTime" when I sign a cms/cades singnature?

2019-03-13 Thread shiyao_...@foxitsoftware.cn
Hello everyone, I am working on a project about how to use openssl libs to implement a PAdES(whitch is based on CAdES) signature because I saw that the master branch of openssl has supported CAdES-BES signature. But now there is a problem I don't know how to solve it. So I am asking for

Re: build error with openssl-1.1.1b on solaris sparc 32 bit (solaris-sparcv9-gcc)

2019-03-13 Thread Richard Levitte
You might want to show the whole command line that caused this error, and it would help if we could have a look at the libcrypto.map you got. To be more effective, it might be a good idea to create an issue for this on github: https://github.com/openssl/openssl/issues/new/choose Cheers, Richard

Developers, a small request

2019-03-13 Thread Salz, Rich via openssl-users
It would be really good if code being merged to master had --strict-warnings and the mdebug backtrace stuff turned on. In the past few days there have been a flurry of checkins that these flags would have caught. Well, flurry is admittedly too strong. …

Re: Developers, a small request

2019-03-13 Thread Richard Levitte
On Wed, 13 Mar 2019 17:56:16 +0100, Salz, Rich via openssl-users wrote: > It would be really good if code being merged to master had --strict-warnings > and the mdebug > backtrace stuff turned on. In the past few days there have been a flurry of > checkins that these > flags would have caught.