Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asn1object: improve error message to include returned value | tb | 2025-02-26 | 1 | -2/+2 |
| | | | | From Kenjiro Nakayama | ||||
* | asn1object: zap trailing whitespace | tb | 2024-05-29 | 1 | -3/+3 |
| | |||||
* | Make it possible for the large OID test to fail | tb | 2024-05-29 | 1 | -3/+3 |
| | | | | | | failed was set to 0 at the top of the function, so failure and success were indistinguishable. Move failed = 0 to the end so it can actually fail. | ||||
* | Add regress coverage for some corner cases of i2d_ASN1_OBJECT() | tb | 2024-05-29 | 1 | -1/+40 |
| | |||||
* | Add regress coverage for i2d_ASN1_OBJECT() fixes | tb | 2024-05-29 | 1 | -3/+27 |
| | |||||
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names used for internal headers. Move all these headers we inherited from OpenSSL to *_local.h, reserving the name *_internal.h for our own code. Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h. constant_time_locl.h is moved to constant_time.h since it's special. Adjust all .c files in libcrypto, libssl and regress. The diff is mechanical with the exception of tls13_quic.c, where #include <ssl_locl.h> was fixed manually. discussed with jsing, no objection bcook | ||||
* | Convert from %i to %d | tb | 2022-09-05 | 1 | -2/+2 |
| | |||||
* | Fix format string: use %zu for size_t, not %lu. | tb | 2022-06-22 | 1 | -3/+3 |
| | |||||
* | Tweak regress in such a way that it would have caught the bug in | tb | 2022-05-13 | 1 | -1/+6 |
| | | | | | | d2i_ASN1_OBJECT() fixed in a_object.c r1.48. from jsing | ||||
* | Revise regress for ascii/text to ASN.1 object conversion rewrite. | jsing | 2022-03-19 | 1 | -58/+10 |
| | |||||
* | Add another invalid separator test case. | jsing | 2022-03-19 | 1 | -1/+5 |
| | |||||
* | Check BIO_reset() return value to make gcc happy. | tb | 2022-03-15 | 1 | -2/+5 |
| | |||||
* | Add test coverage for i2a_ASN1_OBJECT() | jsing | 2022-03-05 | 1 | -3/+39 |
| | |||||
* | Provide additional ASN1_OBJECT test coverage. | jsing | 2022-03-02 | 1 | -16/+114 |
| | |||||
* | Add regress coverage for ASN1_OBJECT public interfaces. | jsing | 2022-02-26 | 1 | -0/+397 |