summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-12-17Merge documentation of UI_null() from OpenSSL 1.1Theo Buehler
2022-12-17Document BIO_set_flags(3), BIO_clear_flags(3), BIO_test_flags(3),Ingo Schwarze
2022-12-17Link ui_null.c to buildTheo Buehler
2022-12-17Prepare to provide UI_null()Theo Buehler
2022-12-17Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed.Joel Sing
2022-12-17X509_check_purpose.3: incorporate feedback from jsingTheo Buehler
2022-12-16In bio.h rev. 1.54, jsing@ and tb@ provided BIO_callback_fn_ex(3),Ingo Schwarze
2022-12-16Document extension caching of X509_check_purpose()Theo Buehler
2022-12-16add a CAVEATS section warning the user to not create cycles;Ingo Schwarze
2022-12-16Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42).Ingo Schwarze
2022-12-15In curve25519.h rev. 1.4 to 1.7, tb@ and jsing@ providedIngo Schwarze
2022-12-14In evp.h rev. 1.109 and 1.112, jsing@ and tb@ providedIngo Schwarze
2022-12-14In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3).Ingo Schwarze
2022-12-13consistently put the Xr in "made obsolete by" in symbolic,Jason McIntyre
2022-12-12Bump to LibreSSL 3.7.1Theo Buehler
2022-12-11Add a small blurb on @SECLEVEL=nTheo Buehler
2022-12-08Fix copy-paste error that left a paragraph ending in a commaTheo Buehler
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-07_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-07Improve the implementation of BIO_push(3) such that it changes nothingIngo Schwarze
2022-12-07Add references to the BIO_{push,pop}(3) exampleTheo Buehler
2022-12-07Fix example stringTheo Buehler
2022-12-06Zap extra spaceTheo Buehler
2022-12-06Major 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 "everythingPhilip Guenther
2022-12-06Make sure BIO_push(3) always preserves all invariants of the prev_bioIngo Schwarze
2022-12-06Improve the poorly designed BIO_set_next(3) API to always preserve allIngo Schwarze
2022-12-06arithmethic -> arithmeticJonathan Gray
2022-12-04Fix warnings about binding changed to STB_WEAK on i386Theo Buehler
2022-12-03Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64Jeremie Courreges-Anglas
2022-12-02Drop 'perhaps a little', plus grammar and spelling nitsTheo Buehler
2022-12-02Revert bio_prev removalTheo Buehler
2022-12-02Drop _C_LABEL() uses in riscv64-specific codeJeremie Courreges-Anglas
2022-12-02When checking if we're implied we must also check if we're working on aMartijn van Duren
2022-12-01Update reference to table generationTheo Buehler
2022-12-01Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecatedTheo Buehler
2022-12-01Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unusedTheo Buehler
2022-12-01Retire X509_V_FLAG_CB_ISSUER_CHECKTheo Buehler
2022-12-01Getters and setters for the check_issued() callbackTheo Buehler
2022-12-01BN_one() can fail, check its return value.Joel Sing
2022-11-30Passing preallocated keys to d2i_RSAPublicKey() does not work anymoreAlexander Bluhm
2022-11-30Rewrite bn_correct_top().Joel Sing
2022-11-30Fix return values bug in BN_ucmp().Joel Sing
2022-11-30Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.Joel Sing
2022-11-30Mop up more BN_DEBUG related code.Joel Sing
2022-11-29Add missing markup to comments and to RFC 3779 errorTheo Buehler
2022-11-29First pass at updating verifier error docsTheo Buehler
2022-11-29Remove a few doubled spaces and wrap an overlong lineTheo Buehler
2022-11-29Sort a few outliers by increasing error number to match x509_vfy.hTheo Buehler