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
*
Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_params
Shane Lontis
2021-05-28
1
-1
/
+0
*
Add missing EVP_CTRL_CCM_SET_L control
Shane Lontis
2021-05-28
1
-0
/
+6
*
Add Docs for EVP_CIPHER-*
Shane Lontis
2021-05-28
19
-79
/
+827
*
EVP_CIPHER Documentation updates
Shane Lontis
2021-05-28
2
-461
/
+717
*
ERR: Rebuild generated engine error files
Sven Schwermer
2021-05-28
5
-10
/
+10
*
mkerr: Fix string literal conversion
Sven Schwermer
2021-05-28
1
-2
/
+2
*
Fix PKCS12_create() so that a fetch error is not added to the error stack.
Shane Lontis
2021-05-28
2
-0
/
+90
*
Fix typo about SSL_CONF_FLAG_CMDLINE
Tommy Chiang
2021-05-28
1
-2
/
+2
*
Fix issues found by md-nits
Rich Salz
2021-05-28
6
-43
/
+17
*
Fix memory leak in OSSL_CMP_CTX
Petr Gotthard
2021-05-28
2
-1
/
+2
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
20
-66
/
+75
*
Fix doc typos.
David Makepeace
2021-05-28
1
-2
/
+2
*
Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not...
Tom Cosgrove
2021-05-28
1
-2
/
+2
*
FIPS Checksums: checkout the head of the base repo as pristine
Tomas Mraz
2021-05-28
1
-1
/
+2
*
Call SSLfatal when the generate_ticket_cb returns 0
Todd Short
2021-05-27
1
-2
/
+3
*
FIPS Checksums CI: use separate directories for the checkouts
Tomas Mraz
2021-05-27
1
-9
/
+14
*
generate_fips_sources: properly include providers/common/der/*.in
Tomas Mraz
2021-05-27
1
-7
/
+2
*
Fix compilation warning with GCC11.
Juergen Christ
2021-05-27
2
-3
/
+3
*
coverity 1484912: Null pointer dereferences (NULL_RETURNS)
Pauli
2021-05-27
1
-0
/
+3
*
coverity 1484913: Null pointer dereferences (REVERSE_INULL)
Pauli
2021-05-27
1
-3
/
+8
*
TEST: Prefer using precomputed RSA and DH keys for more efficient tests
Dr. David von Oheimb
2021-05-27
15
-47
/
+104
*
APPS req: Extend the -keyout option to be respected also with -key
Dr. David von Oheimb
2021-05-27
2
-14
/
+19
*
DOC: Improve description of 'req' app: -new, -newkey, and -keyout options
Dr. David von Oheimb
2021-05-27
2
-16
/
+22
*
Fix spelling mistake in d2i_PrivateKey.pod
Shane Lontis
2021-05-27
1
-1
/
+1
*
Add demo for EC keygen
Shane Lontis
2021-05-27
3
-8
/
+186
*
Fix OCSP_sendreq_nbio arg order
jwalch
2021-05-27
1
-1
/
+1
*
test: test MP genrsa in deprecated builds
Pauli
2021-05-27
1
-10
/
+21
*
test: add test for key generation strength > RNG strength
Pauli
2021-05-27
1
-12
/
+17
*
test: test genrsa in deprecated builds
Pauli
2021-05-27
1
-33
/
+20
*
errors: update error message (to be squashed)
Pauli
2021-05-27
4
-2
/
+7
*
rsa: check that the RNG is capable of producing a key of the specified size
Pauli
2021-05-27
1
-0
/
+22
*
rsa: remove the limit on the maximum key strength
Pauli
2021-05-27
1
-3
/
+1
*
Use "" for include crypto/xxx
Rich Salz
2021-05-27
6
-6
/
+6
*
Use "" for include internal/xxx
Rich Salz
2021-05-27
9
-11
/
+10
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
16
-23
/
+21
*
rsa: rename global rsaz_ sumbols so they are in namespace
Pauli
2021-05-27
4
-85
/
+85
*
aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
Pauli
2021-05-27
7
-53
/
+54
*
bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5
Pauli
2021-05-27
2
-22
/
+28
*
bn: rename bn_check_prime_int -> ossl_bn_check_primt
Pauli
2021-05-27
3
-9
/
+9
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
17
-87
/
+365
*
apps: Fix the mismatch of SM2 keys keymgmt
Tianjia Zhang
2021-05-26
1
-1
/
+5
*
util/fix-doc-nits: Fix link detection in collectnames() to be kinder
Richard Levitte
2021-05-26
1
-10
/
+21
*
TEST: Add test specific fipsmodule.cnf, and use it
Richard Levitte
2021-05-26
4
-5
/
+46
*
Build file templates: rework FIPS module installation
Richard Levitte
2021-05-26
3
-28
/
+40
*
Build file templates: rework how general dependencies are computed
Richard Levitte
2021-05-26
3
-87
/
+71
*
Rework how providers/fipsmodule.cnf is produced
Richard Levitte
2021-05-26
5
-35
/
+95
*
Ignore the threadstest_fips executable
Matt Caswell
2021-05-26
1
-0
/
+1
*
OSSL_DECODER_from_bio: Report an unsupported error when there is none
Tomas Mraz
2021-05-26
1
-2
/
+3
*
Add negative test cases for PEM_read_bio_PrivateKey
Tomas Mraz
2021-05-26
1
-0
/
+36
*
Fix possible infinite loop in pem_read_bio_key_decoder()
Tomas Mraz
2021-05-26
1
-1
/
+8
[next]