aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-20Document low-level encoding functions in asn1.h.David Benjamin1-8/+58
2021-10-20update main-with-bazel from master branchBoringSSL Robot70-138/+138
2021-10-20Use C preprocessor comments in assembly headers.David Benjamin3-4/+4
2021-10-19update main-with-bazel from master branchBoringSSL Robot2-22/+79
2021-10-19Document and const-correct ASN1_TYPE functions.David Benjamin2-22/+79
2021-10-18update main-with-bazel from master branchBoringSSL Robot2-15/+108
2021-10-18Fix error-handling for i2a_ASN1_OBJECT.David Benjamin2-15/+108
2021-10-18update main-with-bazel from master branchBoringSSL Robot1-7/+29
2021-10-18Document i2a_ASN1_* functions.David Benjamin1-7/+29
2021-10-18update main-with-bazel from master branchBoringSSL Robot6-97/+5
2021-10-18Fold i2a_ASN1_ENUMERATED into i2a_ASN1_INTEGER.David Benjamin3-94/+5
2021-10-18update main-with-bazel from master branchBoringSSL Robot5-22/+163
2021-10-18Fix BIT STRING comparison in ASN1_STRING_cmp.David Benjamin5-22/+163
2021-10-18update main-with-bazel from master branchBoringSSL Robot2-29/+84
2021-10-18Rewrite ASN1_item_pack and ASN1_item_unpack.David Benjamin2-29/+84
2021-10-18update main-with-bazel from master branchBoringSSL Robot2-31/+74
2021-10-18Document some more ASN1_ITEM-associated functions.David Benjamin2-16/+61
2021-10-18Reword ASN1_BOOLEAN exception.David Benjamin1-15/+13
2021-10-15update main-with-bazel from master branchBoringSSL Robot3-93/+276
2021-10-15Move M_ASN1_* to the deprecated section.David Benjamin1-48/+48
2021-10-15Fix up some doc.go nits in asn1.h.David Benjamin3-17/+15
2021-10-15Document new/free/d2i/i2d for singly-typed ASN1_STRINGs.David Benjamin1-28/+213
2021-10-15update main-with-bazel from master branchBoringSSL Robot4-21/+56
2021-10-15Document ASN1_NULL.David Benjamin1-1/+30
2021-10-15update main-with-bazel from master branchBoringSSL Robot2-68/+145
2021-10-15Const-correct the low-level ASN1 i2d functions.David Benjamin4-21/+27
2021-10-15Start documenting ASN1_ITEM.David Benjamin2-68/+145
2021-10-15update main-with-bazel from master branchBoringSSL Robot1-12/+21
2021-10-15Tidy up SSLTest.SetVersion.David Benjamin1-12/+21
2021-10-15update main-with-bazel from master branchBoringSSL Robot11-232/+188
2021-10-15Deduplicate d2i and i2d documentation.David Benjamin11-232/+188
2021-10-12update main-with-bazel from master branchBoringSSL Robot2-3/+42
2021-10-12Check tag class and constructed bit in d2i_ASN1_BOOLEAN.David Benjamin2-3/+42
2021-10-12update main-with-bazel from master branchBoringSSL Robot2-23/+18
2021-10-12Use typedefs in i2d and d2i_ASN1_BOOLEAN.David Benjamin2-23/+18
2021-10-07update main-with-bazel from master branchBoringSSL Robot2-2/+3
2021-10-07Forward-declare SSL_CLIENT_HELLO.David Benjamin2-2/+3
2021-10-06update main-with-bazel from master branchBoringSSL Robot1-9/+5
2021-10-06Fix BN_CTX usage in BN_mod_sqrt malloc error paths.David Benjamin1-9/+5
2021-10-05update main-with-bazel from master branchBoringSSL Robot2-1/+53
2021-10-05Make ASN1_NULL an opaque pointer.David Benjamin2-1/+53
2021-10-05update main-with-bazel from master branchBoringSSL Robot9-715/+886
2021-10-05Remove remnants of ASN.1 print function generators.David Benjamin2-9/+0
2021-10-05Fold x509_vfy.h into x509.h.David Benjamin4-581/+495
2021-10-05Make ASN1_STRING_TABLE_add thread-safe and document.David Benjamin4-126/+229
2021-10-05Test ASN1_STRING_set_by_NID with custom NIDs.David Benjamin1-0/+45
2021-10-05Test ASN1_STRING_set_by_NID with built-in NIDs.David Benjamin2-3/+121
2021-10-05update main-with-bazel from master branchBoringSSL Robot18-270/+243
2021-10-05Test that built-in ASN1_STRING_TABLEs are sorted.David Benjamin3-29/+23
2021-10-05Extract common rotl/rotr functions.David Benjamin15-241/+220