Age | Commit message (Expand) | Author |
2024-04-10 | Hide a couple of LCRYPTO_UNUSED in asn1.h | Bob Beck |
2024-03-02 | Remove beck's ASN.1 time API from public visibility | Theo Buehler |
2024-03-02 | Remove ASN1_PCTX nonsense | Theo Buehler |
2024-03-02 | Make ASN1_add_oid_module internal | Theo Buehler |
2024-03-02 | Remove unused M_ASN1_* macros | Theo Buehler |
2024-03-02 | Remove unused, incomplete ub_* macros | Theo Buehler |
2024-03-02 | Remove DECLARE_STACK_OF(ASN1_STRING_TABLE) | Theo Buehler |
2024-03-02 | Remove ASN1_STRING_TABLE_{add,cleanup} | Theo Buehler |
2024-03-02 | const correct ASN1_STRING_TABLE_get() | Theo Buehler |
2024-02-18 | Add posix_time.h from BoringSSL | Theo Buehler |
2023-12-16 | asn1.h: mark a type and a bunch of macros for removal | Theo Buehler |
2023-11-13 | Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public | Bob Beck |
2023-07-28 | Remove more ASN1_BIT_STRING API | Theo Buehler |
2023-07-28 | Remove ASN1_BIT_STRING_check | Theo Buehler |
2023-07-28 | Remove ASN1_bn_print() and ASN1_buf_print() | Theo Buehler |
2023-07-28 | Make ASN.1 BIO internal | Theo Buehler |
2023-04-25 | Move low level BIO_new_NDEF API to internal-only | Theo Buehler |
2023-04-24 | Mark the NDEF API for removal | Theo Buehler |
2023-04-18 | Bring includes into canonical order | Theo Buehler |
2023-04-18 | Move some includes out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2022-11-13 | Expose ASN1_buf_print() in asn1.h | Theo Buehler |
2022-11-10 | Port ASN1_buf_print() from OpenSSL 1.1. | Joel Sing |
2022-09-11 | Remove c2i_* and i2c_* from public visibility | Theo Buehler |
2022-08-29 | Provide ASN1_R_TYPE_NOT_PRIMITIVE. | Joel Sing |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-07-07 | Expose new API in headers. | Theo Buehler |
2022-07-04 | The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x) | Theo Buehler |
2022-06-27 | Add new time manipulation funcitons that OpenSSL has exposed that | Bob Beck |
2022-06-25 | Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}() | Joel Sing |
2022-06-25 | Rewrite ASN1_INTEGER_{get,set}() using CBS/CBB | Joel Sing |
2022-01-14 | Move ASN1_BOOLEAN to internal only. | Theo Buehler |
2022-01-14 | Remove obsolete key formats | Theo Buehler |
2022-01-14 | Remove ASN1_OBJECT internals from public visibility. | Theo Buehler |
2022-01-14 | Remove ASN1{_const,}_check_infinite_end | Theo Buehler |
2022-01-14 | Remove ASN1{,_const}_CTX | Theo Buehler |
2021-11-18 | Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrapping | Theo Buehler |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-27 | Add ASN1_TIME_diff from OpenSSL. | Bob Beck |
2020-12-08 | Fix a NULL dereference in GENERAL_NAME_cmp() | Theo Buehler |
2018-11-30 | Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms. | Jeremy Evans |
2018-11-09 | Add const to the data argument of ASN1_set{,_int}_octetstring(). | Theo Buehler |
2018-11-08 | Remove some function prototypes that should have been removed in the | Joel Sing |
2018-10-24 | Remove a bunch of ancient and highly crufty ASN.1 related code from | Joel Sing |
2018-05-19 | The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const. | Theo Buehler |
2018-05-01 | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | Theo Buehler |
2018-04-25 | remove whitespace before closing parens | Theo Buehler |
2018-04-25 | Add const to functions in asn1/asn1.h as they did in OpenSSL. | Theo Buehler |
2018-03-29 | Limit ASN.1 constructed types recursive definition depth | Kinichiro Inoguchi |
2018-02-14 | Provide ASN1_STRING_get0_data(). | Joel Sing |
2017-05-06 | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | Bob Beck |