Age | Commit message (Expand) | Author |
2022-12-22 | Mark BIO_s_log(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-21 | Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3) | Ingo Schwarze |
2022-12-20 | add a missing .Vt macro; | Ingo Schwarze |
2022-12-20 | Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-20 | document BIO_fd_non_fatal_error(3) and BIO_fd_should_retry(3) | Ingo Schwarze |
2022-12-20 | - some small tweaks for the text | Jason McIntyre |
2022-12-19 | Add waitid(2) manpage, based on a first pass by espie@ and bits | Philip Guenther |
2022-12-19 | document BIO_copy_next_retry(3) | Ingo Schwarze |
2022-12-19 | Revert previous: unintentionally included in commit | Philip Guenther |
2022-12-19 | Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the lists | Philip Guenther |
2022-12-19 | waitid(2) returns 0 on success; do post-call cancelation only if | Philip Guenther |
2022-12-18 | document BIO_FLAGS_MEM_RDONLY | Ingo Schwarze |
2022-12-18 | document BIO_set_retry_read(3), BIO_set_retry_write(3), | Ingo Schwarze |
2022-12-18 | document the interaction with BIO_dup_chain(3) | Ingo Schwarze |
2022-12-18 | new manual page BIO_dup_chain(3) | Ingo Schwarze |
2022-12-18 | correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3); | Ingo Schwarze |
2022-12-18 | document BIO_number_read(3) and BIO_number_written(3) | Ingo Schwarze |
2022-12-17 | Merge documentation of UI_null() from OpenSSL 1.1 | Theo Buehler |
2022-12-17 | Document BIO_set_flags(3), BIO_clear_flags(3), BIO_test_flags(3), | Ingo Schwarze |
2022-12-17 | Link ui_null.c to build | Theo Buehler |
2022-12-17 | Prepare to provide UI_null() | Theo Buehler |
2022-12-17 | Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed. | Joel Sing |
2022-12-17 | X509_check_purpose.3: incorporate feedback from jsing | Theo Buehler |
2022-12-16 | In bio.h rev. 1.54, jsing@ and tb@ provided BIO_callback_fn_ex(3), | Ingo Schwarze |
2022-12-16 | Document extension caching of X509_check_purpose() | Theo Buehler |
2022-12-16 | add a CAVEATS section warning the user to not create cycles; | Ingo Schwarze |
2022-12-16 | Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42). | Ingo Schwarze |
2022-12-15 | In curve25519.h rev. 1.4 to 1.7, tb@ and jsing@ provided | Ingo Schwarze |
2022-12-14 | In evp.h rev. 1.109 and 1.112, jsing@ and tb@ provided | Ingo Schwarze |
2022-12-14 | In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3). | Ingo Schwarze |
2022-12-13 | consistently put the Xr in "made obsolete by" in symbolic, | Jason McIntyre |
2022-12-12 | Bump to LibreSSL 3.7.1 | Theo Buehler |
2022-12-11 | Add a small blurb on @SECLEVEL=n | Theo Buehler |
2022-12-08 | Fix copy-paste error that left a paragraph ending in a comma | Theo Buehler |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-07 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-07 | Improve the implementation of BIO_push(3) such that it changes nothing | Ingo Schwarze |
2022-12-07 | Add references to the BIO_{push,pop}(3) example | Theo Buehler |
2022-12-07 | Fix example string | Theo Buehler |
2022-12-06 | Zap extra space | Theo Buehler |
2022-12-06 | Major rewrite for accuracy and clarity, and document BIO_set_next(3). | Ingo Schwarze |
2022-12-06 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-06 | Make sure BIO_push(3) always preserves all invariants of the prev_bio | Ingo Schwarze |
2022-12-06 | Improve the poorly designed BIO_set_next(3) API to always preserve all | Ingo Schwarze |
2022-12-06 | arithmethic -> arithmetic | Jonathan Gray |
2022-12-04 | Fix warnings about binding changed to STB_WEAK on i386 | Theo Buehler |
2022-12-03 | Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64 | Jeremie Courreges-Anglas |
2022-12-02 | Drop 'perhaps a little', plus grammar and spelling nits | Theo Buehler |
2022-12-02 | Revert bio_prev removal | Theo Buehler |