index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
apps/pkcs12: Do not assume null termination of ASN1_UTF8STRING
Tomas Mraz
2021-08-31
1
-1
/
+2
*
APPS/req: Fix AKID generation in case -CA option is used
Dr. David von Oheimb
2021-08-26
1
-5
/
+6
*
APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...
Dr. David von Oheimb
2021-08-26
1
-23
/
+17
*
APPS/x509: fix -extfile option, which was ignored with -x509toreq
Dr. David von Oheimb
2021-08-26
1
-8
/
+13
*
CMS app: Fix new -wrap option
Dr. David von Oheimb
2021-08-25
1
-1
/
+1
*
Avoid using undefined value in generate_stateless_cookie_callback
Bernd Edlinger
2021-08-25
1
-1
/
+2
*
apps/ciphers: Fix wrong return value when using -convert parameter
Tianjia Zhang
2021-08-25
1
-0
/
+1
*
APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...
Dr. David von Oheimb
2021-08-25
2
-6
/
+4
*
rsa: Try legacy encoding functions for pubkey
Tomas Mraz
2021-08-24
1
-1
/
+38
*
Get rid of warn_binary
Dmitry Belyavskiy
2021-08-20
1
-29
/
+0
*
Disclaimer about the default provider activation added to config
Dmitry Belyavskiy
2021-08-12
2
-0
/
+16
*
genpkey: -quiet doesn't take an argument
Pauli
2021-08-12
1
-1
/
+1
*
Fix CMP app TLS connection not respecting vpm options like -crl_check
Dr. David von Oheimb
2021-08-06
1
-5
/
+2
*
cms: Fix handling of -rctform option
Tomas Mraz
2021-08-05
1
-8
/
+4
*
cms: Do not try to check binary format on stdin
Tomas Mraz
2021-08-05
1
-0
/
+2
*
req: Avoid segfault when -modulus is used
Tomas Mraz
2021-08-05
1
-2
/
+2
*
apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...
Dr. David von Oheimb
2021-08-04
1
-9
/
+4
*
Add config_diagnostics to our configuration files.
Pauli
2021-08-04
2
-4
/
+2
*
If we have passed the private key, don't copy it implicitly
Dmitry Belyavskiy
2021-08-03
1
-1
/
+1
*
Redefine getpid() -> _getpid() only for MSVC
Tanzinul Islam
2021-07-31
1
-5
/
+5
*
apps: Use the first detected address family if IPv6 is not available
Daiki Ueno
2021-07-16
1
-0
/
+10
*
apps: avoid using POSIX IO macros and functions when built without them.
Pauli
2021-07-14
1
-13
/
+23
*
Remove executable mode attributes of non-executable files
Tianjia Zhang
2021-07-13
1
-0
/
+0
*
app: add library context and propq arguments to opt_md() and opt_cipher()
Pauli
2021-07-12
1
-5
/
+14
*
apps: add a function opt_legacy_okay() that indicates if legacy paths are per...
Pauli
2021-07-12
1
-0
/
+32
*
apps: add query to allow a command to know of a provider command line option ...
Pauli
2021-07-12
2
-0
/
+18
*
Fix s_server PSK handling
Matt Caswell
2021-07-09
1
-0
/
+11
*
Don't add the first pkcs12 certificate multiple times
Matt Caswell
2021-07-09
1
-4
/
+7
*
apps: fix Coverity 1451531 Unchecked return value
Pauli
2021-07-09
1
-11
/
+13
*
load_key_certs_crls: Avoid reporting any spurious errors
Tomas Mraz
2021-07-02
1
-9
/
+3
*
cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requests
Dr. David von Oheimb
2021-06-30
1
-0
/
+23
*
s_time: avoid unlikely division by zero
Pauli
2021-06-30
1
-4
/
+7
*
Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'
Richard Levitte
2021-06-26
1
-2
/
+2
*
apps/CA.pl.in: restore the quotes around -CAfile, they were there for a reason
Richard Levitte
2021-06-26
1
-1
/
+3
*
Fix segfault in openssl x509 -modulus
Christian Heimes
2021-06-26
1
-1
/
+1
*
apps: address potential memory leaks
Pauli
2021-06-26
1
-0
/
+4
*
apps: properly initialise arguments to EVP_PKEY_get_bn_param()
Pauli
2021-06-26
2
-2
/
+2
*
Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()
Richard Levitte
2021-06-23
1
-14
/
+14
*
cmp_mock_srv.c: Fix polling mode such that it can be done multiple times
Dr. David von Oheimb
2021-06-23
1
-6
/
+22
*
APPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t
Richard Levitte
2021-06-22
1
-2
/
+2
*
APPS: Make fallback opt_[u]intmax() implementations based on long
Richard Levitte
2021-06-22
2
-16
/
+42
*
Update copyright year
Matt Caswell
2021-06-17
5
-5
/
+5
*
HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.c
Dr. David von Oheimb
2021-06-16
1
-6
/
+4
*
X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...
Dr. David von Oheimb
2021-06-16
1
-1
/
+1
*
apps: remove AEAD/mode checks that are now redundant
Pauli
2021-06-16
2
-20
/
+5
*
apps: use get_cipher_any() instead of get_cipher() for commands that support ...
Pauli
2021-06-16
3
-4
/
+4
*
apps: limit get_cipher() to not return AEAD or XTS ciphers
Pauli
2021-06-16
2
-6
/
+38
*
Disabling Encrypt-then-MAC extension in s_client/s_server
Dmitry Belyavskiy
2021-06-15
1
-3
/
+6
*
s_server: make -rev option easier to find (mention echo)
Hubert Kario
2021-06-15
1
-1
/
+1
*
Remove "-immedate_renegotiation" option
Rich Salz
2021-06-15
3
-12
/
+1
[next]