index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
servername_test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
APPS: Add OSSL_STORE loader for engine keys
Richard Levitte
6
-1
/
+230
2020-12-02
Fix no-dtls
Matt Caswell
1
-1
/
+2
2020-12-02
Fix a compile error with the no-sock option
Matt Caswell
1
-4
/
+3
2020-12-02
openssl dgst: add option to specify output length for XOF
Daiki Ueno
3
-13
/
+64
2020-12-02
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
12
-41
/
+31
2020-12-02
ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
3
-7
/
+28
2020-12-02
cmp_client.c: Fix indentation and remove empty line
Ankita Shetty
1
-4
/
+3
2020-12-02
cmp_client.c: Remove dead code of variable 'txt' in cert_response()
Ankita Shetty
1
-6
/
+1
2020-12-02
Don't Overflow when printing Thawte Strong Extranet Version
Matt Caswell
2
-3
/
+15
2020-12-02
Add EVP_KDF-X942 to the fips module
Shane Lontis
22
-196
/
+414
2020-12-02
Fix s390 EDDSA HW support in providers.
Shane Lontis
1
-2
/
+141
2020-12-02
Print random seed on test failure.
Pauli
1
-6
/
+9
2020-12-01
Correct system guessing for darwin64-arm64 target
Tim Hudson
1
-2
/
+2
2020-12-01
apps/pkcs12.c: Correct default legacy algs and make related doc consistent
Dr. David von Oheimb
2
-19
/
+26
2020-12-01
Fix simpledynamic.c - a typo and missed a header
Kelvin Lee
1
-1
/
+2
2020-12-01
TEST: Add a simple module loader, and test the FIPS module with it
Richard Levitte
3
-0
/
+83
2020-12-01
TEST: Break out the local dynamic loading code from shlibloadtest.c
Richard Levitte
4
-83
/
+143
2020-12-01
endecode_test.c: Add warning that 512-bit DH key size is for testing only
Dr. David von Oheimb
1
-1
/
+4
2020-12-01
test cleanup: move helper .c and .h files to test/helpers/
Dr. David von Oheimb
42
-89
/
+79
2020-12-01
remove obsolete test/drbg_cavs_data.h
Dr. David von Oheimb
1
-88
/
+0
2020-12-01
remove obsolete test/drbg_extra_test.h
Dr. David von Oheimb
1
-188
/
+0
2020-11-30
RSA: correct digestinfo_ripemd160_der[]
Richard Levitte
1
-4
/
+4
2020-11-30
aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR mode
Ard Biesheuvel
1
-14
/
+14
2020-11-30
Fix builds that specify both no-dh and no-ec
Matt Caswell
6
-48
/
+59
2020-11-30
Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINT
Matt Caswell
1
-5
/
+7
2020-11-30
Fix instances of pointer addition with the NULL pointer
Matt Caswell
6
-19
/
+33
2020-11-29
endecode_test.c: Significant speedup in generating DH and DHX keys
Dr. David von Oheimb
6
-169
/
+242
2020-11-29
Collapse two identical if statements into a single body.
John Baldwin
1
-4
/
+0
2020-11-29
Allow zero-byte writes to be reported as success.
John Baldwin
1
-1
/
+9
2020-11-28
TEST: Fix path length in test/ossl_store_test.c
Richard Levitte
1
-1
/
+10
2020-11-28
[DOC]Fix two broken links in INSTALL.md; Change name of zlib flag to the curr...
Liang Liu
1
-2
/
+2
2020-11-28
README: Move Travis link to .com from .org.
J08nY
1
-2
/
+2
2020-11-28
ERR: drop err_delete_thread_state() TODO marker
Richard Levitte
1
-2
/
+1
2020-11-28
ERR: Drop or deprecate dangerous or overly confusing functions
Richard Levitte
6
-96
/
+88
2020-11-27
Fix no-engine
Matt Caswell
1
-1
/
+1
2020-11-27
X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...
Dr. David von Oheimb
4
-16
/
+40
2020-11-27
asn1t.h: Improve comments documenting ASN1_ITYPE_... and the 'funcs' field
Dr. David von Oheimb
1
-54
/
+51
2020-11-27
EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
5
-173
/
+193
2020-11-27
Update bio_ok.c
ihsinme
1
-1
/
+1
2020-11-27
Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.pod
Matt Caswell
2
-44
/
+8
2020-11-27
Updates the CHANGES.md entry regarding DH deprecation
Matt Caswell
1
-4
/
+15
2020-11-27
Convert DH deprecations to the new way of deprecating functions
Matt Caswell
1
-120
/
+117
2020-11-27
Deprecate more DH functions
Matt Caswell
4
-50
/
+61
2020-11-27
Don't test a deprecated function in a no-deprecated build
Matt Caswell
1
-2
/
+2
2020-11-27
Remove fuzzing of deprecated functions in a no-deprecated build
Matt Caswell
1
-1
/
+1
2020-11-27
Deprecate the DHparams and DHxparams PEM routines
Matt Caswell
5
-15
/
+21
2020-11-27
Deprecate EVP_PKEY_assign_DH and other similar macros
Matt Caswell
4
-29
/
+10
2020-11-27
Deprecate functions for getting and setting DH values in an EVP_PKEY
Matt Caswell
1
-2
/
+2
2020-11-27
Deprecate DH_new as well as i2d_DHparams and d2i_DHparams
Matt Caswell
3
-9
/
+14
2020-11-27
TEST: Adapt test/errtest for the 'no-err' configuration
Richard Levitte
1
-9
/
+26
[next]