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