Age | Commit message (Expand) | Author |
2021-07-29 | Update copyright year | Matt Caswell |
2021-07-10 | Fix test/asn1_encode_test.c to handle encoding/decoding failure | Richard Levitte |
2021-07-10 | Fix test/asn1_encode_test.c to not use ASN1_FBOOLEAN | Richard Levitte |
2020-12-08 | Add a test for encoding/decoding using an invalid ASN.1 Template | Matt Caswell |
2019-11-07 | Update source files for deprecation at 3.0 | Richard Levitte |
2019-03-11 | fix truncation of integers on 32bit AIX | Shane Lontis |
2018-12-06 | Following the license change, modify the boilerplates in test/ | Richard Levitte |
2018-12-06 | Refactor the computation of API version limits | Richard Levitte |
2018-12-06 | Switch future deprecation version from 1.2.0 to 3.0 | Richard Levitte |
2018-02-27 | Update copyright year | Matt Caswell |
2018-02-21 | Use malloc to avoid alignment problems. | Viktor Dukhovni |
2017-11-13 | Resolve warnings in VC-WIN32 build, which allows to add /WX. | Andy Polyakov |
2017-08-12 | Fix some typo and comments | FdaSilvaYY |
2017-07-27 | Update the test framework so that the need for test_main is removed. Everything | Pauli |
2017-06-22 | TAP line filter BIO. | Pauli |
2017-06-19 | Put error output back. | Pauli |
2017-06-19 | Update tests to avoid printf to stdout/stderr when running as test cases. | Pauli |
2017-04-30 | test/asn1_encode_test.c: test "next negative minimum" corner case. | Andy Polyakov |
2017-04-24 | Adapt all test programs | Richard Levitte |
2017-04-13 | ASN.1: adapt our use of INTxx et al by making them explicitely embedded | Richard Levitte |
2017-04-12 | Test printing of ASN.1 types INTxx et al | Richard Levitte |
2017-04-12 | Add tests of custom negative 1 | Richard Levitte |
2017-04-12 | Fix definition of i2d_fn in asn1_encode_test.c | Richard Levitte |
2017-04-12 | In asn1_encode_test.c, add custom DER encoding checks | Richard Levitte |
2017-04-11 | Fix int64 test of t_4bytes_4_neg | Richard Levitte |
2017-04-11 | Reject decoding of an INT64 with a value >INT64_MAX | Matt Caswell |
2017-04-10 | Act on deprecation of LONG and ZLONG, step 1 | Richard Levitte |
2017-04-10 | Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants | Richard Levitte |
2017-04-05 | Fix test/asn1_encode_test.c, ASN1_LONG_DATA used inappropriately | Richard Levitte |
2017-04-04 | Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64 | Richard Levitte |