[openssl-dev] [GitHub PR] RFC 7714 DTLS-SRTP profiles

2016-01-02 Thread Dmitry Sobinov
Hi, I’ve created a pull request with simple changes to support two new AEAD profiles for DTLS-SRTP. https://github.com/openssl/openssl/pull/521 Regards, Dmitry Sobinov___ openssl-dev mailing list To

[openssl-dev] [openssl.org #4213] Error defining ciphersuite 0x0300ff87

2016-01-02 Thread Dmitry Belyavsky via RT
Hello, I've found I made a typo introducing the GOST ciphersuite 0x0300ff87. It's a ciphersuite with NULL encryption and so it is rarely used, that's why I did not catch this mistake during the testing. This specification requires using the "stream MAC" mode for this ciphersuite. The patch is

Re: [openssl-dev] [openssl.org #4194] engine command regression in 1.1

2016-01-02 Thread Roumen Petrov via RT
Rich Salz via RT wrote: > [SNIP] > out = dup_bio_out(FORMAT_TEXT); > - prog = opt_init(argc, argv, engine_options); > if (!engines || !pre_cmds || !post_cmds) > goto end; > + while ((argv1 = argv[1]) != NULL && *argv1 != '-') { > + sk_OPENSSL_STRING_push(engines, *argv1); > + argc--; > + argv++; >

[openssl-dev] i2c_ASN1_INTEGER not exposed in github master

2016-01-02 Thread Douglas E Engert
In OpenSSL-1.0.2 opensssl/asn1.h defines both i2c_ASN1_INTEGER and i2c_ASN1_BIT_STRING These are not in development version in github. Was this intentional? -- Douglas E. Engert ___ openssl-dev mailing list To unsubscribe:

[openssl-dev] [openssl.org #4214] [GitHub PR] RFC 7714 DTLS-SRTP profiles

2016-01-02 Thread Dmitry Sobinov via RT
Hi, I’ve created a pull request with simple changes to support two new AEAD profiles for DTLS-SRTP. https://github.com/openssl/openssl/pull/521 Regards, Dmitry Sobinov ___ openssl-bugs-mod mailing list

Re: [openssl-dev] [openssl.org #4194] engine command regression in 1.1

2016-01-02 Thread Salz, Rich via RT
Please see this: https://github.com/openssl/openssl/compare/master...richsalz:rt4194?expand=1 ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev