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