index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ecx_meth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the library ctx into an ECX_KEY
Matt Caswell
2020-05-04
1
-6
/
+6
*
Add the ability to ECX to import keys with only the private key
Matt Caswell
2020-05-04
1
-19
/
+3
*
coverity 1462576 Resource leak
Pauli
2020-04-30
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
When calling the import_to function pass the libctx too
Matt Caswell
2020-04-17
1
-10
/
+11
*
ecx: check for errors creating public keys from private ones.
Pauli
2020-04-17
1
-6
/
+8
*
s390: ECX key generation fixes.
Pauli
2020-04-17
1
-199
/
+0
*
ecx: add key generation support.
Pauli
2020-04-17
1
-1
/
+5
*
Use the libctx in Ed448 private key decoding
Matt Caswell
2020-04-15
1
-21
/
+31
*
Enable Ed25519 signing/verifying to use the libctx
Matt Caswell
2020-04-09
1
-2
/
+3
*
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-09
1
-1
/
+2
*
Param build: make structures opaque.
Pauli
2020-03-28
1
-6
/
+8
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
1
-6
/
+6
*
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-25
1
-17
/
+47
*
DH, DSA, EC_KEY: Fix exporters to allow domain parameter keys
Richard Levitte
2020-03-23
1
-2
/
+4
*
Implement serializers for ED25519 and ED448
Matt Caswell
2020-03-17
1
-5
/
+10
*
Implement provider support for Ed25519 annd Ed448
Matt Caswell
2020-03-09
1
-0
/
+4
*
Add S390 support for provider based X25519/X448
Matt Caswell
2020-02-11
1
-6
/
+6
*
Add X25519/X448 Key Exchange to the default provider
Matt Caswell
2020-02-11
1
-0
/
+48
*
Implement a stricter ECX_KEY type
Matt Caswell
2020-02-11
1
-45
/
+18
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-1
/
+4
*
s390x assembly pack: process x25519 and x448 non-canonical values
Patrick Steuer
2019-11-05
1
-8
/
+9
*
s390x assembly pack: fix x448 handling of non-canonical values
Patrick Steuer
2019-11-05
1
-4
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-4
/
+668
*
clearing the ecx private key memory
ManishPatidar1
2019-09-16
1
-1
/
+1
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-4
/
+16
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Rearrange the inclusion of curve448/curve448_lcl.h
Richard Levitte
2019-02-25
1
-0
/
+1
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Improve the usability of the ca app using EdDSA
Matt Caswell
2018-08-22
1
-3
/
+13
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
1
-0
/
+49
*
Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"
Matt Caswell
2018-05-24
1
-59
/
+20
*
Allow the ca application to use EdDSA
Matt Caswell
2018-05-18
1
-1
/
+1
*
Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
Matt Caswell
2018-04-06
1
-20
/
+59
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Add support for setting raw private/public 25519/448 keys
Matt Caswell
2018-03-15
1
-4
/
+53
*
Integrate X448 and Ed448 into libcrypto
Matt Caswell
2018-03-02
1
-103
/
+313
*
Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keys
Bernd Edlinger
2017-07-29
1
-1
/
+1
*
Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.
Dr. Stephen Henson
2017-06-21
1
-9
/
+10
*
Add custom sig_info_set for ED25519
Dr. Stephen Henson
2017-05-30
1
-1
/
+10
*
Add custom ASN.1 sign and verify
Dr. Stephen Henson
2017-05-30
1
-1
/
+35
*
ED25519 public key method.
Dr. Stephen Henson
2017-05-30
1
-8
/
+69
*
Add ED25519 ASN.1 method
Dr. Stephen Henson
2017-05-30
1
-10
/
+54
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
1
-3
/
+3
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-1
/
+1
*
Add point ctrls to X25519
Dr. Stephen Henson
2016-08-13
1
-8
/
+33
*
X25519 public key methods
Dr. Stephen Henson
2016-08-13
1
-0
/
+348