| Commit message (Expand) | Author | Age | Files | Lines |
* | ec_convert: remove _OCT also from the macro names | tb | 2024-11-02 | 1 | -24/+24 |
* | Fix includes in ec_lib and ecp_smpl | tb | 2024-11-02 | 2 | -2/+11 |
* | Merge compressed coordinate setting back into ecp_smpl and ec_lib | tb | 2024-11-02 | 5 | -286/+140 |
* | Assert assumption on CRYPTO_THREADID | tb | 2024-11-02 | 1 | -1/+2 |
* | Rewrite/clean up ec_GFp_simple_set_compressed_coordinates() | tb | 2024-11-02 | 1 | -62/+48 |
* | Bye bye CRYPTO_THREADID | tb | 2024-11-02 | 2 | -37/+2 |
* | Inline last uses of CRYPTO_THREADID in err/ | tb | 2024-11-02 | 2 | -19/+10 |
* | sort includes | tb | 2024-11-02 | 1 | -2/+2 |
* | More include sweeping in cms. | tb | 2024-11-01 | 3 | -17/+26 |
* | Fix includes in cms_env.c | tb | 2024-11-01 | 1 | -9/+10 |
* | Drop some pointless parentheses | tb | 2024-11-01 | 2 | -9/+9 |
* | Only include cryptlib.h where it's needed | tb | 2024-11-01 | 5 | -25/+31 |
* | Clean up PPC CPU capabilities and Montgomery code. | jsing | 2024-11-01 | 5 | -1122/+6 |
* | Update cert.pem, ok sthen | tb | 2024-11-01 | 1 | -59/+592 |
* | regen cert.pem after sort order change in format-pem.pl | tb | 2024-11-01 | 1 | -953/+953 |
* | Don't lowercase cert subjects when sorting; combined with perl foreach over | sthen | 2024-11-01 | 1 | -5/+5 |
* | KNF | tb | 2024-11-01 | 1 | -2/+3 |
* | Move point_conversion_t conversion to API boundary | tb | 2024-11-01 | 1 | -23/+33 |
* | Garbage collect field_div() member. | tb | 2024-11-01 | 1 | -3/+1 |
* | sort | tb | 2024-11-01 | 1 | -2/+2 |
* | Drop the _oct from the function prefixes | tb | 2024-10-31 | 1 | -31/+31 |
* | Retire the oct2point and point2oct EC_METHOD members | tb | 2024-10-31 | 4 | -32/+10 |
* | Clean up the mess in i2d_EC_PRIVATEKEY() | tb | 2024-10-31 | 1 | -16/+36 |
* | Clean up o2i_ECPublicKey() | tb | 2024-10-31 | 1 | -14/+17 |
* | Rewrite i2o_ECPublicKey() | tb | 2024-10-31 | 1 | -26/+25 |
* | ecp_oct.c no longer needs bytestring and stdint | tb | 2024-10-31 | 1 | -4/+1 |
* | ec_point_to_octets: move out_len initialization up a bit | tb | 2024-10-31 | 1 | -3/+3 |
* | Expand the introductory comment with references to X9.62 and SEC 1 | tb | 2024-10-30 | 1 | -1/+4 |
* | Move the point2bn and point2hex API to ec_convert.c | tb | 2024-10-30 | 3 | -146/+84 |
* | Replace hardcoded 1U with EC_OCT_YBIT | tb | 2024-10-30 | 1 | -2/+2 |
* | Move the GFp-specific point <-> octets functions to ec_convert.c | tb | 2024-10-30 | 2 | -296/+296 |
* | Move public point <-> octets API to a new ec_convert.c | tb | 2024-10-30 | 3 | -131/+202 |
* | Rewrite EC_POINT_bn2point() | tb | 2024-10-30 | 1 | -28/+15 |
* | Add ec_point_from_asn1_bit_string() | tb | 2024-10-30 | 1 | -16/+20 |
* | Add ec_point_from_asn1_octet_string() | tb | 2024-10-30 | 1 | -13/+21 |
* | Provide ec_point_from_octets() | tb | 2024-10-30 | 2 | -3/+35 |
* | Rewrite BN_hex2point() | tb | 2024-10-30 | 1 | -11/+12 |
* | Rewrite EC_POINT_point2hex() | tb | 2024-10-30 | 1 | -34/+10 |
* | Rewrite EC_POINT_point2bn() | tb | 2024-10-30 | 1 | -17/+11 |
* | ec_asn1_group2parameters: some spring cleaning | tb | 2024-10-30 | 1 | -14/+12 |
* | ec_asn1_group2parameters: replace point with generator | tb | 2024-10-30 | 1 | -4/+4 |
* | ec_asn1_group2parameters: mechanically replace ret with parameters | tb | 2024-10-30 | 1 | -15/+15 |
* | Provide ec_point_to_asn1_bit_string() | tb | 2024-10-30 | 1 | -30/+14 |
* | Provide ec_point_to_asn1_octet_string() | tb | 2024-10-30 | 1 | -26/+49 |
* | Add a convenience wrapper for EC_POINT_point2oct() | tb | 2024-10-30 | 2 | -2/+48 |
* | eckey_compute_pubkey: don't leak the public key | tb | 2024-10-29 | 1 | -2/+1 |
* | ec_asn1: zap an empty line | tb | 2024-10-29 | 1 | -2/+1 |
* | Fix private key encoding in i2d_ECPrivateKey() | tb | 2024-10-28 | 1 | -31/+40 |
* | d2i_ECPrivateKey: split public key setting into a helper | tb | 2024-10-28 | 1 | -36/+41 |
* | Expose eckey_compute_key() from ec_ameth | tb | 2024-10-28 | 2 | -3/+4 |