summaryrefslogtreecommitdiff
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-17Rewrite legacy TLS unexpected handshake message handling.jsing1-78/+114
2022-03-17Clean up and simplify ssl3_renegotiate{,_check}()jsing1-22/+15
2022-03-17Remove const from tls1_transcript_hash_value()jsing2-5/+5
2022-03-17Rework ASN1_STRING_set()jsing1-14/+21
2022-03-16Fix dependency to build bn_mod_sqrt.bluhm1-2/+2
2022-03-16Make gcc 4 happier about x509_addr.ctb1-6/+8
2022-03-15LibreSSL 3.5.2bcook1-3/+3
2022-03-15Initialise *out_name at the start of i2t_ASN1_OBJECT_name().jsing1-1/+3
2022-03-15Check BIO_reset() return value to make gcc happy.tb1-2/+5
2022-03-15Add a simple regress to verify that the infinite loop in BN_mod_sqrt()tb2-1/+138
2022-03-15Fix infinite loop in BN_mod_sqrt()tb1-14/+15
2022-03-14Add a few regress test cases for name constraints.tb3-5/+25
2022-03-14Allow constraints of the form @domain.comtb1-10/+17
2022-03-14Rework ownership handling in x509_constraints_validate()tb3-39/+49
2022-03-14Factor out unexpected handshake message handling code in the legacy stack.jsing2-229/+256
2022-03-14Factor out ASN1_STRING clearing code.jsing1-4/+15
2022-03-14First pass clean up of ASN1_STRING code.jsing1-74/+87
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