summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide a couple of LCRYPTO_UNUSED in asn1.hbeck2024-04-101-7/+1
* Remove beck's ASN.1 time API from public visibilitytb2024-03-021-4/+1
* Remove ASN1_PCTX nonsensetb2024-03-021-13/+1
* Make ASN1_add_oid_module internaltb2024-03-021-3/+1
* Remove unused M_ASN1_* macrostb2024-03-021-14/+1
* Remove unused, incomplete ub_* macrostb2024-03-021-12/+1
* Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)tb2024-03-021-4/+1
* Remove ASN1_STRING_TABLE_{add,cleanup}tb2024-03-021-3/+1
* const correct ASN1_STRING_TABLE_get()tb2024-03-021-2/+2
* Add posix_time.h from BoringSSLtb2024-02-181-6/+1
* asn1.h: mark a type and a bunch of macros for removaltb2023-12-161-2/+3
* Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicbeck2023-11-131-1/+6
* Remove more ASN1_BIT_STRING APItb2023-07-281-9/+1
* Remove ASN1_BIT_STRING_checktb2023-07-281-3/+1
* Remove ASN1_bn_print() and ASN1_buf_print()tb2023-07-281-4/+1
* Make ASN.1 BIO internaltb2023-07-281-3/+1
* Move low level BIO_new_NDEF API to internal-onlytb2023-04-251-17/+1
* Mark the NDEF API for removaltb2023-04-241-1/+6
* Bring includes into canonical ordertb2023-04-181-2/+2
* Move some includes out of OPENSSL_NO_DEPRECATEDtb2023-04-181-3/+1
* Expose ASN1_buf_print() in asn1.htb2022-11-131-3/+1
* Port ASN1_buf_print() from OpenSSL 1.1.jsing2022-11-101-1/+4
* Remove c2i_* and i2c_* from public visibilitytb2022-09-111-9/+1
* Provide ASN1_R_TYPE_NOT_PRIMITIVE.jsing2022-08-291-1/+2
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
* Expose new API in headers.tb2022-07-071-7/+1
* The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x)tb2022-07-041-2/+2
* Add new time manipulation funcitons that OpenSSL has exposed thatbeck2022-06-271-1/+8
* Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()jsing2022-06-251-1/+5
* Rewrite ASN1_INTEGER_{get,set}() using CBS/CBBjsing2022-06-251-2/+11
* Move ASN1_BOOLEAN to internal only.tb2022-01-141-4/+1
* Remove obsolete key formatstb2022-01-141-14/+1
* Remove ASN1_OBJECT internals from public visibility.tb2022-01-141-15/+1
* Remove ASN1{_const,}_check_infinite_endtb2022-01-141-3/+1
* Remove ASN1{,_const}_CTXtb2022-01-141-35/+1
* Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrappingtb2021-11-181-1/+3
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-3/+1
* Add ASN1_TIME_diff from OpenSSL.beck2021-10-271-1/+6
* Fix a NULL dereference in GENERAL_NAME_cmp()tb2020-12-081-1/+2
* Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.jeremy2018-11-301-1/+7
* Add const to the data argument of ASN1_set{,_int}_octetstring().tb2018-11-091-3/+3
* Remove some function prototypes that should have been removed in thejsing2018-11-081-10/+2
* Remove a bunch of ancient and highly crufty ASN.1 related code fromjsing2018-10-241-218/+15
* The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const.tb2018-05-191-2/+2
* const for BIO_{new,set}() and most of the BIO_{f,s}_*() family oftb2018-05-011-2/+2
* remove whitespace before closing parenstb2018-04-251-5/+5
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-36/+38
* Limit ASN.1 constructed types recursive definition depthinoguchi2018-03-291-1/+2
* Provide ASN1_STRING_get0_data().jsing2018-02-141-2/+3
* Add ASN1_TIME_set_tm to set an asn1 from a struct tm *beck2017-05-061-1/+2