Re: CMS/PKCS#7 encryption parameters

2013-09-08 Thread Dmitry Belyavsky
Greetings! On Sun, Sep 8, 2013 at 9:53 PM, Dr. Stephen Henson wrote: > On Wed, Aug 28, 2013, Dmitry Belyavsky wrote: > > > Greetings! > > > > The cipher algorithm GOST has a set of substitution blocks as parameters > of > > encryption/decryption. When we use the gost engine, we can specify the >

Re: CMS/PKCS#7 encryption parameters

2013-09-08 Thread Dr. Stephen Henson
On Wed, Aug 28, 2013, Dmitry Belyavsky wrote: > Greetings! > > The cipher algorithm GOST has a set of substitution blocks as parameters of > encryption/decryption. When we use the gost engine, we can specify the > preferred paramset via environment variable or using the default from > config file

Re: unable to find few definitions with Openssl1.0.1e version

2013-09-08 Thread Dr. Stephen Henson
On Mon, Sep 02, 2013, Elluru, Krishna wrote: > HI, > I am trying to compile aes ciphers alone to kernel of FREEBSD 8.1 version. I > am not able to find the definition of below symbols. Anyone faced this issue? > can u guide me to find the definition of these macros? > > ASN1_BOOLEAN_it > ASN1_O

[openssl.org #3123] [openssl.org ##2823] Bug: FTBFS compiling openssl 1.01c with musl libc

2013-09-08 Thread Kevin Bortis via RT
The attached patch fixes issues with musl libc on linux. musl does implement the POSIX 2008 standard termios.h on linux and does not include the non standard interface termio.h. The problem with dlinfo does no longer exists, since musl has implemented the required interface. This closes #2823 for

Re: [openssl] OpenSSL source code branch master updated. 5e3ff62c345c976cd1ffbcc5e6042f55264977f5

2013-09-08 Thread Ben Laurie
On 8 September 2013 13:35, Dr. Stephen Henson wrote: > > To enable it set the appropriate extension number (0x10 for the test > server) > using e.g. -DTLSEXT_TYPE_encrypt_then_mac=0x10 That's unfortunate, 16 is already allocated: http://www.iana.org/assignments/tls-extensiontype-values/

Bug: FTBFS compiling openssl 1.01c with musl libc

2013-09-08 Thread Kevin Bortis
The attached patch fixes issues with musl libc on linux. musl does implement the POSIX 2008 standard termios.h on linux and does not include the non standard interface termio.h. The problem with dlinfo does no longer exists, since musl has implemented the required interface. This closes #2823 for