Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / ec /
2 days ago Theo BuehlerUnable to run asm code on OpenBSD (amd64)
10 days ago Richard LevitteCopyright year updates
2024-04-02 Bernd EdlingerRemove handling of NULL sig param in ossl_ecdsa_determi...
2024-04-02 Bernd EdlingerFix handling of NULL sig parameter in ECDSA_sign and...
2024-02-19 Shakti ShahOpenSSL License is applied for some source files, chang...
2024-02-09 Angel BaezRearrange terms in gf_mul to prevent segfault
2024-02-06 Xu YizhouFix SM2 test failures on Apple Silicon
2024-02-02 Richard LevitteFix a few incorrect paths in some build.info files
2024-01-16 lan1120Check whether the pubkey exists in ossl_ecx_key_dup
2023-12-19 Kai PastorFix declspec align syntax
2023-12-19 Kai PastorFix comment syntax
2023-11-01 Christian SchmidtCorrect comment in crypto/ec/curve448/ed448.h
2023-09-28 Matt CaswellCopyright year updates
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-07 Matt CaswellCopyright year updates
2023-09-03 Tom CosgroveMove ALIGN32 and ALIGN64 into common.h, and fix for...
2023-09-01 Matt CaswellRemove a redundant point mul from ossl_ec_key_public_ch...
2023-09-01 Rohan McLurepowerpc: ecc: Fix stack allocation secp384r1 asm
2023-09-01 Rohan McLureecc: Remove extraneous parentheses in secp384r1
2023-08-31 Tomas Mrazecp_sm2p256-armv8.pl: Copy the argument handling from...
2023-08-24 Xu YizhouOptimize SM2 on aarch64
2023-08-04 Rohan McLureec: powerpc64le: Add asm implementation of felem_{squar...
2023-08-04 Rohan McLureec: 56-bit Limb Solinas' Strategy for secp384r1
2023-08-04 Rohan McLureec: Use static linkage on nistp521 felem_{square,mul...
2023-07-13 Pankul94Changes to resolve symbol conflict due to gf_mul
2023-07-04 Paulifix memory allocation and reference counting issues
2023-07-01 Pauliecx: update to structure based atomics
2023-07-01 Pauliec: update to structure based atomics
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-05-11 Jonas Lindstrømecp_nistp256.c: Fix exponent in comment
2023-04-12 Yuan, ShuaiFixes #19580 ECX keygen
2023-03-31 slontisFix mem leak in ECDSA_sign().
2023-02-28 slontisFix potential infinite loops in ECDSA signing.
2023-02-28 Robin Leeec: Use .machine "any" explicitly in ecp_nistp521-ppc64
2023-02-08 Oliver MihatschNew function EC_GROUP_to_params to convert an EC_GROUP...
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-30 Rohan McLureRemove redundant assignment in felem_mul_ref in p521
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-28 Rohan McLureFix accumulated index comments in felem_inv for p521
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-01 Paulidsa/ec: update pairwise tests to account for 140-3...
2022-10-12 FdaSilvaYYnit: fix some pointer comparisons
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-11 Tomas Mrazeckey_priv_encode(): Call ASN1_STRING_free() only on...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-09 Juergen Christs390x: fix ecx derive
2022-08-04 Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-14 Juergen ChristFix EC ASM flag passing
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-16 KanAdd sensitive memory clean in priv encode
2022-06-02 Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-05-24 Bernd EdlingerFix undefined behaviour in EC_GROUP_new_from_ecparameters
2022-05-24 Bernd EdlingerFix a memory leak in ec_key_simple_oct2priv
2022-05-24 Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-14 Tomas MrazImport only named params into FIPS module
2022-04-03 PauliFix Coverity 1498612 & 1503221: integer overflow
2022-03-25 PauliFix Coverity 1498612: integer overflow
2022-03-20 PauliFix coverity 1498607: uninitialised value
2022-02-14 Tomas MrazApply the correct Apache v2 license
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 Todd ShortFix copyrights
2022-01-20 James MuirSimpler square-root computation for Ed25519
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-13 Dmitry BelyavskiyCleansing all the temporary data for s390x
2022-01-07 Peiwei HuFix: some patches related to error exiting
2022-01-05 Dimitris ApostolouFix typos
2021-12-16 Peiwei HuEC_POINT_hex2point: forget to free pt
2021-11-16 Matt CaswellDon't create an ECX key with short keys
2021-11-07 PW HuFix incorrect return check of BN_bn2binpad
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-10-01 Russ Butleraarch64: support BTI and pointer authentication in...
2021-09-17 Bernd EdlingerFix the parameter type of gf_serialize
2021-08-30 Nicola Tuveri[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curve...
2021-08-24 Matt CaswellFix EC_GROUP_new_from_ecparameters to check the base...
2021-07-29 Matt CaswellUpdate copyright year
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-22 Martin Schwenkeec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_...
2021-06-22 Martin Schwenkeec: Add alignment pseudo-op at beginning of function
2021-06-22 Martin Schwenkeec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-ops
2021-06-22 Martin Schwenkeec: Fail build on big-endian with enable-ec_nistp_64_gc...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-02 Pauliec: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
next