summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-24Hide the tls_signer from public visibility. It's not ready yet andtb3-29/+24
2022-03-24Check function return valueinoguchi1-2/+3
2022-03-24Compare pointer value with NULLinoguchi1-63/+63
2022-03-24Wrap long linesinoguchi1-39/+44
2022-03-24Remove space between asterisk and variable nameinoguchi1-22/+22
2022-03-24Convert openssl(1) ts option handlinginoguchi1-153/+285
2022-03-23openssl cms: avoid NULL derefs on option parsingtb1-1/+3
2022-03-23Start disentangling armv7 and aarch64 codetb8-6/+154
2022-03-20Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().jsing1-53/+53
2022-03-19Remove three useless tests filestb3-185/+0
2022-03-19Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing3-32/+43
2022-03-19Revise regress for ascii/text to ASN.1 object conversion rewrite.jsing1-58/+10
2022-03-19Rewrite ascii/text to ASN.1 object conversion.jsing1-121/+167
2022-03-19Add another invalid separator test case.jsing1-1/+5
2022-03-18Simplify SSL_do_handshake().jsing1-7/+5
2022-03-18Rewrite legacy DTLS unexpected handshake message handling.jsing1-83/+139
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