summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make NULL checks explicit in ASN1_item_sign_ctx()tb2023-06-151-6/+8
* ASN1_item_sign_ctx()tb2023-06-151-3/+7
* Fix a logic error in ASN1_item_sign_ctx()tb2023-06-151-5/+8
* Move comment about ASN1_item_dup() where it belongstb2023-06-131-7/+7
* Simplify OBJ_obj2txt()tb2023-05-231-1/+4
* Revert disablement of the encoding cachejob2023-04-302-4/+17
* Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsjob2023-04-282-17/+4
* Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefiletb2023-04-281-8/+1
* Make the new policy code in x509_policy.c to be selectable at compile time.beck2023-04-261-1/+5
* Move low level BIO_new_NDEF API to internal-onlytb2023-04-253-20/+19
* Remove NETSCAPE_CERT_SEQUENCEtb2023-04-251-129/+0
* Mark the NDEF API for removaltb2023-04-241-1/+6
* Revert 1.32job2023-04-241-27/+2
* Add compliance checks for the X.509 version fieldjob2023-04-231-2/+27
* Fix botched line wraptb2023-04-191-4/+3
* Bring includes into canonical ordertb2023-04-181-2/+2
* Move some includes out of OPENSSL_NO_DEPRECATEDtb2023-04-181-3/+1
* Use C99 initializers for the default_pctx and mark it static consttb2023-04-171-8/+3
* bio_ndef: add an empty line before returntb2023-03-301-1/+2
* Drop unnecessary casts from and to void *tb2023-03-251-8/+6
* Unindent asn1_bio_get_ex()tb2023-03-251-6/+7
* Add comments that explain why things are done in this strange order.tb2023-03-151-3/+13
* Push calloc() of ndef_aux down as far as possible andtb2023-03-151-7/+8
* Error check BIO_asn1_set_{prefix,suffix}() callstb2023-03-151-3/+5
* Stop confusing out and asn_bio in BIO_new_NDEF()tb2023-03-131-4/+4
* Avoid an 1 byte out-of-bounds read in ASN1_PRINTABLE_type()tb2023-03-121-2/+2
* Switch an early return into goto errtb2023-03-111-2/+2
* Tiny cleanup for readabilitytb2023-03-111-4/+5
* Use "if (ptr == NULL)" instead of "if (!ptr)"tb2023-03-111-3/+3
* Fix double free after BIO_new_NDEF()tb2023-03-111-6/+7
* Remove a pesky space.jsing2023-03-111-2/+2
* ASN.1 BIO: properly wire up prefix_free and suffix_freetb2023-03-101-1/+7
* Return the correct type for ASN.1 BOOLEANstb2023-03-101-5/+9
* Clean up ndef_{prefix,suffix}_free()tb2023-03-061-8/+13
* Rework asn1_item_flags_i2d()tb2023-03-061-19/+20
* ASN.1 enc: check ASN1_item_ex_i2d() consistencytb2023-03-061-3/+8
* Avoid infinite loop in bio_asn1 state machinetb2023-03-041-2/+2
* Prevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRINGtb2023-01-131-2/+4
* Add explicit LL suffixes to large constants to appease some compilers onmiod2023-01-011-2/+3
* Prepare to provide X509_CRL_get0_sigalg()tb2022-12-261-1/+7
* spelling fixes; from paul tagliamontejmc2022-12-262-4/+4
* Garbage collect the unused asn1_add_error()tb2022-11-281-7/+1
* Make internal header file names consistenttb2022-11-2642-92/+92
* Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()tb2022-11-221-2/+2
* Expose ASN1_buf_print() in asn1.htb2022-11-131-3/+1
* Implement EVP interfaces for Ed25519 and X25519.jsing2022-11-101-1/+5