summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-03affine coordinates: the intention was to move the check, not to copy it...tb1-6/+1
2024-11-03Move point at infinity check to API boundarytb1-2/+7
2024-11-03Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad().jsing1-3/+137
2024-11-03Add some additional BN conversion test cases.jsing1-3/+21
2024-11-02d2i_ECPKParameters(): unify return statement with rest of filetb1-2/+3
2024-11-02netcat: drop caddr_t cast. It's not needed and not portable.tb1-2/+2
2024-11-02ec_convert: remove _OCT also from the macro namestb1-24/+24
2024-11-02Fix includes in ec_lib and ecp_smpltb2-2/+11
2024-11-02Merge compressed coordinate setting back into ecp_smpl and ec_libtb5-286/+140
2024-11-02ec_asn1_test: I somehow managed to commit the version without freezero...tb1-3/+4
2024-11-02Assert assumption on CRYPTO_THREADIDtb1-1/+2
2024-11-02Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()tb1-62/+48
2024-11-02Bye bye CRYPTO_THREADIDtb2-37/+2
2024-11-02Inline last uses of CRYPTO_THREADID in err/tb2-19/+10
2024-11-02sort includestb1-2/+2
2024-11-01More include sweeping in cms.tb3-17/+26
2024-11-01Fix includes in cms_env.ctb1-9/+10
2024-11-01Drop some pointless parenthesestb2-9/+9
2024-11-01Only include cryptlib.h where it's neededtb5-25/+31
2024-11-01ec_asn1_test: set compressed coordinates for the "simple" generatortb1-3/+3
2024-11-01Also exercise the "simple" version of the builtin curves, not only "mont"tb1-27/+124
2024-11-01Clean up PPC CPU capabilities and Montgomery code.jsing5-1122/+6
2024-11-01Update cert.pem, ok sthentb1-59/+592
2024-11-01regen cert.pem after sort order change in format-pem.pltb1-953/+953
2024-11-01Don't lowercase cert subjects when sorting; combined with perl foreach oversthen1-5/+5
2024-11-01KNFtb1-2/+3
2024-11-01Move point_conversion_t conversion to API boundarytb1-23/+33
2024-11-01Garbage collect field_div() member.tb1-3/+1
2024-11-01sorttb1-2/+2
2024-10-31Drop the _oct from the function prefixestb1-31/+31
2024-10-31Retire the oct2point and point2oct EC_METHOD memberstb4-32/+10
2024-10-31Clean up the mess in i2d_EC_PRIVATEKEY()tb1-16/+36
2024-10-31Clean up o2i_ECPublicKey()tb1-14/+17
2024-10-31Rewrite i2o_ECPublicKey()tb1-26/+25
2024-10-31ecp_oct.c no longer needs bytestring and stdinttb1-4/+1
2024-10-31ec_point_to_octets: move out_len initialization up a bittb1-3/+3
2024-10-30Expand the introductory comment with references to X9.62 and SEC 1tb1-1/+4
2024-10-30Move the point2bn and point2hex API to ec_convert.ctb3-146/+84
2024-10-30Replace hardcoded 1U with EC_OCT_YBITtb1-2/+2
2024-10-30Move the GFp-specific point <-> octets functions to ec_convert.ctb2-296/+296
2024-10-30Move public point <-> octets API to a new ec_convert.ctb3-131/+202
2024-10-30Rewrite EC_POINT_bn2point()tb1-28/+15
2024-10-30Add ec_point_from_asn1_bit_string()tb1-16/+20
2024-10-30Add ec_point_from_asn1_octet_string()tb1-13/+21
2024-10-30Provide ec_point_from_octets()tb2-3/+35
2024-10-30Rewrite BN_hex2point()tb1-11/+12
2024-10-30Rewrite EC_POINT_point2hex()tb1-34/+10
2024-10-30Rewrite EC_POINT_point2bn()tb1-17/+11
2024-10-30ec_asn1_group2parameters: some spring cleaningtb1-14/+12
2024-10-30ec_asn1_group2parameters: replace point with generatortb1-4/+4