index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
nullprov.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-29
make update
Matt Caswell
4
-1061
/
+1063
2021-07-29
Update copyright year
Matt Caswell
65
-65
/
+65
2021-07-29
Update fingerprints.txt
Matt Caswell
1
-9
/
+7
2021-07-28
Add missing session timeout calc
Todd Short
1
-0
/
+1
2021-07-28
test: add a comment indication that a bad MAC is intentional
Pauli
1
-1
/
+3
2021-07-28
Add some testing for the case where the FIPS provider fails to load
Matt Caswell
4
-14
/
+65
2021-07-28
Don't try and load the config file while already loading the config file
Matt Caswell
3
-7
/
+16
2021-07-28
Ensure any default_properties still apply even in the event of a provider loa...
Matt Caswell
1
-1
/
+15
2021-07-28
Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS module
Matt Caswell
1
-0
/
+1
2021-07-28
ci: disable async for the SH4 build and reenable the associated test
Pauli
1
-2
/
+2
2021-07-28
ci: get rid of no-asm flag to m68k cross compiles
Pauli
1
-2
/
+2
2021-07-28
ci: add the param conversion tests to the cross compiles.
Pauli
1
-1
/
+1
2021-07-28
QEMU: include test runs for most cross compilation targets
Pauli
1
-9
/
+49
2021-07-28
test: handle not a number (NaN) values in the param conversion test.
Pauli
1
-2
/
+22
2021-07-28
Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()
Matt Caswell
1
-1
/
+20
2021-07-28
Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dup
Matt Caswell
2
-0
/
+2
2021-07-27
Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs
Matt Caswell
4
-10
/
+10
2021-07-27
KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable it
Tomas Mraz
1
-1
/
+2
2021-07-27
Test ktls in non-default options CI build
Tomas Mraz
1
-1
/
+3
2021-07-27
Drop no-ktls from runchecker daily build as it has no effect
Tomas Mraz
1
-1
/
+0
2021-07-27
ECDSA_SIG_set0(): Clarify documentation and fix formatting errors
Tomas Mraz
1
-33
/
+32
2021-07-27
ECDSA_SIG_set0: r and s parameters cannot be NULL
Tomas Mraz
1
-2
/
+2
2021-07-26
DOCS: Move the description of EVP_PKEY_get0_description()
Richard Levitte
2
-7
/
+8
2021-07-26
EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()
Richard Levitte
6
-8
/
+56
2021-07-23
Fix potential problems with EVP_PKEY_CTX_new() with engine set
Tomas Mraz
1
-9
/
+14
2021-07-23
do_sigver_init: Add missing ERR_clear_last_mark()
Tomas Mraz
1
-0
/
+1
2021-07-23
ci: QEMU based cross compiled testing
Pauli
1
-30
/
+88
2021-07-23
ci: reinstate the passwd tests for the no-cached-fetch run.
Pauli
2
-14
/
+28
2021-07-23
Makefile: Avoid changing LIBDIR based on whether it already exists
jenda1
1
-8
/
+1
2021-07-23
DSA/RSA_print(): Fix potential memory leak
Tomas Mraz
2
-6
/
+12
2021-07-22
Add a test for custom EVP_PKEY_METHODs
Matt Caswell
1
-0
/
+328
2021-07-22
Fix custom EVP_PKEY_METHOD implementations where no engine is present
Matt Caswell
2
-35
/
+21
2021-07-22
Update our EVP_PKEY_METHODs to get low level keys via public APIs
Matt Caswell
5
-43
/
+94
2021-07-22
OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxy
Dr. David von Oheimb
1
-1
/
+2
2021-07-21
ci: omit tests that consume too much memory
Pauli
1
-1
/
+1
2021-07-21
tls_process_{client,server}_certificate(): allow verify_callback return > 1
Dr. David von Oheimb
4
-12
/
+13
2021-07-21
SSL_CTX_set_cert_verify_callback.pod: various corrections and clarifications
Dr. David von Oheimb
1
-17
/
+28
2021-07-21
Add testcases for SSL_key_update() corner case calls
yangyangtiantianlonglong
3
-10
/
+274
2021-07-20
test: include all DRBG tests in FIPS mode
Pauli
1
-144
/
+0
2021-07-20
docs: update CTR DRBG documentation to not mention the lack of a derivation f...
Pauli
1
-2
/
+1
2021-07-20
err: remove the derivation function is mandatory for FIPS error message since...
Pauli
3
-5
/
+0
2021-07-20
drbg: allow the ctr derivation function to be disabled in FIPS mode
Pauli
1
-14
/
+0
2021-07-20
Fix a read buffer overrun in X509_aux_print().
Ingo Schwarze
1
-2
/
+2
2021-07-20
doc: fix OPENSSL_VERSION_NUMBER length in the synopsis
Petr Gotthard
1
-1
/
+1
2021-07-20
demos: update readme file with pbkdf2 and scrypt examples.
Pauli
1
-0
/
+2
2021-07-20
demos: add Makefile support for pbkdf2 and scrypt KDF demos
Pauli
1
-2
/
+4