Commit 227b9445 authored by Lev Walkin's avatar Lev Walkin

changelog order fix

parent d1c28aa8
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
NOTABLE: NOTABLE:
* converter-sample.c renamed into converter-example.c. * converter-sample.c renamed into converter-example.c.
* OBJECT IDENTIFIER and RELATIVE-OID API simplified. * asn1c -no-gen-example option to disable converter-example generation.
* Added random value generation (-R option to converter-example). * Added random value generation (-R option to converter-example).
* Added LibFuzzer-based randomized tests for supported transfer syntaxes * Added LibFuzzer-based randomized tests for supported transfer syntaxes
(DER, OER, UPER, XER) into tests/tests-randomized. See the following (DER, OER, UPER, XER) into tests/tests-randomized. See the following
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
https://medium.com/@levwalkin/compile-llvm-clang-libfuzzer-b61e82718430 https://medium.com/@levwalkin/compile-llvm-clang-libfuzzer-b61e82718430
then ensure the new clang is in the way: then ensure the new clang is in the way:
CC=clang CXX=clang++ ./configure --enable-Werror --enable-test-fuzzer CC=clang CXX=clang++ ./configure --enable-Werror --enable-test-fuzzer
* OBJECT IDENTIFIER and RELATIVE-OID API simplified.
* uper_encode() API got new argument (breaks API compatibility). * uper_encode() API got new argument (breaks API compatibility).
* asn1c -gen-XXX flags are deprecated. Use -no-gen-XXX to disable codecs. * asn1c -gen-XXX flags are deprecated. Use -no-gen-XXX to disable codecs.
* asn1c -no-gen-example option to disable converter-example generation.
FIXES: FIXES:
* CVE-2017-12966 verified not present. * CVE-2017-12966 verified not present.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment