summaryrefslogtreecommitdiff
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* ecp_nistp256.c: Fix exponent in commentJonas Lindstrøm2023-05-111-1/+1
* Fixes #19580 ECX keygenYuan, Shuai2023-04-121-1/+1
* Fix mem leak in ECDSA_sign().slontis2023-03-311-2/+2
* Fix potential infinite loops in ECDSA signing.slontis2023-03-012-3/+21
* ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee2023-03-011-0/+1
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+36
* Support all five EdDSA instances from RFC 8032James Muir2023-01-134-59/+100
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-12/+61
* 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
* Fix accumulated index comments in felem_inv for p521Rohan McLure2022-11-281-2/+2
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli2022-11-021-1/+57
* nit: fix some pointer comparisonsFdaSilvaYY2022-10-121-11/+11
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-123-6/+6
* eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz2022-10-111-9/+9
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0525-185/+127
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-09-302-4/+4
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-233-0/+103
* s390x: fix ecx deriveJuergen Christ2022-09-091-10/+6
* Fix EC_KEY_set_private_key() priv_key regressionRoberto Hueso Gomez2022-08-041-0/+10
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-191-4/+3
* 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
* 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-039-9/+9
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-222-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 & 1503221: integer overflowPauli2022-04-031-1/+7
* Fix Coverity 1498612: integer overflowPauli2022-03-251-0/+1
* Fix coverity 1498607: uninitialised valuePauli2022-03-211-0/+1
* Apply the correct Apache v2 licenseTomas Mraz2022-02-141-2/+2
* Move e_os.h to include/internalRichard Levitte2022-02-054-4/+4
* Fix copyrightsTodd Short2022-02-033-6/+6
* Simpler square-root computation for Ed25519James Muir2022-01-201-9/+4
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-141-12/+13
* Cleansing all the temporary data for s390xDmitry Belyavskiy2022-01-131-2/+2
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-2/+2
* Fix typosDimitris Apostolou2022-01-051-1/+1
* EC_POINT_hex2point: forget to free ptPeiwei Hu2021-12-161-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
* fix some code with obvious wrong coding stylex20182021-10-286-7/+7
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-1/+2