summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ameth_lib: zap trailing empty linetb2023-12-291-2/+1
* Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.ctb2023-12-293-206/+4
* Replace outdated comment on EVP_PKEY_asn1_find() with a todo itemtb2023-12-291-5/+5
* Move EVP_PKEY_asn1_add* to the end of the filetb2023-12-291-15/+20
* Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()tb2023-12-251-14/+26
* Use BIO_indent() for indentation in tasn_prn.ctb2023-12-201-10/+4
* Annotate incorrect value for ub_email_addresstb2023-12-161-2/+2
* Neuter the ASN1_STRING_TABLE modification APItb2023-12-161-133/+16
* asn1.h: mark a type and a bunch of macros for removaltb2023-12-161-2/+3
* Remove strings.h againtb2023-12-151-2/+1
* Clean up includestb2023-12-151-6/+4
* Neuter EVP_PKEY_asn1_add{0,_alias}()tb2023-12-151-42/+10
* Ignore ENGINE at the API boundarytb2023-11-291-6/+6
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-192-37/+2
* Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicbeck2023-11-132-2/+23
* Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()tb2023-11-091-8/+4
* Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()tb2023-11-011-6/+6
* Add X509_ALGOR_set0_by_nid()tb2023-11-011-1/+30
* Explain the weird order of doing things in X509_ALGOR_set0()tb2023-11-011-1/+2
* Rename ptype and pval to parameter_type and parameter_valuetb2023-11-011-7/+9
* Unindent X509_ALGOR_set0_parameter()tb2023-11-011-8/+11
* Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()tb2023-11-011-6/+15
* Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()tb2023-11-011-3/+12
* Some housekeeping in x_algortb2023-10-111-3/+5
* Rewrite X509_ALGOR_set0()tb2023-10-111-17/+13
* Ensure that out_value is initialized even if out_type is NULLtb2023-10-111-1/+5
* Rewrite X509_ALGOR_get0()tb2023-10-111-13/+19
* Add internal version of X509_ALGOR_set_md()tb2023-10-111-6/+14
* Clean up X509_ALGOR_cmp()tb2023-10-111-10/+10
* Fix a copy-paste bug in ASN1_TIME_compare()tb2023-10-011-2/+2
* Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()libressl-v3.8.1job2023-08-301-1/+3
* Zap extra parenstb2023-08-151-2/+2
* Fix typo in previoustb2023-08-151-2/+2
* Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp()tb2023-08-151-4/+6
* remove X509_ATTRIBUTE_SET_itjsg2023-07-281-14/+1
* Remove more ASN1_BIT_STRING APItb2023-07-282-62/+2
* Remove ASN1_BIT_STRING_checktb2023-07-282-31/+2
* Remove ASN1_bn_print() and ASN1_buf_print()tb2023-07-282-151/+1
* Make ASN1_{primitive,template}_* internaltb2023-07-287-44/+15
* Make ASN.1 BIO internaltb2023-07-284-51/+12
* Use C99 initializers for x509_name_fftb2023-07-241-8/+8
* Refactor ASN1_item_sign_ctx()tb2023-07-131-54/+89
* Fix ndef_{prefix,suffix}()tb2023-07-091-11/+12
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-0729-268/+29
* Hide symbols in asn1 and biobeck2023-07-0555-56/+539
* Convert some tables to C99 initializerstb2023-07-021-21/+135
* Some fixes in ASN1_item_verify()tb2023-06-151-17/+8
* Make another NULL check explicit and put a brace on the proper linetb2023-06-151-4/+3
* Rename a few variables and other cosmeticstb2023-06-151-23/+21
* Switch ASN1_item_sign_ctx() to EVP_DigestSign()tb2023-06-151-9/+7