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