index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
store
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Use centralized fetching errors
Richard Levitte
2021-01-12
1
-3
/
+46
*
Fix OSSL_PARAM creation in OSSL_STORE_open_ex
Petr Gotthard
2020-12-19
1
-6
/
+5
*
STORE: clear err after ossl_store_get0_loader_int
Daniel Bevenius
2020-12-08
1
-1
/
+14
*
remove unused assignments
Pauli
2020-12-03
1
-2
/
+0
*
Don't forget the datatype when decoding a PEM file
Matt Caswell
2020-11-25
1
-2
/
+2
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
2
-3
/
+2
*
OSSL_STORE: Make sure the called OSSL_DECODER knows what to expect
Richard Levitte
2020-11-11
1
-7
/
+32
*
Adapt libcrypto functionality to specify the desired input structure
Richard Levitte
2020-11-11
1
-1
/
+2
*
Update copyright year
Matt Caswell
2020-10-15
2
-2
/
+2
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
2
-5
/
+5
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
4
-32
/
+32
*
Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()
Richard Levitte
2020-10-10
1
-7
/
+3
*
DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-10-04
1
-1
/
+2
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
4
-16
/
+15
*
Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.
Dr. David von Oheimb
2020-09-30
1
-0
/
+1
*
STORE: Clear a couple of TODOs that were there for the sake of SM2
Richard Levitte
2020-09-27
1
-27
/
+0
*
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-24
1
-1
/
+9
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...
Shane Lontis
2020-09-12
1
-0
/
+1
*
Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()
Shane Lontis
2020-09-12
1
-0
/
+4
*
Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE
Shane Lontis
2020-09-12
1
-0
/
+1
*
STORE: Fix OSSL_STORE_attach() to check |ui_method| before use
Richard Levitte
2020-09-10
1
-5
/
+7
*
STORE: Stop the flood of errors
Richard Levitte
2020-09-03
1
-6
/
+35
*
STORE: Fix potential memory leak
Richard Levitte
2020-09-03
1
-0
/
+1
*
STORE: Deprecate legacy / ENGINE functions
Richard Levitte
2020-09-03
3
-2
/
+33
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
6
-1744
/
+17
*
STORE: Change all error recording to use ERR_raise() / ERR_raise_data()
Richard Levitte
2020-08-24
3
-92
/
+53
*
STORE: Modify to support loading with provider based loaders
Richard Levitte
2020-08-24
4
-63
/
+989
*
STORE: Add the base functions to support provider based loaders
Richard Levitte
2020-08-24
4
-20
/
+486
*
STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()
Richard Levitte
2020-08-24
1
-0
/
+8
*
STORE: Distinguish public keys from private keys
Richard Levitte
2020-08-20
5
-3
/
+37
*
OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed tries
Dr. David von Oheimb
2020-08-19
1
-7
/
+20
*
PEM: Make general MSBLOB reader functions exposed internally
Richard Levitte
2020-08-07
1
-1
/
+1
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
4
-50
/
+82
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Fix CID 1465214 Resource leak (in file_load.c)
Shane Lontis
2020-07-08
1
-1
/
+3
*
Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()
Dr. David von Oheimb
2020-06-08
1
-31
/
+36
*
Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -l
Dr. David von Oheimb
2020-06-08
1
-9
/
+9
*
STORE: Make try_decode_PrivateKey() ENGINE aware
Richard Levitte
2020-05-20
1
-0
/
+37
*
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733
Dr. David von Oheimb
2020-05-13
1
-0
/
+1
*
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
Richard Levitte
2020-05-13
1
-0
/
+86
*
OSSL_STORE: Better information when prompting for pass phrases
Richard Levitte
2020-05-13
1
-39
/
+48
*
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
Richard Levitte
2020-05-13
5
-95
/
+92
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
3
-3
/
+3
*
Teach the OSSL_STORE code about libctx
Matt Caswell
2020-04-15
3
-17
/
+55
[next]