index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
evp_pkey_provided_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #14662. Return all EC parameters even for named curves
Jon Spillett
2021-05-07
1
-0
/
+30
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-5
/
+5
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-232
/
+395
*
Make EVP_PKEY_missing_parameters work properly on provided RSA keys
Tomas Mraz
2021-03-17
1
-6
/
+12
*
evp_pkey_provided_test: Improve diagnostic output
Tomas Mraz
2021-02-26
1
-4
/
+5
*
Fix external symbols for bn
Shane Lontis
2021-02-26
1
-4
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-4
/
+4
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-14
/
+21
*
Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.
Shane Lontis
2020-12-14
1
-0
/
+66
*
Add validate method to ECX keymanager
Shane Lontis
2020-12-11
1
-20
/
+75
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-1
/
+1
*
test/endecode_test.c: Update to specify output structures
Richard Levitte
2020-11-11
1
-3
/
+10
*
TEST: fix the DH tests to reproduce the priv_len settings
Richard Levitte
2020-10-19
1
-0
/
+6
*
TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
1
-10
/
+25
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-30
/
+30
*
Fix CID 1465215 : Explicit null dereferenced (in test)
Shane Lontis
2020-07-08
1
-0
/
+2
*
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
2020-06-19
1
-5
/
+5
*
Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic
Matt Caswell
2020-06-19
1
-3
/
+3
*
When asked if an ECX key has parameters we should answer "true"
Matt Caswell
2020-06-05
1
-1
/
+2
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
1
-5
/
+5
*
test/evp_pkey_provided_test.c: Display first, compare after
Richard Levitte
2020-05-14
1
-6
/
+7
*
Add a test for EVP_PKEY_*_check functions for "DSA" keys
Mat Berchtold
2020-05-01
1
-0
/
+20
*
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-20
1
-2
/
+4
*
Add DH keygen to providers
Shane Lontis
2020-04-15
1
-37
/
+248
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
1
-5
/
+234
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
1
-9
/
+122
*
Param build: make structures opaque.
Pauli
2020-03-28
1
-8
/
+9
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
1
-7
/
+7
*
test/evp_pkey_provided_test.c: Add test of EVP_PKEY_copy_parameters()
Richard Levitte
2020-03-25
1
-4
/
+25
*
Implement serializers for ED25519 and ED448
Matt Caswell
2020-03-17
1
-8
/
+88
*
Add DH key validation to default provider
Shane Lontis
2020-03-04
1
-2
/
+11
*
Add Serializers for EC
Shane Lontis
2020-03-03
1
-12
/
+78
*
Implement the ECX Serializers
Matt Caswell
2020-02-27
1
-34
/
+327
*
Implement Provider side Key Management for X25519 and X448
Matt Caswell
2020-02-11
1
-2
/
+2
*
Add RSA key validation to default provider
Shane Lontis
2020-01-29
1
-1
/
+11
*
TEST: Adapt test/evp_pkey_provided_test.c to check the key size
Richard Levitte
2020-01-17
1
-2
/
+8
*
Add dsa signature alg to fips provider
Shane Lontis
2020-01-12
1
-2
/
+2
*
Fix no-dh
Matt Caswell
2019-12-23
1
-0
/
+4
*
TEST: add tests of text and PEM printout of a provider made key
Richard Levitte
2019-11-29
1
-0
/
+196