summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-11-03affine coordinates: the intention was to move the check, not to copy it...Theo Buehler
2024-11-03Move point at infinity check to API boundaryTheo Buehler
2024-11-02d2i_ECPKParameters(): unify return statement with rest of fileTheo Buehler
2024-11-02ec_convert: remove _OCT also from the macro namesTheo Buehler
2024-11-02Fix includes in ec_lib and ecp_smplTheo Buehler
2024-11-02Merge compressed coordinate setting back into ecp_smpl and ec_libTheo Buehler
2024-11-02Assert assumption on CRYPTO_THREADIDTheo Buehler
2024-11-02Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()Theo Buehler
2024-11-02Bye bye CRYPTO_THREADIDTheo Buehler
2024-11-02Inline last uses of CRYPTO_THREADID in err/Theo Buehler
2024-11-02sort includesTheo Buehler
2024-11-01More include sweeping in cms.Theo Buehler
2024-11-01Fix includes in cms_env.cTheo Buehler
2024-11-01Drop some pointless parenthesesTheo Buehler
2024-11-01Only include cryptlib.h where it's neededTheo Buehler
2024-11-01Clean up PPC CPU capabilities and Montgomery code.Joel Sing
2024-11-01Update cert.pem, ok sthenTheo Buehler
2024-11-01regen cert.pem after sort order change in format-pem.plTheo Buehler
2024-11-01Don't lowercase cert subjects when sorting; combined with perl foreach overStuart Henderson
2024-11-01KNFTheo Buehler
2024-11-01Move point_conversion_t conversion to API boundaryTheo Buehler
2024-11-01Garbage collect field_div() member.Theo Buehler
2024-11-01sortTheo Buehler
2024-10-31Drop the _oct from the function prefixesTheo Buehler
2024-10-31Retire the oct2point and point2oct EC_METHOD membersTheo Buehler
2024-10-31Clean up the mess in i2d_EC_PRIVATEKEY()Theo Buehler
2024-10-31Clean up o2i_ECPublicKey()Theo Buehler
2024-10-31Rewrite i2o_ECPublicKey()Theo Buehler
2024-10-31ecp_oct.c no longer needs bytestring and stdintTheo Buehler
2024-10-31ec_point_to_octets: move out_len initialization up a bitTheo Buehler
2024-10-30Expand the introductory comment with references to X9.62 and SEC 1Theo Buehler
2024-10-30Move the point2bn and point2hex API to ec_convert.cTheo Buehler
2024-10-30Replace hardcoded 1U with EC_OCT_YBITTheo Buehler
2024-10-30Move the GFp-specific point <-> octets functions to ec_convert.cTheo Buehler
2024-10-30Move public point <-> octets API to a new ec_convert.cTheo Buehler
2024-10-30Rewrite EC_POINT_bn2point()Theo Buehler
2024-10-30Add ec_point_from_asn1_bit_string()Theo Buehler
2024-10-30Add ec_point_from_asn1_octet_string()Theo Buehler
2024-10-30Provide ec_point_from_octets()Theo Buehler
2024-10-30Rewrite BN_hex2point()Theo Buehler
2024-10-30Rewrite EC_POINT_point2hex()Theo Buehler
2024-10-30Rewrite EC_POINT_point2bn()Theo Buehler
2024-10-30ec_asn1_group2parameters: some spring cleaningTheo Buehler
2024-10-30ec_asn1_group2parameters: replace point with generatorTheo Buehler
2024-10-30ec_asn1_group2parameters: mechanically replace ret with parametersTheo Buehler
2024-10-30Provide ec_point_to_asn1_bit_string()Theo Buehler
2024-10-30Provide ec_point_to_asn1_octet_string()Theo Buehler
2024-10-30Add a convenience wrapper for EC_POINT_point2oct()Theo Buehler
2024-10-30CTL_VM defines moved from uvm_param.h to uvmexp.hJonathan Gray
2024-10-29eckey_compute_pubkey: don't leak the public keyTheo Buehler