Re: [openssl-users] Is there any C code that implements SM2 algorithm separately?

2018-11-08 Thread Paul Yang
No, OpenSSL doesn't provide such stuff... > On Nov 9, 2018, at 09:50, 朱明哲 wrote: > > Hi all, > > Is there any C code that implements SM2 algorithm separately, which means is > there a version in C language that is implemented independently of the > existing library of openssl? > Thanks a

[openssl-users] Is there any C code that implements SM2 algorithm separately?

2018-11-08 Thread 朱明哲
Hi all, Is there any C code that implements SM2 algorithm separately, which means is there a version in C language that is implemented independently of the existing library of openssl? Thanks a lot. Best Wishes. -- ___ 朱明哲 电子邮箱:zhumz...@163.com

Re: [openssl-users] updating openssl

2018-11-08 Thread Jakob Bohm via openssl-users
On Debian systems, the standard procedure on Debian is to build your private/different versions of openssl (or anything else) in /usr/local, while leaving the Debain modified OpenSSL in /usr . This should keep your own code and Debian code out of each others way. Any programs you need to use

Re: [openssl-users] updating openssl

2018-11-08 Thread Kyle Hamilton
Generally, you don't want to replace any system-provided version of OpenSSL with a different version that has a different ABI. The way you've done so (without deleting the libraries from the older version) is safe, but don't remove the system package of openssl-1.0.2. Other packages may link to

[openssl-users] [ANN] M2Crypto 0.31.0 ... plenty of bugfixes (and support for OpenSSL 1.1.1)

2018-11-08 Thread Matěj Cepl
Hi, everybody, there is a new release of M2Crypto, most complete Python bindings for OpenSSL (from 1.0.1e to 1.1.1), supporting both Python 2 (2.6 and 2.7) and Python 3 (from 3.4 upwards). This is mostly bugfix release, including: - support for OpenSSL 1.1.1 - Fixes for Windows builds -

Re: [openssl-users] updating openssl

2018-11-08 Thread Paul
Thank you for the quick response On Tue, Nov 6, 2018 at 4:42 PM Wim Lewis wrote: > > On 6. nóv. 2018, at 2:02 e.h., Paul wrote: > > I configured Openvpn server on ubuntu 16.04 and ubuntu was using a old > version of openssl 1.0.2 and I was updating openssl to v1.1.1 > > Now I've installed the

Re: [openssl-users] x509 manual

2018-11-08 Thread Dmitry Belyavsky
On Thu, Nov 8, 2018 at 4:02 PM Matt Caswell wrote: > > > On 08/11/2018 12:44, Dmitry Belyavsky wrote: > > Hello, > > > > can anybody clarify what for the abbreviations AVA and RDN stand for? > > RDN == Relative Distinguised Name > AVA == Attribute Value Assertion > > An RDN consists of an

Re: [openssl-users] OpenSSL 1.0.2: CVE-2018-5407 PortSmash

2018-11-08 Thread Misaki Miyashita
Thanks for the info and the fix, BBB. Regards, -- misaki On 11/8/2018 6:26 AM, Billy Brumley wrote: Howdy, According to the following website: https://www.openwall.com/lists/oss-security/2018/11/01/4 OpenSSL <= 1.1.0h is affected. Does that mean the problem also exist in the OpenSSL

Re: [openssl-users] x509 manual

2018-11-08 Thread Matt Caswell
On 08/11/2018 12:44, Dmitry Belyavsky wrote: > Hello, > > can anybody clarify what for the abbreviations AVA and RDN stand for? RDN == Relative Distinguised Name AVA == Attribute Value Assertion An RDN consists of an unordered set of AVAs (but most frequently an RDN is made up of exactly one

[openssl-users] x509 manual

2018-11-08 Thread Dmitry Belyavsky
Hello, can anybody clarify what for the abbreviations AVA and RDN stand for? sep_comma_plus, sep_comma_plus_space, sep_semi_plus_space, sep_multiline These options determine the field separators. The first character is between RDNs and the second between multiple AVAs (multiple AVAs

Re: [openssl-users] OpenSSL 1.0.2: CVE-2018-5407 PortSmash

2018-11-08 Thread Billy Brumley
Howdy, > According to the following website: > https://www.openwall.com/lists/oss-security/2018/11/01/4 > > OpenSSL <= 1.1.0h is affected. > Does that mean the problem also exist in the OpenSSL 1.0.2 release? Yes, it does. Pending review: https://github.com/openssl/openssl/pull/7593 BBB

Re: [openssl-users] Add OpenSSL-support to a project

2018-11-08 Thread Jan Just Keijser
On 05/11/18 23:58, Thomas Schmiedl wrote: Hello, I use xupnpd2-mediaserver (http://xupnpd.org/xupnpd2_en.html) on my router to display HLS-streams on my TV. Some HLS-streams require a https-connection. I contacted the xupnpd2-author several times but I didn't get a reply. Since some days, he