index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README-PROVIDERS.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-08
Mark some priv/public key paris as only available in the default provider
Matt Caswell
1
-0
/
+100
2021-06-08
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
5
-18
/
+26
2021-06-08
Just look for "Unable to load Public Key" if no SM2
Matt Caswell
1
-1
/
+1
2021-06-08
Only use the legacy route to decode a public key if we have to
Matt Caswell
1
-2
/
+19
2021-06-08
Ensure that we consume all the data when decoding an SPKI
Matt Caswell
1
-2
/
+13
2021-06-08
Use the right class/tag when decoding an embedded key
Matt Caswell
1
-1
/
+25
2021-06-08
Fix CTLOG_new_from_base64_ex()
Matt Caswell
1
-1
/
+1
2021-06-08
Fix the expected output of printing certificates
Matt Caswell
2
-2
/
+2
2021-06-08
EVP_PKEY_new_raw_private_key: Allow zero length keys
Tomas Mraz
2
-1
/
+5
2021-06-08
Fix compilation on systems with empty _POSIX_TIMERS
Larkin Nickle
1
-1
/
+3
2021-06-08
evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been cal...
Pauli
1
-2
/
+2
2021-06-08
evp: fix Coverity 1485670 argument cannot be negative
Pauli
1
-4
/
+7
2021-06-08
evp: fix Coverity 1485669 improper use of negative value
Pauli
1
-0
/
+4
2021-06-08
evp: fix Coverity 1485668 argument cannot be negative
Pauli
1
-1
/
+5
2021-06-08
pkcs12: fix Coverity 1485667 logically dead code
Pauli
1
-6
/
+5
2021-06-08
evp: fix coverity 1485666 argument cannot be negative
Pauli
1
-5
/
+9
2021-06-08
evp: fix improper use of negative value issues
Pauli
3
-3
/
+18
2021-06-08
afalg: fix coverity 1485661 improper use of negative value
Pauli
1
-3
/
+4
2021-06-08
fix coverity 1485660 improper use of negative value
Pauli
1
-1
/
+6
2021-06-08
bio: improve error checking fixing coverity 1485659 & 1485665
Pauli
1
-2
/
+6
2021-06-08
doc: add PKEY life cycle documentation
Pauli
2
-0
/
+713
2021-06-08
doc: build changes for PKEY life cycle documentation
Pauli
1
-0
/
+7
2021-06-08
doc: add build info for cipher life cycle documentation
Pauli
1
-1
/
+8
2021-06-08
doc: add references to cipher life cycle documentation
Pauli
2
-3
/
+13
2021-06-08
doc: add cipher life cycle documentation
Pauli
2
-0
/
+370
2021-06-08
doc: improve the cipher life cycle diagram
Pauli
1
-7
/
+5
2021-06-08
doc-nits: support out of source execution
Pauli
1
-1
/
+1
2021-06-08
doc: remove empty section
Pauli
1
-3
/
+0
2021-06-08
doc: add references to digest life cycle documentation
Pauli
3
-4
/
+13
2021-06-08
doc: add digest life cycle documentation
Pauli
2
-1
/
+229