index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
ck_errf.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
make update
Matt Caswell
3
-54
/
+54
2021-06-17
Update copyright year
Matt Caswell
191
-191
/
+191
2021-06-17
test/recipes/80-test_cmp_http.t: Kill the mock server brutally
Richard Levitte
1
-1
/
+1
2021-06-17
gost: remove the internal GOST test.
Pauli
4
-172
/
+1
2021-06-17
Fix exit code for VMS in util/wrap.pl and test/run_tests.pl
Richard Levitte
2
-7
/
+32
2021-06-17
Fix small typo in test/recipes/05-test_pbe.t
Richard Levitte
1
-1
/
+1
2021-06-17
Add self test for ECDSA using curve with a binary field
Shane Lontis
1
-8
/
+45
2021-06-16
Always wait for both threads to finish
Rich Salz
1
-5
/
+9
2021-06-16
DSO: Fix the VMS DSO name converter to actually do something
Richard Levitte
1
-5
/
+31
2021-06-16
TEST: Change 'catdir' to 'catfile' when dealing with files, in run_tests.pl
Richard Levitte
1
-2
/
+2
2021-06-16
Build file templates: Fix in2script dependencies
Richard Levitte
3
-3
/
+3
2021-06-16
Configuration: Fix incorrect $unified_info{attributes} references
Richard Levitte
6
-6
/
+9
2021-06-16
prov: tag SM2 encoders and decoders as non-FIPS
Pauli
2
-10
/
+10
2021-06-16
VMS build: drop a spurious debug print
Richard Levitte
1
-2
/
+0
2021-06-16
HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.c
Dr. David von Oheimb
8
-34
/
+33
2021-06-16
X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...
Dr. David von Oheimb
5
-23
/
+58
2021-06-16
CORE: Do a bit of cleanup of core fetching
Richard Levitte
6
-62
/
+48
2021-06-16
Fix DH private key check.
Shane Lontis
2
-1
/
+2
2021-06-16
Add a test for fetching various non-evp objects
Matt Caswell
3
-1
/
+197
2021-06-16
Clean up the encoder/decoder/loader stores before providers
Matt Caswell
3
-3
/
+6
2021-06-16
apps: remove AEAD/mode checks that are now redundant
Pauli
2
-20
/
+5
2021-06-16
apps: use get_cipher_any() instead of get_cipher() for commands that support ...
Pauli
3
-4
/
+4
2021-06-16
apps: limit get_cipher() to not return AEAD or XTS ciphers
Pauli
2
-6
/
+38
2021-06-16
doc: document the various get_cipher functions in the commands lib.
Pauli
1
-5
/
+12
2021-06-16
test: add test cases for SHAxxx helper functions
Pauli
3
-1
/
+127
2021-06-16
Include a local static buffer for the SHA helper functions
Pauli
1
-0
/
+20
2021-06-16
Correct processing of AES-SHA stitched ciphers
Dmitry Belyavskiy
1
-1
/
+1
2021-06-16
Add missing migration_guide API mappings.
Shane Lontis
1
-0
/
+24
2021-06-16
Add documentation for the newly added OBJ up calls
Matt Caswell
3
-24
/
+62
2021-06-16
Add a test for the newly added OBJ upcalls
Matt Caswell
3
-1
/
+136
2021-06-16
Add various OBJ functions as callbacks
Matt Caswell
2
-0
/
+50
2021-06-16
doc: finish the provider child up call documentation
Pauli
1
-1
/
+7
2021-06-16
TEST: Skip test/recipes/01-test_symbol_presence.t on MacOS
Richard Levitte
1
-0
/
+2
2021-06-16
TEST: Display the correct shared library name
Richard Levitte
1
-4
/
+5
2021-06-16
new: update NEWS.md so it is correct.
Pauli
1
-1
/
+1
2021-06-16
new: update NEWS.md so it is correct.
Pauli
1
-9
/
+7
2021-06-15
Disabling Encrypt-then-MAC extension in s_client/s_server
Dmitry Belyavskiy
5
-5
/
+23
2021-06-15
TEST: Make test/recipes/01-test_symbol_presence.t more platform agnostic
Richard Levitte
1
-3
/
+9
2021-06-15
Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...
Richard Levitte
1
-32
/
+24
2021-06-15
test/evp_extra_test.c: Peek at the error instead of getting it.
Richard Levitte
1
-1
/
+1
2021-06-15
DECODER & ENCODER: Add better tracing
Richard Levitte
1
-0
/
+44
2021-06-15
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
Richard Levitte
10
-5
/
+12
2021-06-15
Refactor evp_generic_do_all() to behave like evp_generic_fetch()
Richard Levitte
2
-42
/
+52
2021-06-15
Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()
Richard Levitte
1
-33
/
+22
2021-06-15
Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()
Richard Levitte
2
-34
/
+28
2021-06-15
Add the internal function ossl_method_store_do_all()
Richard Levitte
2
-0
/
+39
2021-06-15
s_server: make -rev option easier to find (mention echo)
Hubert Kario
2
-4
/
+3
2021-06-15
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
6
-129
/
+188
2021-06-15
ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing...
Dr. David von Oheimb
1
-7
/
+8
2021-06-15
BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundant
Dr. David von Oheimb
1
-7
/
+2
[next]