Files
wolfssl/tests
John Safranek 9c1049f112 Compatibility Layer
1. Changed the ASN1_OBJECT member of the X509_NAME_ENTRY to be a pointer
   rather than an object. It could lead to a double free on the name
   entry.
2. The ASN1_OBJECT allocator should set the dynamic flag, as the
   deallocator is the one that uses it.
3. General changes to treat the member as a pointer rather than a
   member.
4. In the api test, we were iterating over the name members in the name
   checking the NIDs. After the loop we freed the name member object.
   This led to a double free error.
2020-10-25 14:38:07 -07:00
..
2020-10-25 14:38:07 -07:00
2020-06-12 11:36:43 +02:00
2020-06-12 11:36:43 +02:00
2019-11-18 13:31:15 -08:00
2020-07-20 15:03:48 -07:00
2020-07-20 15:03:48 -07:00
2020-01-03 15:06:03 -08:00
2020-02-18 21:37:06 +01:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md