index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
ec: 56-bit Limb Solinas' Strategy for secp384r1
Rohan McLure
2023-08-04
1
-0
/
+8
*
New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...
Oliver Mihatsch
2023-02-08
1
-0
/
+36
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-17
/
+7
*
ERR: replace remnant ECerr() and EVPerr() calls in crypto/
Dr. David von Oheimb
2022-09-30
1
-3
/
+3
*
The flag "decoded-from-explicit" must be imp/exportable
Tomas Mraz
2022-06-23
1
-6
/
+18
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-3
/
+3
*
Add error code for unsupported explicit parameters
Tomas Mraz
2022-04-14
1
-0
/
+1
*
Import only named params into FIPS module
Tomas Mraz
2022-04-14
1
-7
/
+18
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
1
-2
/
+2
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-21
/
+24
*
EC: Reverse the default asn1_flag in a new EC_GROUP
Richard Levitte
2021-02-03
1
-1
/
+5
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-35
/
+51
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-89
/
+78
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-7
/
+6
*
EC_KEY: add EC_KEY_decoded_from_explicit_params()
Tomas Mraz
2020-09-17
1
-0
/
+1
*
EC: Remove one error record that shadows another
Richard Levitte
2020-09-03
1
-2
/
+0
*
Add Explicit EC parameter support to providers.
Shane Lontis
2020-08-22
1
-2
/
+409
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
1
-6
/
+16
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-6
/
+16
*
Fix coverity issues in EC after #11807
Nicola Tuveri
2020-05-24
1
-4
/
+4
*
deprecate EC_POINT_make_affine and EC_POINTs_make_affine
Billy Brumley
2020-05-20
1
-0
/
+2
*
deprecate EC precomputation functionality
Billy Brumley
2020-05-19
1
-0
/
+2
*
deprecate EC_POINTs_mul function
Billy Brumley
2020-05-16
1
-8
/
+34
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-12
/
+12
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
[crypto/ec] deprecate Jprojective_coordinates_GFp functions
Billy Brumley
2020-04-22
1
-6
/
+6
*
Fix the error handling in EC_POINTs_mul
Bernd Edlinger
2020-04-07
1
-4
/
+4
*
Fix bugs in EC code introduced with FIPS changes.
Aaron Thompson
2020-04-03
1
-15
/
+21
*
Add ECDH to fips provider
Shane Lontis
2020-03-11
1
-5
/
+0
*
Add EC key validation to default provider
Shane Lontis
2020-03-11
1
-0
/
+5
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
1
-4
/
+4
*
Deprecate EC_GROUP_clear_free()
Nicola Tuveri
2019-10-22
1
-0
/
+2
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
[crypto/ec] for ECC parameters with NULL or zero cofactor, compute it
Billy Brumley
2019-09-05
1
-9
/
+96
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-21
/
+49
*
Separate the lookup test
Nicola Tuveri
2019-04-11
1
-1
/
+2
*
added code to validate EC named curve parameters
Shane Lontis
2019-04-11
1
-16
/
+30
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-2
/
+1
*
Add EC_GROUP_get0_field
David Asraf
2019-02-15
1
-0
/
+5
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
1
-3
/
+3
*
Switch future deprecation version from 1.2.0 to 3.0
Richard Levitte
2018-12-06
1
-3
/
+3
*
[test] throw error from wrapper function instead of an EC_METHOD specific one
Billy Brumley
2018-09-03
1
-0
/
+4
[next]