summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_oct.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge compressed coordinate setting back into ecp_smpl and ec_libtb2024-11-021-112/+0
* Move public point <-> octets API to a new ec_convert.ctb2024-10-301-130/+1
* Provide ec_point_from_octets()tb2024-10-301-1/+31
* Add a convenience wrapper for EC_POINT_point2oct()tb2024-10-301-1/+41
* Hide deprecated functions in ec.hbeck2024-04-101-1/+2
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-2/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+5
* Use size_t instead of int in EC_POINT_point2oct()tb2023-05-041-2/+2
* stray whitespacetb2023-05-011-2/+2
* GF2m bites the dust. It won't be missed.tb2023-04-251-10/+1
* Handle BN_CTX at the EC API boundary.jsing2023-04-111-14/+56
* Remove EC_FLAGS_DEFAULT_OCT.jsing2023-03-081-60/+6
* Make internal header file names consistenttb2022-11-261-2/+2
* Compare pointer against NULL and fix a KNF issue.tb2021-04-201-3/+3
* Prepare to provide EC_POINT_set_compressed_coordinatestb2021-04-201-35/+17
* Move point-on-curve check to set_affine_coordinatestb2020-12-041-3/+17
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-12/+12
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* knf approximationtedu2014-05-061-71/+62
* import OpenSSL-1.0.1cdjm2012-10-131-0/+199