Age | Commit message (Expand) | Author |
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 |
2016-12-30 | Place ASN_ITEM_{ptr,rptr,ref} and DECLARE_ASN1_ITEM under #ifndef | Joel Sing |
2016-12-27 | Place the DECLARE_ASN1_* macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2016-12-27 | Use correct version of previous macro expansion. | Joel Sing |
2016-12-27 | Expand DECLARE_ASN1_FUNCTIONS_{fname,name} macros - no change to | Joel Sing |
2016-12-27 | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | Joel Sing |
2016-12-27 | Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output. | Joel Sing |
2016-12-27 | Expand DECLARE_ASN1_* macros. No change in preprocessor output, excluding | Joel Sing |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2015-10-13 | Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-10-08 | Rip the guts out of another gibbering horror of a time comparison function, and | Bob Beck |
2015-10-08 | revert previous accidental commit | Bob Beck |
2015-10-08 | Spelling in comment | Bob Beck |
2015-09-30 | Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | Bob Beck |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |