summaryrefslogtreecommitdiffstats
path: root/crypto/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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
* aarch64: support BTI and pointer authentication in assemblyRuss Butler2021-10-011-26/+38
* Fix the parameter type of gf_serializeBernd Edlinger2021-09-172-2/+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
* ec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-opsMartin Schwenke2021-06-221-2/+0
* ec: Fail build on big-endian with enable-ec_nistp_64_gcc_128Martin Schwenke2021-06-221-0/+4
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Add a generic SubjectPublicKeyInfo decoderMatt Caswell2021-06-141-0/+29
* ec: remove TODOsPauli2021-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-014-25/+25
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-012-2/+7
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-297-14/+14
* ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs2021-05-293-1/+456
* ec: Add run time code selection for p521 field operationsMartin Schwenke2021-05-292-3/+35
* ec: Rename reference p521 field operations and use them via macrosMartin Schwenke2021-05-291-2/+5
* Rework and make DEBUG macros consistent.Rich Salz2021-05-283-3/+3
* Use <> for #include openssl/xxxRich Salz2021-05-273-3/+3
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Fix warning in gf_serializeJuergen Christ2021-05-241-1/+1
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-202-6/+6
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-132-10/+8
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-132-0/+10
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-1/+1
* Avoid division by zero in hybrid point encodingTheo Buehler2021-05-091-8/+33
* Remove unused code from the fips moduleShane Lontis2021-05-081-5/+6
* Fixes #14662. Return all EC parameters even for named curvesJon Spillett2021-05-071-74/+130
* Drop libimplementations.aRichard Levitte2021-05-071-1/+0
* Fix potential NULL dereference in ossl_ec_key_dup()Tomas Mraz2021-04-221-6/+6
* Fix build failure with MSVCTomas Mraz2021-04-222-0/+2
* Avoid the need for Configure time 128-bit int detectionMatt Caswell2021-04-223-9/+22
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-0/+10
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-1/+0