summaryrefslogtreecommitdiff
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearTomas Mraz2022-12-017-7/+7
* Remove redundant assignment in felem_mul_ref in p521Rohan McLure2022-11-301-1/+0
* Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri2022-11-291-1/+3
* nit: fix some pointer comparisonsFdaSilvaYY2022-11-231-11/+11
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-11-233-6/+6
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-11-232-4/+4
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Move e_os.h to include/internalRichard Levitte2022-11-113-3/+3
* Simpler square-root computation for Ed25519James Muir2022-11-091-9/+4
* Fix typosDimitris Apostolou2022-11-091-1/+1
* aarch64: support BTI and pointer authentication in assemblyRuss Butler2022-11-091-26/+38
* dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli2022-11-021-1/+57
* eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz2022-10-111-9/+9
* s390x: fix ecx deriveJuergen Christ2022-09-091-10/+6
* Fix EC_KEY_set_private_key() priv_key regressionRoberto Hueso Gomez2022-08-041-0/+10
* Fix EC ASM flag passingJuergen Christ2022-07-141-0/+8
* Fix a memory leak in EC_GROUP_new_from_ecparametersBernd Edlinger2022-06-251-2/+2
* The flag "decoded-from-explicit" must be imp/exportableTomas Mraz2022-06-232-6/+23
* Update copyright yearMatt Caswell2022-06-214-4/+4
* Add sensitive memory clean in priv encodeKan2022-06-161-15/+7
* Fix possible null pointer dereference of evp_pkey_get_legacy()Zhou Qingyang2022-06-021-0/+40
* Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger2022-05-241-0/+10
* Fix a memory leak in ec_key_simple_oct2privBernd Edlinger2022-05-241-2/+1
* Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior2022-05-241-2/+2
* Update copyright yearMatt Caswell2022-05-033-3/+3
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-212-6/+6
* Add error code for unsupported explicit parametersTomas Mraz2022-04-142-1/+4
* Import only named params into FIPS moduleTomas Mraz2022-04-141-7/+18
* Fix Coverity 1498612: integer overflowPauli2022-03-251-0/+1
* Fix coverity 1498607: uninitialised valuePauli2022-03-211-0/+1
* Update copyright yearMatt Caswell2022-03-152-2/+2
* Apply the correct Apache v2 licenseTomas Mraz2022-02-141-2/+2
* Fix copyrightsTodd Short2022-02-033-6/+6
* Cleansing all the temporary data for s390xDmitry Belyavskiy2022-01-131-2/+2
* Fix: some patches related to error exitingPeiwei Hu2022-01-111-2/+2
* EC_POINT_hex2point: forget to free ptPeiwei Hu2021-12-161-1/+1
* Update copyright yearMatt Caswell2021-12-141-1/+1
* Don't create an ECX key with short keysMatt Caswell2021-11-161-7/+18
* Fix incorrect return check of BN_bn2binpadPW Hu2021-11-081-1/+1
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-1/+2
* [ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OIDNicola Tuveri2021-08-302-1/+38
* Fix EC_GROUP_new_from_ecparameters to check the base lengthMatt Caswell2021-08-241-1/+2
* Update copyright yearMatt Caswell2021-07-291-1/+1
* Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell2021-07-222-15/+35
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-151-1/+4
* CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte2021-07-071-7/+0
* fips module header inclusion fine-tunningTomas Mraz2021-07-064-3/+13
* ppccap.c: Split out algorithm-specific functionsTomas Mraz2021-06-253-2/+36
* ec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_64_gcc_128Martin Schwenke2021-06-221-3/+7
* ec: Add alignment pseudo-op at beginning of functionMartin Schwenke2021-06-221-0/+1