index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
serializers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect selection flags for ec serializer.
Shane Lontis
2020-08-21
2
-6
/
+9
*
PROV: Fix DSA and DH private key serializers
Richard Levitte
2020-08-20
2
-8
/
+28
*
X509: Add d2i_PUBKEY_ex(), which take a libctx and propq
Richard Levitte
2020-08-20
1
-2
/
+2
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
5
-5
/
+5
*
Add DHX serialization
Shane Lontis
2020-08-11
5
-4
/
+15
*
PROV: Fix MSBLOB / PVK deserializer
Richard Levitte
2020-08-07
1
-1
/
+1
*
PROV: Add MSBLOB and PVK to DSA and RSA deserializers
Richard Levitte
2020-08-07
4
-2
/
+311
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
7
-7
/
+7
*
PROV: Make the DER to KEY deserializer decode parameters too
Richard Levitte
2020-08-04
1
-0
/
+5
*
DESERIALIZER: Add deserializers for the rest of our asymmetric key types
Richard Levitte
2020-08-01
3
-242
/
+236
*
DESERIALIZER: Make it possible to deserialize public keys too
Richard Levitte
2020-08-01
1
-2
/
+7
*
DESERIALIZER: Rethink password handling
Richard Levitte
2020-08-01
4
-152
/
+26
*
PROV: Add a DER to RSA-PSS deserializer implementation
Richard Levitte
2020-07-27
3
-8
/
+98
*
EVP, PROV: Add misc missing bits for RSA-PSS
Richard Levitte
2020-07-27
1
-0
/
+1
*
DER to RSA deserializer: fix inclusion
Richard Levitte
2020-07-26
1
-1
/
+1
*
PROV: Update the PEM to DER deserializer to handle encrypted legacy PEM
Richard Levitte
2020-07-24
1
-14
/
+93
*
PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8
Richard Levitte
2020-07-24
3
-23
/
+129
*
PROV: Implement PEM to DER deserializer
Richard Levitte
2020-07-24
4
-1
/
+138
*
PROV: Implement DER to RSA deserializer
Richard Levitte
2020-07-24
6
-1
/
+232
*
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
2020-07-06
1
-0
/
+8
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
20
-292
/
+292
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
14
-14
/
+14
*
Coverity 1463576: Error handling issues (CHECKED_RETURN)
Pauli
2020-05-22
1
-2
/
+2
*
Maintain strict type discipline between the core and providers
Matt Caswell
2020-05-16
20
-209
/
+572
*
PROV & SERIALIZER: Adapt the RSA serializers for PSS-parameters
Richard Levitte
2020-05-14
5
-34
/
+171
*
Update copyright year
Matt Caswell
2020-04-23
12
-12
/
+12
*
Fix some build failures with no-dh
Matt Caswell
2020-04-22
1
-0
/
+5
*
Add DH keygen to providers
Shane Lontis
2020-04-16
2
-24
/
+8
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
5
-68
/
+120
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
1
-1
/
+0
*
Implement serializers for ED25519 and ED448
Matt Caswell
2020-03-18
5
-21
/
+65
*
Add Serializers for EC
Shane Lontis
2020-03-04
10
-27
/
+770
*
Implement the ECX Serializers
Matt Caswell
2020-02-28
7
-6
/
+643
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
4
-0
/
+24
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
3
-0
/
+18
*
Deprecate the low level DSA functions.
Pauli
2020-02-12
4
-0
/
+24
*
Adapt existing SERIALIZER implementations to the redesigned interface
Richard Levitte
2020-02-07
13
-175
/
+346
*
PROV: Fix bignum printout in text serializers
Richard Levitte
2020-01-23
2
-40
/
+49
*
coverity 1456638: fix null check
Pauli
2020-01-05
1
-4
/
+3
*
coverity 1456640: fix null check
Pauli
2020-01-05
1
-4
/
+3
*
coverity 1456642: fix null check
Pauli
2020-01-05
1
-4
/
+2
*
Fix no-dsa builds
Matt Caswell
2019-12-23
1
-1
/
+3
*
Fix no-dh
Matt Caswell
2019-12-23
1
-1
/
+3
*
PROV SERIALIZER: add support for writing DSA keys and parameters
Richard Levitte
2019-11-29
6
-0
/
+705
*
PROV SERIALIZER: add support for writing DH keys and parameters
Richard Levitte
2019-11-29
6
-0
/
+692
*
PROV SERIALIZER: add support for writing RSA keys
Richard Levitte
2019-11-29
5
-6
/
+522
*
PROV SERIALIZER: add common functionality to serialize keys
Richard Levitte
2019-11-29
3
-0
/
+414