summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* cryptlib.h: adjust header guard for upcoming surgerytb2024-11-0514-16/+16
* crypto_local.h is empty, so cryptlib.c doesn't need it right now.tb2024-11-041-2/+1
* Rewrite EC_POINT_new() and EC_POINT_dup()tb2024-11-041-27/+34
* affine coordinates: the intention was to move the check, not to copy it...tb2024-11-031-6/+1
* Move point at infinity check to API boundarytb2024-11-031-2/+7
* d2i_ECPKParameters(): unify return statement with rest of filetb2024-11-021-2/+3
* ec_convert: remove _OCT also from the macro namestb2024-11-021-24/+24
* Fix includes in ec_lib and ecp_smpltb2024-11-022-2/+11
* Merge compressed coordinate setting back into ecp_smpl and ec_libtb2024-11-025-286/+140
* Assert assumption on CRYPTO_THREADIDtb2024-11-021-1/+2
* Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()tb2024-11-021-62/+48
* Bye bye CRYPTO_THREADIDtb2024-11-022-37/+2
* Inline last uses of CRYPTO_THREADID in err/tb2024-11-022-19/+10
* sort includestb2024-11-021-2/+2
* More include sweeping in cms.tb2024-11-013-17/+26
* Fix includes in cms_env.ctb2024-11-011-9/+10
* Drop some pointless parenthesestb2024-11-012-9/+9
* Only include cryptlib.h where it's neededtb2024-11-015-25/+31
* Clean up PPC CPU capabilities and Montgomery code.jsing2024-11-015-1122/+6
* Update cert.pem, ok sthentb2024-11-011-59/+592
* regen cert.pem after sort order change in format-pem.pltb2024-11-011-953/+953
* Don't lowercase cert subjects when sorting; combined with perl foreach oversthen2024-11-011-5/+5
* KNFtb2024-11-011-2/+3
* Move point_conversion_t conversion to API boundarytb2024-11-011-23/+33
* Garbage collect field_div() member.tb2024-11-011-3/+1
* sorttb2024-11-011-2/+2
* Drop the _oct from the function prefixestb2024-10-311-31/+31
* Retire the oct2point and point2oct EC_METHOD memberstb2024-10-314-32/+10
* Clean up the mess in i2d_EC_PRIVATEKEY()tb2024-10-311-16/+36
* Clean up o2i_ECPublicKey()tb2024-10-311-14/+17
* Rewrite i2o_ECPublicKey()tb2024-10-311-26/+25
* ecp_oct.c no longer needs bytestring and stdinttb2024-10-311-4/+1
* ec_point_to_octets: move out_len initialization up a bittb2024-10-311-3/+3
* Expand the introductory comment with references to X9.62 and SEC 1tb2024-10-301-1/+4
* Move the point2bn and point2hex API to ec_convert.ctb2024-10-303-146/+84
* Replace hardcoded 1U with EC_OCT_YBITtb2024-10-301-2/+2
* Move the GFp-specific point <-> octets functions to ec_convert.ctb2024-10-302-296/+296
* Move public point <-> octets API to a new ec_convert.ctb2024-10-303-131/+202
* Rewrite EC_POINT_bn2point()tb2024-10-301-28/+15
* Add ec_point_from_asn1_bit_string()tb2024-10-301-16/+20
* Add ec_point_from_asn1_octet_string()tb2024-10-301-13/+21
* Provide ec_point_from_octets()tb2024-10-302-3/+35
* Rewrite BN_hex2point()tb2024-10-301-11/+12
* Rewrite EC_POINT_point2hex()tb2024-10-301-34/+10
* Rewrite EC_POINT_point2bn()tb2024-10-301-17/+11
* ec_asn1_group2parameters: some spring cleaningtb2024-10-301-14/+12
* ec_asn1_group2parameters: replace point with generatortb2024-10-301-4/+4
* ec_asn1_group2parameters: mechanically replace ret with parameterstb2024-10-301-15/+15
* Provide ec_point_to_asn1_bit_string()tb2024-10-301-30/+14
* Provide ec_point_to_asn1_octet_string()tb2024-10-301-26/+49