summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2019-12-23Add some missing cfi frame info in x25519-x86_64.plBernd Edlinger
2019-12-23Add some missing cfi frame info in ecp_nistz256-x86_64.plBernd Edlinger
2019-11-21ECDSA: don't clear free memory after verify.Pauli
2019-11-13Fix EC_POINT_bn2point() for BN_zero()Nicola Tuveri
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-05s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer
2019-11-05s390x assembly pack: fix x448 handling of non-canonical valuesPatrick Steuer
2019-11-01s390x: fix build errorsPatrick Steuer
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri
2019-10-23Avoid using EC_GROUP_clear_free() internallyNicola Tuveri
2019-10-16Fix missing Assembler definesShane Lontis
2019-10-15[ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri
2019-10-10Rework how our providers are builtRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-25s390x assembly pack: cleanse only sensitive fieldsPatrick Steuer
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte
2019-09-16clearing the ecx private key memoryManishPatidar1
2019-09-13Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-11Usages of KDFs converted to use the name macrosPauli
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2019-09-07[ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri
2019-09-07[ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri
2019-09-07Fix a SCA leak using BN_bn2bin()Nicola Tuveri
2019-09-06KDF error codes reworkedPauli
2019-09-06Fix users of KDFs to use params not ctlsPauli
2019-09-05[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley
2019-09-04New function EVP_MD_free()Richard Levitte
2019-08-16Fix 9bf682f which broke nistp224_methodPatrick Steuer
2019-08-15s390x assembly pack: accelerate ECDSAPatrick Steuer
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-15s390x assembly pack: accelerate scalar multiplicationPatrick Steuer
2019-08-09make ecp_nistz256_point_add_vis3() localVladimir Kotal
2019-08-07Fix enable-ec_nistp_64_gcc_128Matt Caswell
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Regenerate mkerr filesRich Salz
2019-07-12Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace
2019-07-09Replace long dash characters with normal ascii minusBernd Edlinger
2019-07-02Fix TyposAntoine Cœur
2019-06-28Support SM2 certificate signingPaul Yang
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis
2019-06-21Remove OPENSSL_memcmp.Pauli