index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_asn1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
2020-07-06
1
-2
/
+9
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-7
/
+4
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
Nicola Tuveri
2020-02-18
1
-0
/
+5
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Make ECDSA_size() use consistent asn1 encoder.
Shane Lontis
2020-01-07
1
-19
/
+14
*
[ec_asn1.c] Avoid injecting seed when built-in matches
Nicola Tuveri
2019-10-15
1
-0
/
+14
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-8
/
+11
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix potential memory leaks with BN_to_ASN1_INTEGER
Bernd Edlinger
2019-09-13
1
-2
/
+5
*
[ec] Match built-in curves on EC_GROUP_new_from_ecparameters
Nicola Tuveri
2019-09-09
1
-4
/
+67
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-0
/
+6
*
Convert asn1_dsa.c to use the WPACKET API instead
Matt Caswell
2019-07-11
1
-16
/
+28
*
Add simple ASN.1 utils for DSA signature DER.
David Makepeace
2019-07-11
1
-6
/
+57
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-11
/
+11
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-17
/
+5
*
ECDSA_SIG: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+10
*
Use OPENSSL_EC_EXPLICIT_CURVE constant.
David Benjamin
2018-05-23
1
-1
/
+1
*
Fix explicit EC curve encoding.
David Benjamin
2018-05-23
1
-41
/
+26
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Fix minor 'the the' typos
Daniel Bevenius
2018-01-02
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-7
/
+7
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
ASN.1: adapt our use of INTxx et al by making them explicitely embedded
Richard Levitte
2017-04-13
1
-6
/
+6
*
Act on deprecation of LONG and ZLONG, step 2
Richard Levitte
2017-04-10
1
-12
/
+12
*
Fix typo, should be && rather than &
Richard Levitte
2017-02-22
1
-1
/
+1
*
Iterate over EC_GROUP's poly array in a safe way
Rich Salz
2017-02-22
1
-3
/
+6
*
Fix a memory leak in EC_GROUP_get_ecparameters()
Kazuki Yamaguchi
2016-08-22
1
-5
/
+2
*
constify i2o_ECPublicKey
Dr. Stephen Henson
2016-08-19
1
-1
/
+1
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-2
/
+2
*
Don't allocate r/s in DSA_SIG and ECDSA_SIG
Dr. Stephen Henson
2016-07-20
1
-1
/
+18
*
Make DSA_SIG and ECDSA_SIG getters const.
Emilia Kasper
2016-06-20
1
-1
/
+1
*
Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.
TJ Saunders
2016-06-13
1
-0
/
+2
*
Reorder the setter arguments to more consistently match that of other APIs,
TJ Saunders
2016-06-13
1
-1
/
+1
*
Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.
TJ Saunders
2016-06-13
1
-0
/
+9
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-53
/
+5
*
constify ECDSA_SIG_get0()
Dr. Stephen Henson
2016-03-19
1
-1
/
+1
*
The typedef ECPARAMETERS is already defined, don't define it anew
Richard Levitte
2016-03-10
1
-2
/
+2
*
RT3676: Expose ECgroup i2d functions
Rich Salz
2016-03-09
1
-81
/
+59
*
Replace overrides.
Dr. Stephen Henson
2016-03-01
1
-6
/
+2
*
Extract compression form in EC_KEY_oct2key().
Dr. Stephen Henson
2016-02-28
1
-19
/
+2
*
Extended EC_METHOD customisation support.
Dr. Stephen Henson
2016-02-28
1
-4
/
+10
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
Initialize variable
Richard Levitte
2016-02-05
1
-1
/
+1
*
Add EC_KEY_priv2buf()
Dr. Stephen Henson
2016-02-05
1
-38
/
+13
*
update EC ASN1 and print routines
Dr. Stephen Henson
2016-02-05
1
-27
/
+10
*
Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor
Dr. Stephen Henson
2016-01-31
1
-17
/
+7
[next]