index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
other.syms
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
TEST: Add testutil tests to compare unterminated strings of different lengths
Richard Levitte
3
-16
/
+45
2020-08-01
DESERIALIZER: Add deserializers for the rest of our asymmetric key types
Richard Levitte
18
-384
/
+684
2020-08-01
DESERIALIZER: Make it possible to deserialize public keys too
Richard Levitte
2
-2
/
+69
2020-08-01
DESERIALIZER: Rethink password handling
Richard Levitte
13
-232
/
+127
2020-08-01
RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30
Richard Levitte
1
-16
/
+98
2020-07-30
DER writer: Make context-specific tags constructed (i.e. explicit)
Richard Levitte
1
-1
/
+5
2020-07-30
PROV: Fix small logic error in ec_kmgmt.c matching function
Richard Levitte
1
-1
/
+1
2020-07-30
Add OSSL_CMP_MSG_write(), use it in apps/cmp.c
Dr. David von Oheimb
5
-11
/
+29
2020-07-30
Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.c
Dr. David von Oheimb
8
-17
/
+16
2020-07-30
apps/cmp.c: Improve documentation of -recipient option
Dr. David von Oheimb
2
-3
/
+4
2020-07-30
deserialisation: add deserialisation to the base provider
Pauli
5
-9
/
+122
2020-07-30
serialisation: Add a built-in base provider.
Pauli
10
-151
/
+460
2020-07-30
unify spelling of serialize
Pauli
8
-10
/
+10
2020-07-30
Fix test_cmp_cli for extended tests
Matt Caswell
1
-0
/
+2
2020-07-30
Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easily
Matt Caswell
1
-3
/
+15
2020-07-30
Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()
Dr. David von Oheimb
4
-12
/
+25
2020-07-30
Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...
Dr. David von Oheimb
22
-125
/
+140
2020-07-29
[test][ectest] Minor touches to custom_generator_test
Nicola Tuveri
1
-4
/
+2
2020-07-29
[test] Vertically test explicit EC params API patterns
Nicola Tuveri
1
-1
/
+280
2020-07-29
namemap: fix threading issue
Pauli
1
-35
/
+52
2020-07-28
Fix a test_verify failure
Matt Caswell
2
-17
/
+18
2020-07-28
Deprecate -nodes in favor of -noenc in pkcs12 and req app
Dr. David von Oheimb
8
-25
/
+41
2020-07-27
TEST: Add RSA-PSS cases in test/serdes_test.c
Richard Levitte
1
-21
/
+97
2020-07-27
PROV: Add a DER to RSA-PSS deserializer implementation
Richard Levitte
9
-8
/
+105
2020-07-27
EVP, PROV: Add misc missing bits for RSA-PSS
Richard Levitte
3
-0
/
+4
2020-07-27
Fix no-ec2m
Matt Caswell
1
-1
/
+4
2020-07-26
DER to RSA deserializer: fix inclusion
Richard Levitte
1
-1
/
+1
2020-07-26
Fix no-dh and no-dsa
Matt Caswell
1
-3
/
+8
2020-07-24
Update EVP_EncodeInit.pod
Read Hughes
1
-2
/
+2
2020-07-24
EVP: Fix key type check logic in evp_pkey_cmp_any()
Richard Levitte
1
-8
/
+7
2020-07-24
TEST: Update the serialization/deserialization test with legacy PEM encryption
Richard Levitte
1
-26
/
+135
2020-07-24
PROV: Update the PEM to DER deserializer to handle encrypted legacy PEM
Richard Levitte
1
-14
/
+93
2020-07-24
TEST: Update the serialization/deserialization test with encryption
Richard Levitte
1
-20
/
+89
2020-07-24
PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8
Richard Levitte
3
-23
/
+129
2020-07-24
DESERIALIZER: Implement decryption of password protected objects
Richard Levitte
7
-107
/
+261
2020-07-24
SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()
Richard Levitte
6
-8
/
+7
2020-07-24
TEST: Add new serializer and deserializer test
Richard Levitte
4
-1
/
+221
2020-07-24
PROV: Implement PEM to DER deserializer
Richard Levitte
6
-1
/
+142
2020-07-24
PROV: Implement DER to RSA deserializer
Richard Levitte
9
-1
/
+261
2020-07-24
CORE: Add upcalls for BIO_gets() and BIO_puts()
Richard Levitte
4
-6
/
+35
2020-07-24
SERIALIZER: Add functions to deserialize into an EVP_PKEY
Richard Levitte
5
-1
/
+419
2020-07-24
DESERIALIZER: Add foundation for deserializers
Richard Levitte
24
-32
/
+1803
2020-07-24
KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
Richard Levitte
5
-7
/
+42
2020-07-24
EVP KEYMGMT utils: Make a few more utility functions available
Richard Levitte
3
-33
/
+66
2020-07-24
Add X509 related libctx changes.
Shane Lontis
64
-544
/
+1081
2020-07-23
Test RSA oaep in fips mode
Shane Lontis
11
-26
/
+282
2020-07-23
Fix: uninstantiation breaks the RAND_DRBG callback mechanism
Dr. Matthias St. Pierre
1
-0
/
+13
2020-07-23
test/drbgtest.c: set the correct counter to trigger reseeding
Dr. Matthias St. Pierre
1
-2
/
+9
2020-07-23
test/drbgtest.c: Remove error check for large generate requests
Dr. Matthias St. Pierre
1
-6
/
+0
2020-07-23
Fix DRBG reseed counter condition.
Vitezslav Cizek
2
-3
/
+3
[prev]
[next]