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