Age | Commit message (Expand) | Author |
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 |
2022-12-02 | Drop _C_LABEL() uses in riscv64-specific code | Jeremie Courreges-Anglas |
2022-12-02 | When checking if we're implied we must also check if we're working on a | Martijn van Duren |
2022-12-01 | Update reference to table generation | Theo Buehler |
2022-12-01 | Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated | Theo Buehler |
2022-12-01 | Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused | Theo Buehler |
2022-12-01 | Retire X509_V_FLAG_CB_ISSUER_CHECK | Theo Buehler |
2022-12-01 | Getters and setters for the check_issued() callback | Theo Buehler |
2022-12-01 | BN_one() can fail, check its return value. | Joel Sing |
2022-11-30 | Passing preallocated keys to d2i_RSAPublicKey() does not work anymore | Alexander Bluhm |
2022-11-30 | Rewrite bn_correct_top(). | Joel Sing |
2022-11-30 | Fix return values bug in BN_ucmp(). | Joel Sing |
2022-11-30 | Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x. | Joel Sing |
2022-11-30 | Mop up more BN_DEBUG related code. | Joel Sing |
2022-11-29 | Add missing markup to comments and to RFC 3779 error | Theo Buehler |
2022-11-29 | First pass at updating verifier error docs | Theo Buehler |
2022-11-29 | Remove a few doubled spaces and wrap an overlong line | Theo Buehler |
2022-11-29 | Sort a few outliers by increasing error number to match x509_vfy.h | Theo Buehler |