summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_asn1.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-22Move wNAF[], wNAF_len[], wsize[] to the stacktb1-32/+6
2024-11-22Change 0 - digit to -digittb1-2/+2
2024-11-22Rename val_sub[] into row[] and move it to the stacktb1-15/+13
2024-11-21ec_wNAF_mul(): lose two levels of indentationtb1-17/+18
2024-11-21ec_wNAF_mul(): remove r_is_at_infinity sillinesstb1-25/+20
2024-11-17ec_lib: zap a useless commenttb1-3/+1
2024-11-17Minor simplifications in ec_cmp()tb1-11/+9
2024-11-17Rewrite EC_GROUP_cmp()tb1-51/+75
2024-11-16Simplify signature of ec_wNAF_mul()tb3-56/+30
2024-11-16Provide a SHA-256 assembly implementation for amd64 using SHA-NI.jsing3-2/+220
2024-11-16Remove sha512-x86_64.pl.jsing1-347/+0
2024-11-16Provide a replacement assembly implementation for SHA-512 on amd64.jsing3-6/+336
2024-11-16Add CPU capability detection for the Intel SHA extensions (aka SHA-NI).jsing2-5/+27
2024-11-16Specify size for K256 symbol.jsing1-1/+2
2024-11-16Merge ec_kmeth into ec_keytb3-331/+272
2024-11-16Shuffle the global default_ec_key_meth down a few linestb1-3/+3
2024-11-16Move the default EC_KEY_METHOD to the end of the filetb1-50/+50
2024-11-15Use a better curve and a better hash for the ECDSA_do_sign() exampletb1-9/+9
2024-11-15ec_mult: fix includestb1-2/+5
2024-11-15EC_KEY_copy() don't leave stale private keys in placetb1-6/+3
2024-11-14x509_policy.c: point at RFC 9618tb1-3/+3
2024-11-14eck_prn: some more air to breathetb1-1/+3
2024-11-14eck_prn: fix includestb1-2/+4
2024-11-14ec_prn: use pkey rather than pk for an EC_KEYtb1-11/+11
2024-11-14eck_prn: use group rather than x for an EC_GROUPtb1-3/+3
2024-11-14eck_prn: use ec_key rather than x for an EC_KEYtb1-9/+9
2024-11-14eck_prn: consistently use bio for a BIO rather than b and bp randomlytb1-43/+43
2024-11-14eck_prn: sprinkle some empty lines and drop some parens for consistencytb1-7/+23
2024-11-14eck_prn: shuffle printing functions into a better ordertb1-47/+47
2024-11-13AES_{decrypt,encrypt}() don't return void internal functiontb1-3/+3
2024-11-12The subject of a certificate is not optionaltb1-2/+2
2024-11-12Link the new manual page EVP_PKEY_new_CMAC_key(3) to the buildschwarze2-29/+5