summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2023-04-12Provide and use crypto_store_htobe64().Joel Sing
2023-04-11Handle BN_CTX at the EC API boundary.Joel Sing
2023-04-11Clean up unused BIGNUM.Joel Sing
2023-04-11Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)Ingo Schwarze
2023-04-11Recommit jsing's r1.27 - portable is readyTheo Buehler
2023-04-11While all the BIO_TYPE_* constants are part of the API, most of theirIngo Schwarze
2023-04-11Back out r1.27 using htobe64() - apparently some OS don't have it.Theo Buehler
2023-04-11Consolidate sha1 into a single file.Joel Sing
2023-04-11Consolidate sha1 into a single file.Joel Sing
2023-04-11Simplify handling of big vs little endian.Joel Sing
2023-04-11Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().Joel Sing
2023-04-11Omit sha512_block_data_order() prototype when assembly is not being used.Joel Sing
2023-04-11Remove less than useful implementation notes.Joel Sing
2023-04-11Add a new implementation of BN_mod_sqrt()Theo Buehler
2023-04-10Fix indentation of structs and unions in x509v3.hTheo Buehler
2023-04-10Make bn_to_string() staticTheo Buehler
2023-04-09Move a few functions out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-09Remove some doubled empty linesTheo 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-09fix double wordsJonathan Gray
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-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-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-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-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-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