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
>
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
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
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
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/
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