index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
serializer
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
11
-2629
/
+0
*
Fix serializer_EVP_PKEY_to_bio so that that the key is exported if the serial...
Shane Lontis
2020-08-12
1
-1
/
+2
*
DESERIALIZER: Adjust to allow the use several deserializers with same name
Richard Levitte
2020-08-07
1
-31
/
+36
*
gettables: core changes to pass the provider context.
Pauli
2020-08-07
2
-3
/
+6
*
DESERIALIZER: Fix EVP_PKEY construction by export
Richard Levitte
2020-08-04
1
-2
/
+2
*
DESERIALIZER: Small bugfix in the deser_process()
Richard Levitte
2020-08-01
1
-1
/
+2
*
DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()
Richard Levitte
2020-08-01
1
-7
/
+13
*
DESERIALIZER: Refactor the constructor setting API
Richard Levitte
2020-08-01
4
-31
/
+73
*
DESERIALIZER: Rethink password handling
Richard Levitte
2020-08-01
5
-40
/
+66
*
DESERIALIZER: Implement decryption of password protected objects
Richard Levitte
2020-07-24
6
-107
/
+258
*
SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()
Richard Levitte
2020-07-24
1
-2
/
+2
*
SERIALIZER: Add functions to deserialize into an EVP_PKEY
Richard Levitte
2020-07-24
2
-1
/
+292
*
DESERIALIZER: Add foundation for deserializers
Richard Levitte
2020-07-24
6
-24
/
+1098
*
Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEY
Nicola Tuveri
2020-07-02
1
-2
/
+3
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
2
-12
/
+12
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
2
-2
/
+2
*
serialization: break the provider locating code to avoid deadlock.
Pauli
2020-06-23
2
-56
/
+70
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
CORE: query for operations only once per provider (unless no_store is true)
Richard Levitte
2020-05-19
1
-2
/
+7
*
Maintain strict type discipline between the core and providers
Matt Caswell
2020-05-16
1
-2
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
2
-2
/
+2
*
If the first serializer we find is the desired one that's ok
Matt Caswell
2020-03-11
1
-4
/
+4
*
Don't crash if we fail to find a serializer for the current provider
Matt Caswell
2020-03-11
1
-5
/
+7
*
Rethink the EVP_PKEY cache of provider side keys
Richard Levitte
2020-02-29
1
-3
/
+3
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
2
-41
/
+19
*
Fix some typos
Veres Lajos
2019-12-11
1
-1
/
+1
*
SERIALIZER: add support for serializing EVP_PKEYs
Richard Levitte
2019-11-29
5
-1
/
+430
*
SERIALIZER: add functions for serialization to file
Richard Levitte
2019-11-29
3
-1
/
+51
*
SERIALIZER: New API for serialization of objects through providers
Richard Levitte
2019-11-29
3
-0
/
+549