summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-13Relax the check of x509_constraints_dirname()libressl-v3.5.1tb1-2/+6
2022-03-13Add x509_constraints_validate() to x509_internal.htb1-1/+3
2022-03-13Check name constraints using the proper APItb1-4/+21
2022-03-13style tweaktb1-2/+2
2022-03-13Add missing error check after strdup()tb1-2/+5
2022-03-13Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().jsing2-50/+31
2022-03-12Factor out change cipher spec handing code in the legacy stack.jsing3-65/+73
2022-03-10Simple regress for NULL deref reported by Guido Vranken and fixed intb2-1/+51
2022-03-10unsusual -> unusualjsg1-3/+3
2022-03-08Some more c99 initializers for consistency and readabilitytb1-23/+62
2022-03-07bump for LibreSSL 3.5.1bcook1-3/+3
2022-03-05Add test coverage for i2a_ASN1_OBJECT()jsing1-3/+39
2022-03-05Fix typo in commentbket1-2/+2
2022-03-03Pull a len == 0 check up before malloc(len) to avoid implementationtb1-5/+5
2022-03-03Do not write out terminating NUL in i2a_ASN1_OBJECT()tb1-2/+2
2022-03-02Unwrap a linetb1-3/+2
2022-03-02whitespacetb1-2/+2
2022-03-02Provide additional ASN1_OBJECT test coverage.jsing1-16/+114
2022-03-02Rewrite ASN1_OBJECT content to ascii/text conversion.jsing3-101/+186
2022-02-28Remove unused ivbits argument from chacha_keysetup to match otherdtucker2-4/+4
2022-02-26Add regress coverage for ASN1_OBJECT public interfaces.jsing2-1/+399
2022-02-26Currently malloc caches a number of free'ed regions up to 128kotto1-33/+160
2022-02-24Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.beck3-9/+7
2022-02-24Remove accidentally committed debug code.tb1-3/+1
2022-02-24Minor tweakstb1-7/+8
2022-02-24Add sanity checks on p and q in old_dsa_priv_decode()tb1-1/+15
2022-02-21Factor out alert handing code in the legacy stack.libressl-v3.5.0jsing3-85/+77
2022-02-21mutibyte -> multibytejsg1-3/+3
2022-02-20Fix a buffer overread in OAEP padding removaltb1-11/+11
2022-02-20Test OBJ_obj2txt() with NULL and short buffers.jsing1-1/+12
2022-02-19Add memory BIO small I/O tests.jsing1-1/+72
2022-02-19Remove references to performance issues caused by frequent memmove().jsing1-13/+2
2022-02-19Reduce memmoves in memory BIOs.jsing1-22/+38
2022-02-19certificiate -> certificatejsg1-3/+3
2022-02-19Provide a struct bio_mem for memory BIO specific data.jsing1-47/+58
2022-02-18Avoid gendered language in man pages when not referring to a specificjsg1-4/+4
2022-02-18Clean up and simplify memory BIO code.jsing1-124/+139
2022-02-18prefer https links in man pagesjsg3-9/+9
2022-02-18grammar/rewordjsg1-5/+7
2022-02-17Add tests for memory BIO.jsing1-2/+254
2022-02-12Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.jsing1-4/+99
2022-02-12Avoid potential single byte overread in asn1_parse2().jsing1-3/+4
2022-02-12Revise for OBJ_obj2txt() OID arc limits.jsing1-4/+4
2022-02-12Limit OID text conversion to 64 bits per arc.jsing1-55/+16
2022-02-11Fix length check of IP addresses for name constraintstb1-2/+3
2022-02-11Add missing error check for a2i_GENERAL_NAME()tb1-1/+3
2022-02-11Fix a double free in v2i_NAME_CONSTRAINTS()tb1-2/+3
2022-02-11Test OBJ_obj2nid() with an undefined (NID_undef) object.jsing1-2/+2
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.jsing1-3/+3
2022-02-11Add initial regress for objects.jsing3-1/+449