index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_backend.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-8
/
+8
*
ERR: replace remnant ECerr() and EVPerr() calls in crypto/
Dr. David von Oheimb
2022-09-30
1
-1
/
+1
*
The flag "decoded-from-explicit" must be imp/exportable
Tomas Mraz
2022-06-23
1
-0
/
+5
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-3
/
+3
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
1
-1
/
+4
*
Add a generic SubjectPublicKeyInfo decoder
Matt Caswell
2021-06-14
1
-0
/
+29
*
Add convenience functions and macros for asymmetric key generation
Dr. David von Oheimb
2021-05-11
1
-1
/
+1
*
Fixes #14662. Return all EC parameters even for named curves
Jon Spillett
2021-05-07
1
-74
/
+130
*
Fix potential NULL dereference in ossl_ec_key_dup()
Tomas Mraz
2021-04-22
1
-6
/
+6
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
1
-0
/
+10
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
1
-0
/
+88
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
1
-0
/
+79
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-26
/
+26
*
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
-7
/
+212
*
Allow EVP_PKEY private key objects to be created without a public component
Jon Spillett
2021-01-15
1
-4
/
+0
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-13
/
+13
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+2
*
Fix coverity CID #1466378 - Incorrect expression in ec_backend.c
Shane Lontis
2020-09-05
1
-1
/
+1
*
Add Explicit EC parameter support to providers.
Shane Lontis
2020-08-22
1
-33
/
+172
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
1
-2
/
+3
*
Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic
Matt Caswell
2020-06-19
1
-1
/
+1
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
1
-8
/
+7
*
PROV: Fix EC_KEY exporters to allow domain parameter keys
Richard Levitte
2020-03-27
1
-14
/
+16
*
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-25
1
-0
/
+229