| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nc: do not test the connection in non-interactive mode | tb | 2022-12-18 | 1 | -1/+5 |
* | nc: clean up and simplify connection_infO() | tb | 2022-12-18 | 1 | -7/+7 |
* | nc: pass protocol name to connection_info() | tb | 2022-12-18 | 1 | -7/+9 |
* | nc: factor printing of connection info into a function | tb | 2022-12-18 | 1 | -25/+28 |
* | Use volatile sig_atomic_t for flag set in signal handler | tb | 2022-12-18 | 1 | -2/+2 |
* | Switch to using BN_zero() instead of BN_zero_ex() | tb | 2022-12-17 | 1 | -2/+2 |
* | Move benchmark target up a bit and mark it phony | tb | 2022-12-17 | 1 | -4/+5 |
* | Zap some whitespace | tb | 2022-12-17 | 1 | -2/+2 |
* | Merge documentation of UI_null() from OpenSSL 1.1 | tb | 2022-12-17 | 1 | -5/+21 |
* | Document BIO_set_flags(3), BIO_clear_flags(3), BIO_test_flags(3), | schwarze | 2022-12-17 | 1 | -4/+88 |
* | Link ui_null.c to build | tb | 2022-12-17 | 1 | -1/+2 |
* | Prepare to provide UI_null() | tb | 2022-12-17 | 3 | -2/+24 |
* | Provide regress coverage for BN shift functions. | jsing | 2022-12-17 | 2 | -1/+543 |
* | Revise cipher list regress coverage of SSL_set_security_level(). | jsing | 2022-12-17 | 1 | -21/+43 |
* | Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed. | jsing | 2022-12-17 | 3 | -7/+22 |
* | X509_check_purpose.3: incorporate feedback from jsing | tb | 2022-12-17 | 1 | -5/+5 |
* | In bio.h rev. 1.54, jsing@ and tb@ provided BIO_callback_fn_ex(3), | schwarze | 2022-12-16 | 1 | -77/+192 |
* | Document extension caching of X509_check_purpose() | tb | 2022-12-16 | 1 | -23/+43 |
* | add a CAVEATS section warning the user to not create cycles; | schwarze | 2022-12-16 | 1 | -1/+34 |
* | Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42). | schwarze | 2022-12-16 | 2 | -39/+7 |
* | In curve25519.h rev. 1.4 to 1.7, tb@ and jsing@ provided | schwarze | 2022-12-15 | 1 | -11/+121 |
* | The argument to ctype functions must be EOF or representable as an | florian | 2022-12-15 | 1 | -2/+2 |
* | In evp.h rev. 1.109 and 1.112, jsing@ and tb@ provided | schwarze | 2022-12-14 | 1 | -61/+154 |
* | In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3). | schwarze | 2022-12-14 | 4 | -5/+78 |
* | Bump to LibreSSL 3.7.1 | tb | 2022-12-12 | 1 | -3/+3 |
* | Add a small blurb on @SECLEVEL=nlibressl-v3.7.0 | tb | 2022-12-11 | 1 | -2/+8 |
* | bio chain test: compress some error printing | tb | 2022-12-10 | 1 | -5/+4 |
* | bio chain test: deduplicate chain walking code | tb | 2022-12-10 | 1 | -52/+40 |
* | bio chain test: handle walking of empty chains | tb | 2022-12-10 | 1 | -27/+15 |
* | bio chain test: add a consistency check for chain lengths | tb | 2022-12-09 | 1 | -1/+9 |
* | bn/Makefile: tidy up and simplify | tb | 2022-12-09 | 1 | -16/+10 |
* | bio chain test: make two errors noisy | tb | 2022-12-09 | 1 | -3/+11 |
* | bio chain test: ensure the length of empty chains is 0 | tb | 2022-12-09 | 1 | -3/+9 |
* | bio chain test: various minor readability tweaks | tb | 2022-12-09 | 1 | -6/+8 |
* | bio chain test: fix inconsequential off-by-one | tb | 2022-12-08 | 1 | -2/+2 |
* | bio chain test: minor readability tweaks | tb | 2022-12-08 | 1 | -5/+6 |
* | bio chain test: rename a few variables for consistency | tb | 2022-12-08 | 1 | -29/+29 |
* | bio chain test: decouple lengths of test chains | tb | 2022-12-08 | 1 | -59/+89 |
* | bio chain test: refactor link_chains_at() | tb | 2022-12-08 | 1 | -198/+109 |
* | bio chain test: lose some do_{,bio_} prefixes | tb | 2022-12-08 | 1 | -12/+12 |
* | Split biotest into its three logical parts | tb | 2022-12-08 | 4 | -458/+512 |
* | biotest: Tweak long comment a bit | tb | 2022-12-08 | 1 | -11/+13 |
* | Fix copy-paste error that left a paragraph ending in a comma | tb | 2022-12-08 | 1 | -3/+3 |
* | Add BIO_push() and BIO_set_next() regress coverage | tb | 2022-12-08 | 1 | -1/+367 |
* | bn_mod_exp test: drop extra parentheses for readability | tb | 2022-12-08 | 1 | -4/+4 |
* | Improve the implementation of BIO_push(3) such that it changes nothing | schwarze | 2022-12-07 | 2 | -6/+39 |
* | Add references to the BIO_{push,pop}(3) example | tb | 2022-12-07 | 1 | -3/+8 |
* | Fix example string | tb | 2022-12-07 | 1 | -4/+4 |
* | Zap extra space | tb | 2022-12-06 | 1 | -3/+3 |
* | Major rewrite for accuracy and clarity, and document BIO_set_next(3). | schwarze | 2022-12-06 | 1 | -37/+148 |