index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configdata.pm.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
Add libctx/provider support to cmp_protect_test
Dr. David von Oheimb
2
-27
/
+56
2020-08-21
Add libctx/provider support to cmp_vfy_test
Dr. David von Oheimb
2
-32
/
+64
2020-08-21
Add libctx/provider support to cmp_client_test
Dr. David von Oheimb
7
-33
/
+66
2020-08-21
Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt
Dr. David von Oheimb
28
-339
/
+385
2020-08-21
cmp_msg.c: Copy libctx and propq of CMP_CTX to newly enrolled certificate
Dr. David von Oheimb
1
-0
/
+3
2020-08-21
cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...
Dr. David von Oheimb
7
-38
/
+56
2020-08-21
cmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX for random number gen...
Dr. David von Oheimb
1
-20
/
+9
2020-08-21
crypto/cmp: Prevent misleading errors in case x509v3_cache_extensions() fails
Dr. David von Oheimb
2
-6
/
+14
2020-08-21
Add libctx/provider support to cmp_server_test
Shane Lontis
2
-8
/
+40
2020-08-21
Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its doc
Dr. David von Oheimb
5
-26
/
+37
2020-08-21
Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...
Dr. David von Oheimb
18
-33
/
+48
2020-08-21
cmp_vfy.c: Fix bug: must verify msg signature also in 3GPP mode
Dr. David von Oheimb
1
-14
/
+14
2020-08-21
Update CMP header file references in internal CMP documentation
Dr. David von Oheimb
2
-2
/
+2
2020-08-21
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
17
-137
/
+144
2020-08-21
x_x509.c: Simplify X509_new_with_libctx() using x509_set0_libctx()
Dr. David von Oheimb
1
-4
/
+1
2020-08-21
Re-word null->empty property; improve iteration.count example in property.pod
Dr. David von Oheimb
1
-4
/
+4
2020-08-21
testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMP
Dr. David von Oheimb
4
-40
/
+81
2020-08-21
testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULL
Dr. David von Oheimb
8
-40
/
+27
2020-08-21
Correct the #define's of EVP_PKEY_CTRL_SET1_ID and EVP_PKEY_CTRL_GET1_ID{,_LEN}
Dr. David von Oheimb
2
-12
/
+5
2020-08-21
Add prerequisite #include directives to include/crypto/x509.h
Dr. David von Oheimb
1
-0
/
+2
2020-08-21
Make sure x509v3_cache_extensions() does not modify the error queue
Dr. David von Oheimb
1
-0
/
+2
2020-08-21
Fix incorrect selection flags for ec serializer.
Shane Lontis
3
-6
/
+19
2020-08-20
Test mte with stitched ciphersuites in TLSv1.0
Matt Caswell
2
-1
/
+136
2020-08-20
Fix stitched ciphersuites in TLS1.0
Matt Caswell
1
-0
/
+22
2020-08-20
Make better use of new load_cert_pass() variant of load_cert() in apps/
Dr. David von Oheimb
11
-56
/
+64
2020-08-20
apps: make use of OSSL_STORE for generalized certs and CRLs loading
Dr. David von Oheimb
24
-309
/
+194
2020-08-20
Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}
Dr. David von Oheimb
1
-6
/
+2
2020-08-20
TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()
Richard Levitte
2
-4
/
+7
2020-08-20
PEM: Add more library context aware PEM readers
Richard Levitte
5
-46
/
+123
2020-08-20
STORE: Distinguish public keys from private keys
Richard Levitte
13
-32
/
+110
2020-08-20
PROV: Fix DSA and DH private key serializers
Richard Levitte
5
-8
/
+34
2020-08-20
X509: Add d2i_PUBKEY_ex(), which take a libctx and propq
Richard Levitte
7
-16
/
+73
2020-08-20
cmp: handle error return from OBJ_obj2txt()
Pauli
1
-3
/
+8
2020-08-20
pkeyutil: check return value reading password
Pauli
1
-2
/
+11
2020-08-20
PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS provider
Richard Levitte
1
-2
/
+4
2020-08-20
RSA: Fix rsa_todata() to only add params for existing data
Richard Levitte
1
-10
/
+14
2020-08-20
TEST: separate out NIST ECC tests from non-NIST
Richard Levitte
5
-2093
/
+2126
2020-08-20
EVP: Have evp_pkey_cmp_any() detect if export wasn't possible
Richard Levitte
1
-0
/
+4
2020-08-19
PKCS12_parse(): Clean up code and correct documentation
Dr. David von Oheimb
2
-23
/
+34
2020-08-19
PKCS12_parse(): Fix reversed order of certs parsed and output via *ca
Dr. David von Oheimb
2
-1
/
+6
2020-08-19
OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed tries
Dr. David von Oheimb
1
-7
/
+20
2020-08-19
Fix no-cms build errors.
Shane Lontis
4
-14
/
+4
2020-08-19
OCSP: Add return value checks.
Pauli
4
-20
/
+39
2020-08-18
Apps: change provider_path option to provider-path.
Pauli
9
-12
/
+12
2020-08-17
Fix DSA/DH so that legacy keys can still be generated by the default provider
Shane Lontis
6
-5
/
+37
2020-08-17
Fix broken windows builds.
Shane Lontis
1
-1
/
+1
2020-08-17
Test that EVP_default_properties_is_fips_enabled() works early
Matt Caswell
6
-4
/
+148
2020-08-17
Load the default config file before working with default properties
Matt Caswell
5
-12
/
+26
2020-08-14
provider: disable fall-backs if OSSL_PROVIDER_load() fails.
Pauli
6
-4
/
+35
2020-08-14
PKCS#12 KDF: don't run tests with the FIPS provider.
Pauli
1
-1
/
+1
[next]