index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
fix-includes.sed
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-16
CI: have enable-acvp-tests in some CI build
Tomas Mraz
1
-1
/
+1
2021-07-16
Signature algos: allow having identical digest in params
Tomas Mraz
3
-17
/
+43
2021-07-16
acvp_test: Fix incorrect parenthesis
Tomas Mraz
1
-2
/
+2
2021-07-16
apps: Use the first detected address family if IPv6 is not available
Daiki Ueno
1
-0
/
+10
2021-07-15
Split bignum code out of the sparcv9cap.c
Tomas Mraz
28
-103
/
+157
2021-07-15
doc: document the params arguments to the initialisation functions.
Pauli
2
-4
/
+8
2021-07-15
evp: constify some OSSL_PARAM arguments
Pauli
2
-5
/
+5
2021-07-15
Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()
Tomas Mraz
2
-18
/
+4
2021-07-15
doc: Document that incomplete certificates return error
Tomas Mraz
4
-6
/
+10
2021-07-14
test: add single byte IV AES GCM tests
Pauli
1
-0
/
+103
2021-07-14
Remove lower limit on GCM mode ciphers
Pauli
4
-12
/
+5
2021-07-14
apps: avoid using POSIX IO macros and functions when built without them.
Pauli
1
-13
/
+23
2021-07-14
Fix OSSL_TRACE9 missing arg9
Syrone Wong
1
-1
/
+1
2021-07-13
Avoid empty lines in nmake rule bodies
Richard Levitte
1
-13
/
+13
2021-07-13
Remove executable mode attributes of non-executable files
Tianjia Zhang
10
-0
/
+0
2021-07-13
asn.1: fix Coverity 1487104 Logically dead code
Pauli
1
-4
/
+5
2021-07-12
doc: document the new opt_legacy_okay() function's behaviour
Pauli
1
-1
/
+9
2021-07-12
app: add library context and propq arguments to opt_md() and opt_cipher()
Pauli
1
-5
/
+14
2021-07-12
apps: add a function opt_legacy_okay() that indicates if legacy paths are per...
Pauli
1
-0
/
+32
2021-07-12
apps: add query to allow a command to know of a provider command line option ...
Pauli
2
-0
/
+18
2021-07-12
test: make build descriptions more consistent
Pauli
1
-2
/
+2
2021-07-12
test: add a shim function for the apps's opt_legacy_okay() function
Pauli
1
-0
/
+26
2021-07-12
test: rename apps_mem.c to be apps_shims.c in anticipation of additonal funct...
Pauli
2
-1
/
+1
2021-07-11
Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted input
Dr. David von Oheimb
1
-2
/
+3
2021-07-11
Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0
Dr. David von Oheimb
2
-3
/
+5
2021-07-10
BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is given
Daiki Ueno
1
-1
/
+1
2021-07-10
test_cmp_ctx: Avoid using empty X509 with i2d
Tomas Mraz
2
-5
/
+23
2021-07-10
Fix test/asn1_encode_test.c to handle encoding/decoding failure
Richard Levitte
1
-22
/
+27
2021-07-10
Fix test/asn1_encode_test.c to not use ASN1_FBOOLEAN
Richard Levitte
1
-5
/
+5
2021-07-10
ASN.1: Refuse to encode to DER if non-optional items are missing
Richard Levitte
1
-9
/
+20
2021-07-10
TEST: Check that i2d refuses to encode non-optional items with no content
Richard Levitte
1
-0
/
+44
2021-07-10
Configurations/unix-Makefile.tmpl: use platform->sharedlib() as fallback
Richard Levitte
1
-1
/
+2
2021-07-10
platform->sharedlib_simple(): return undef when same as platform->sharedlib()
Richard Levitte
1
-0
/
+1
2021-07-09
Fix s_server PSK handling
Matt Caswell
1
-0
/
+11
2021-07-09
Add a PKCS12 test to check with one input cert we get one output cert
Matt Caswell
1
-1
/
+15
2021-07-09
Don't add the first pkcs12 certificate multiple times
Matt Caswell
1
-4
/
+7
2021-07-09
apps: fix Coverity 1451531 Unchecked return value
Pauli
1
-11
/
+13
2021-07-08
evp: detect and raise an error if no digest is found for a sign/verify operation
Pauli
1
-1
/
+8
2021-07-08
Fix compile warning with GCC 11.
Juergen Christ
1
-1
/
+1
2021-07-08
Made foreign bit field unsigned in evp.h
Randall S. Becker
1
-1
/
+1
2021-07-08
Fix bug in X509_print_ex
Rich Salz
1
-4
/
+6
2021-07-07
Fix comment for test_negotiated_group() test order
Benjamin Kaduk
1
-4
/
+4
2021-07-07
CRYPTO: Remove the check for built-in methods in the export_to function
Richard Levitte
4
-28
/
+0
2021-07-07
bn: procduce correct sign for result of BN_mod()
Pauli
2
-5
/
+79
2021-07-06
changes: add entry noting the removal of ERR_GET_FUNC()
Pauli
1
-0
/
+8
2021-07-06
doc: update documentation to note removal of ERR_GET_FUNC()
Pauli
1
-8
/
+6
2021-07-06
err: remove ERR_GET_FUNC()
Pauli
2
-6
/
+0
2021-07-06
test: add some integral type size sanity checks
Pauli
1
-1
/
+34
2021-07-06
util: add -fips option to wrap.pl to make using the FIPS provider easier
Pauli
1
-0
/
+14
2021-07-06
Add HKDF negative tests
Shane Lontis
3
-10
/
+178
[next]