summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite legacy DTLS unexpected handshake message handling.jsing2022-03-181-83/+139
* Rewrite legacy TLS unexpected handshake message handling.jsing2022-03-171-78/+114
* Clean up and simplify ssl3_renegotiate{,_check}()jsing2022-03-171-22/+15
* Remove const from tls1_transcript_hash_value()jsing2022-03-172-5/+5
* Rework ASN1_STRING_set()jsing2022-03-171-14/+21
* Fix dependency to build bn_mod_sqrt.bluhm2022-03-161-2/+2
* Make gcc 4 happier about x509_addr.ctb2022-03-161-6/+8
* LibreSSL 3.5.2bcook2022-03-151-3/+3
* Initialise *out_name at the start of i2t_ASN1_OBJECT_name().jsing2022-03-151-1/+3
* Check BIO_reset() return value to make gcc happy.tb2022-03-151-2/+5
* Add a simple regress to verify that the infinite loop in BN_mod_sqrt()tb2022-03-152-1/+138
* Fix infinite loop in BN_mod_sqrt()tb2022-03-151-14/+15
* Add a few regress test cases for name constraints.tb2022-03-143-5/+25
* Allow constraints of the form @domain.comtb2022-03-141-10/+17
* Rework ownership handling in x509_constraints_validate()tb2022-03-143-39/+49
* Factor out unexpected handshake message handling code in the legacy stack.jsing2022-03-142-229/+256
* Factor out ASN1_STRING clearing code.jsing2022-03-141-4/+15
* First pass clean up of ASN1_STRING code.jsing2022-03-141-74/+87
* Relax the check of x509_constraints_dirname()libressl-v3.5.1tb2022-03-131-2/+6
* Add x509_constraints_validate() to x509_internal.htb2022-03-131-1/+3
* Check name constraints using the proper APItb2022-03-131-4/+21
* style tweaktb2022-03-131-2/+2
* Add missing error check after strdup()tb2022-03-131-2/+5
* Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().jsing2022-03-132-50/+31
* Factor out change cipher spec handing code in the legacy stack.jsing2022-03-123-65/+73
* Simple regress for NULL deref reported by Guido Vranken and fixed intb2022-03-102-1/+51
* unsusual -> unusualjsg2022-03-101-3/+3
* Some more c99 initializers for consistency and readabilitytb2022-03-081-23/+62
* bump for LibreSSL 3.5.1bcook2022-03-071-3/+3
* Add test coverage for i2a_ASN1_OBJECT()jsing2022-03-051-3/+39
* Fix typo in commentbket2022-03-051-2/+2
* Pull a len == 0 check up before malloc(len) to avoid implementationtb2022-03-031-5/+5
* Do not write out terminating NUL in i2a_ASN1_OBJECT()tb2022-03-031-2/+2
* Unwrap a linetb2022-03-021-3/+2
* whitespacetb2022-03-021-2/+2
* Provide additional ASN1_OBJECT test coverage.jsing2022-03-021-16/+114
* Rewrite ASN1_OBJECT content to ascii/text conversion.jsing2022-03-023-101/+186
* Remove unused ivbits argument from chacha_keysetup to match otherdtucker2022-02-282-4/+4
* Add regress coverage for ASN1_OBJECT public interfaces.jsing2022-02-262-1/+399
* Currently malloc caches a number of free'ed regions up to 128kotto2022-02-261-33/+160
* Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.beck2022-02-243-9/+7
* Remove accidentally committed debug code.tb2022-02-241-3/+1
* Minor tweakstb2022-02-241-7/+8
* Add sanity checks on p and q in old_dsa_priv_decode()tb2022-02-241-1/+15
* Factor out alert handing code in the legacy stack.libressl-v3.5.0jsing2022-02-213-85/+77
* mutibyte -> multibytejsg2022-02-211-3/+3
* Fix a buffer overread in OAEP padding removaltb2022-02-201-11/+11
* Test OBJ_obj2txt() with NULL and short buffers.jsing2022-02-201-1/+12
* Add memory BIO small I/O tests.jsing2022-02-191-1/+72
* Remove references to performance issues caused by frequent memmove().jsing2022-02-191-13/+2