index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
context_internal_test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
Optimize AES-XTS mode in OpenSSL for aarch64
XiaokangQian
3
-0
/
+1468
2020-11-11
apps/passwd: remove the -crypt option.
Pauli
4
-52
/
+14
2020-11-11
rsa_test: add return value check
Pauli
1
-11
/
+13
2020-11-11
Do not prepend $OPENSSL_CONF_INCLUDE to absolute include paths
Tomas Mraz
1
-2
/
+9
2020-11-11
Add ossl_is_absolute_path function to detect absolute paths
Tomas Mraz
2
-4
/
+27
2020-11-11
Avoid duplicate ends_with_dirsep functions
Tomas Mraz
4
-30
/
+55
2020-11-11
test/recipes/30-test_evp_libctx.t: use fips-and-base.cnf
Richard Levitte
1
-1
/
+1
2020-11-11
test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()
Richard Levitte
1
-2
/
+11
2020-11-11
test/endecode_test.c: Update to specify output structures
Richard Levitte
2
-85
/
+75
2020-11-11
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
9
-133
/
+142
2020-11-11
PROV: Re-implement all the keypair encoders
Richard Levitte
5
-223
/
+842
2020-11-11
ENCODER: Add tracing
Richard Levitte
4
-7
/
+86
2020-11-11
ENCODER: Add output structure support for EVP_PKEY encoding
Richard Levitte
4
-209
/
+287
2020-11-11
ENCODER: Add support for OSSL_FUNC_encoder_does_selection()
Richard Levitte
4
-8
/
+22
2020-11-11
ENCODER: Add support for specifying the outermost output structure
Richard Levitte
7
-48
/
+135
2020-11-11
CORE: Add support for specifying the outermost object structure
Richard Levitte
2
-5
/
+11
2020-11-11
Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call
Richard Levitte
8
-64
/
+64
2020-11-11
SSL: refactor all SSLfatal() calls
Richard Levitte
27
-2181
/
+1055
2020-11-11
SSL: refactor ossl_statem_fatal() and SSLfatal()
Richard Levitte
2
-13
/
+16
2020-11-11
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
27
-370
/
+340
2020-11-11
OSSL_STORE: Make sure the called OSSL_DECODER knows what to expect
Richard Levitte
1
-7
/
+32
2020-11-11
PEM: Have pem_read_bio_key() set the OSSL_STORE expected type
Richard Levitte
1
-0
/
+3
2020-11-11
Restore the legacy implementation of PEM_read_bio_DHparams()
Richard Levitte
2
-61
/
+44
2020-11-11
TEST: Adapt test/endecoder_test.c
Richard Levitte
1
-0
/
+2
2020-11-11
DH: Move the code to set the DH sub-type
Richard Levitte
2
-5
/
+7
2020-11-11
Adapt libcrypto functionality to specify the desired input structure
Richard Levitte
2
-13
/
+7
2020-11-11
PROV: Re-implement all the keypair decoders
Richard Levitte
8
-125
/
+582
2020-11-11
DECODER: Add tracing
Richard Levitte
4
-3
/
+41
2020-11-11
DECODER: Add input structure support for EVP_PKEY decoding
Richard Levitte
3
-10
/
+86
2020-11-11
DECODER: Add support for OSSL_FUNC_decoder_does_selection()
Richard Levitte
3
-3
/
+12
2020-11-11
DECODER: Add support for specifying the outermost input structure
Richard Levitte
5
-7
/
+87
2020-11-11
25-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errors
Dr. David von Oheimb
1
-2
/
+6
2020-11-11
cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplate
Dr. David von Oheimb
3
-6
/
+12
2020-11-11
Add support for making all of KBKDF FixedInput fields optional.
Shane Lontis
4
-16
/
+134
2020-11-10
Remove some redundant error messages in the apps
Matt Caswell
1
-8
/
+1
2020-11-10
Fix the reading of DSA parameters files using the dsaparam app
Matt Caswell
3
-12
/
+15
2020-11-10
Document pkcs12 alg NONE
Pali Rohár
1
-0
/
+2
2020-11-10
openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver...
Dr. David von Oheimb
1
-65
/
+28
2020-11-10
openssl.pod: Improve doc of -verify_email, -verify_hostname, and -verify_ip
Dr. David von Oheimb
1
-6
/
+6
2020-11-10
openssl-*.pod.in: Prevent newlines on empty engine_synopsis causing layout er...
Dr. David von Oheimb
33
-67
/
+35
2020-11-10
openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuri...
Dr. David von Oheimb
1
-115
/
+119
2020-11-10
apps/cmp.c: Improve order of -path option: just after -server
Dr. David von Oheimb
1
-5
/
+6
2020-11-10
PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()
Richard Levitte
1
-5
/
+2
2020-11-10
UI: Use OPENSSL_zalloc() in general_allocate_prompt()
Richard Levitte
1
-1
/
+1
2020-11-10
Fix REF_PRINT_COUNT argument in ecx_key_free
Daniel Bevenius
1
-1
/
+1
2020-11-08
Remove test that breaks on AIX.
Shane Lontis
1
-3
/
+1
2020-11-08
This should fix a lock-order-inversion
Bernd Edlinger
1
-2
/
+3
2020-11-07
test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_check
Richard Levitte
1
-2
/
+2
2020-11-07
EVP: Have all EVP_PKEY check functions export to provider if possible
Richard Levitte
1
-36
/
+41
2020-11-07
Fix test/recipes/80-test_ca.t to skip_all properly in a subtest
Richard Levitte
1
-9
/
+11
[next]