summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-10Fix indentation of structs and unions in x509v3.hTheo Buehler
2023-04-10Make bn_to_string() staticTheo Buehler
2023-04-10Various wording tweaks for clarity and precision, and a few for conciseness.Ingo Schwarze
2023-04-10More deduplication: talk about environment variable in one place, not two.Ingo Schwarze
2023-04-09Move a few functions out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-09Remove some doubled empty linesTheo Buehler
2023-04-09Drop X9.31 support from libtlsTheo Buehler
2023-04-09Provide and use sha{224,384}_{update,final} functions.Joel Sing
2023-04-09Rename SHA functions to have sha{1,224,256,384,512}_ prefix.Joel Sing
2023-04-09Trim some redundant and a bit of misleading text:Ingo Schwarze
2023-04-09Explain what it means that an API function "requires event_init(3)"Ingo Schwarze
2023-04-09fix double wordsJonathan Gray
2023-04-08New manual page written by Ted Bullock <tbullock at comlore dot com>,Ingo Schwarze
2023-04-07bn_mont: fix typo in comment divisable -> divisibleTheo Buehler
2023-04-07Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionallyIngo Schwarze
2023-04-06Fix two documentation bugs:Ingo Schwarze
2023-04-06Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3),Ingo Schwarze
2023-04-06Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)Ingo Schwarze
2023-04-06Use RCS tag instead of an incorrect path.Theo Buehler
2023-04-05Import the first of the new libevent manual pagesIngo Schwarze
2023-04-05Add a few missing bracesTheo Buehler
2023-04-05Set up the RSA's _method_mod_n before the initial blindingTheo Buehler
2023-04-05Sprinkle a few BTI instructions into the arm64 assembly files and passMark Kettenis
2023-04-05Introduce variation in location of junked bytes; ok tb@Otto Moerbeek
2023-04-04A refactoring back in 2016 in which magic numbers where extracted intoAnton Lindqvist
2023-04-04In preparation for better documenting BIO info callbacks, improve theIngo Schwarze
2023-04-03Compress euclid() a littleTheo Buehler
2023-04-02Fix table by using strings of proper lengths instead of bogusTheo Buehler
2023-04-02Revert r1.9 and reinstate r1.6Theo Buehler
2023-04-01Check all chunks in the delayed free list for write-after-free.Otto Moerbeek
2023-04-01Pull static const data out of BN_value_one()Theo Buehler
2023-04-01Indent labelsTheo Buehler
2023-04-01Group the non-constant time gcd functions togetherTheo Buehler
2023-03-31Copy BN_FLG flags in BN_copy()Theo Buehler
2023-03-31Since all arm64 assembly code in libc uses the ENTRY* macros fromMark Kettenis
2023-03-31Add "bti c" where needed for BTI control flow integrety checks.Mark Kettenis
2023-03-31Inline only use of TS_VERIFY_CTX_init()Theo Buehler
2023-03-30i2d_ECDSA_SIG() may return a negative value in case of error. HandleAlexander Bluhm
2023-03-30Call bn_copy() unconditionally in BN_mul() and BN_sqr()Theo Buehler
2023-03-30bio_ndef: add an empty line before returnTheo Buehler
2023-03-30Rework BN_exp() a bitTheo Buehler
2023-03-29More whitespace fixes.Joel Sing
2023-03-29Whitespace fixes.Joel Sing
2023-03-29Whitespace fixes.Joel Sing
2023-03-29Use multiple statements instead of a statement with multiple expressions.Joel Sing
2023-03-29Mop up MD32_XARRAY from SHA1.Joel Sing
2023-03-29Inline initial hash data values for SHA1.Joel Sing
2023-03-27Reorder functions/code.Joel Sing
2023-03-27Replace the remaining BN_copy() with bn_copy()Theo Buehler
2023-03-27Convert BN_copy() with missing error checks to bn_copy()Theo Buehler