SHA256
1
0
forked from pool/ell

Accepting request 862120 from home:maciek_borzecki:branches:devel:libraries:c_c++

- Update to release 0.36
  * Fix issue with strict netlink attribute validation.
  * Fix issue with DUID generation for DHCPv6.
  * Add support for Address Conflict Detection.
  * Add support for PKCS#12 algorithms handling.
  * Add support for PKCS#12 key derivation algorithm.
  * Add support for RC2 and ARC4 cipher suites.

OBS-URL: https://build.opensuse.org/request/show/862120
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ell?expand=0&rev=41
This commit is contained in:
2021-01-10 15:04:12 +00:00
committed by Git OBS Bridge
parent a421d2db0a
commit 3670386468
6 changed files with 32 additions and 21 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 10 13:48:39 UTC 2021 - Maciej Borzecki <maciek.borzecki@gmail.com>
- Update to release 0.36
* Fix issue with strict netlink attribute validation.
* Fix issue with DUID generation for DHCPv6.
* Add support for Address Conflict Detection.
* Add support for PKCS#12 algorithms handling.
* Add support for PKCS#12 key derivation algorithm.
* Add support for RC2 and ARC4 cipher suites.
-------------------------------------------------------------------
Wed Dec 23 18:35:10 UTC 2020 - Jan Engelhardt <jengelh@inai.de>