summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_oct.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge compressed coordinate setting back into ecp_smpl and ec_libtb2024-11-021-169/+0
* Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()tb2024-11-021-62/+48
* ecp_oct.c no longer needs bytestring and stdinttb2024-10-311-4/+1
* Move the GFp-specific point <-> octets functions to ec_convert.ctb2024-10-301-295/+1
* Cosmetic tweak to make point2oct and oct2point more symmetrictb2024-10-251-7/+12
* Add missing error check for CBB_init_fixed()tb2024-10-241-4/+5
* EC_POINT_point2oct() need to special case the point at infinitytb2024-10-231-4/+10
* Move a check for hybrid point encoding into a helper functiontb2024-10-221-7/+14
* Rewrite ec_GFp_simple_point2oct() using CBBtb2024-10-221-63/+90
* Rewrite ec_GFp_simple_oct2point() using CBStb2024-10-221-57/+86
* Start cleaning up oct2point and point2octtb2024-10-221-5/+41
* ecp_oct.c: add missing includestb2024-10-221-1/+5
* Use NULL, not 0 for pointers and use an explicit comparison against NULL.tb2023-04-181-3/+3
* Handle BN_CTX at the EC API boundary.jsing2023-04-111-41/+21
* Make internal header file names consistenttb2022-11-261-2/+2
* Merge the second y_bit check into the first one where it belongstb2022-11-241-5/+5
* Simplify y_bit handling in compressed coordinatestb2022-11-241-15/+2
* Fix an annoying quirk in the EC codetb2022-11-191-7/+7
* whitespacetb2022-11-191-4/+4
* Prepare to provide EC_POINT_set_compressed_coordinatestb2021-04-201-3/+3
* Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb2021-04-201-5/+5
* Move point-on-curve check to set_affine_coordinatestb2020-12-041-6/+9
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-4/+4
* back out ecc constant time changesjsg2018-07-151-4/+4
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-4/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-22/+22
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-14/+16
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-4/+4
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-9/+5
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* knf approximationtedu2014-05-061-204/+169
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
* import OpenSSL-1.0.1cdjm2012-10-131-0/+433