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