index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
storemgmt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to include "crypto/ctype.h" to get ossl_isdigit()
Richard Levitte
2021-05-19
1
-0
/
+1
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-1
/
+1
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-13
/
+20
*
STORE: Use the 'expect' param to limit the amount of decoders used
Richard Levitte
2021-04-30
1
-4
/
+10
*
STORE: Simplify error filtering in der2obj_decode()
Richard Levitte
2021-04-23
1
-18
/
+6
*
Adapt our decoder implementations to the new way to indicate succes / failure
Richard Levitte
2021-04-21
1
-7
/
+14
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
2
-3
/
+3
*
STORE: Use the same error avoidance criteria as for the DER->key decoder
Richard Levitte
2021-03-19
1
-1
/
+3
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
2
-2
/
+2
*
update set_ctx_param store management calls to return 1 for a NULL params
Pauli
2021-03-11
1
-0
/
+3
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
Pauli
2021-03-11
1
-1
/
+5
*
Use BIO_f_readbuffer() in the decoder to support stdin.
Shane Lontis
2021-03-10
1
-159
/
+11
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-5
/
+5
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-1
/
+6
*
Avoid duplicate ends_with_dirsep functions
Tomas Mraz
2020-11-11
1
-15
/
+2
*
PROV: Re-implement all the keypair decoders
Richard Levitte
2020-11-11
1
-1
/
+1
*
Unexport internal MSBLOB and PVK functions
Richard Levitte
2020-10-21
1
-1
/
+1
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-10-04
1
-1
/
+2
*
der: _ossl prefix DER functions
Pauli
2020-10-01
3
-3
/
+4
*
prov: prefix provider internal functions with ossl_
Pauli
2020-09-29
1
-1
/
+1
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-1
/
+1
*
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-24
1
-1
/
+16
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
STORE: Add a built-in 'file:' storemgmt implementation (loader)
Richard Levitte
2020-09-03
4
-0
/
+1056