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/list: deprecate engine support
Pauli
2020-07-16
1
-5
/
+18
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
3
-8
/
+4
*
Add FIPS related configuration data to the default openssl application config...
Shane Lontis
2020-07-15
2
-8
/
+60
*
Make -provider_name and -section_name optional
Rich Salz
2020-07-15
1
-8
/
+6
*
Use defaults FIPSKEY if not given on command line
Rich Salz
2020-07-15
1
-0
/
+1
*
[apps/genpkey] exit status should not be 0 on output errors
Nicola Tuveri
2020-07-06
1
-2
/
+4
*
apps: remove NULL check imn release_engine since ENGINE_free also does it.
Pauli
2020-07-05
1
-3
/
+2
*
cmp: remove NULL check.
Pauli
2020-07-05
1
-2
/
+1
*
If an empty password is supplied still try to use it
Matt Caswell
2020-07-03
1
-6
/
+9
*
Improve documentation, layout, and code comments regarding self-issued certs ...
Dr. David von Oheimb
2020-07-01
2
-6
/
+6
*
Force ssl/tls protocol flags to use stream sockets
Benny Baumann
2020-06-30
1
-0
/
+20
*
Add --fips-key configuration parameter to fipsinstall application.
Rich Salz
2020-06-29
1
-5
/
+15
*
apps/openssl: clean-up of unused fallback code
Richard Levitte
2020-06-28
1
-6
/
+0
*
Update copyright year
Matt Caswell
2020-06-25
1
-1
/
+1
*
apps/cmp.c: Add workaround for Coverity false positive; rename e -> engine
Dr. David von Oheimb
2020-06-24
1
-20
/
+21
*
apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by Coverity
Dr. David von Oheimb
2020-06-24
1
-3
/
+3
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
apps: avoid memory overrun.
Pauli
2020-06-24
1
-1
/
+1
*
app/list: add RNG list option
Pauli
2020-06-24
1
-1
/
+80
*
CMS print should support string conversion
Dmitry Belyavskiy
2020-06-24
1
-3
/
+20
*
APPS: Properly pass -no-CAstore
Sebastian Andrzej Siewior
2020-06-23
2
-2
/
+2
*
APPS: Fix invoking openssl without a command
Sebastian Andrzej Siewior
2020-06-23
1
-1
/
+3
*
Fix CMP -days option range checking and test failing with enable-ubsan
Dr. David von Oheimb
2020-06-22
1
-3
/
+6
*
Return the cookie_len value from generate_cookie_callback
Matt Caswell
2020-06-19
1
-2
/
+5
*
Remove whitespace from 'white space'
haykam821
2020-06-19
1
-1
/
+1
*
Fix segfault in openssl app called with no args.
Shane Lontis
2020-06-18
1
-2
/
+7
*
coverity 1464213: API usage errors (PRINTF_ARGS)
Pauli
2020-06-17
1
-1
/
+1
*
coverity 1464212, 1464214 & 1464215: Resource leaks
Pauli
2020-06-17
1
-0
/
+3
*
Fix nits detected by make cmd-nits
Nicola Tuveri
2020-06-14
1
-1
/
+1
*
Remove extra newline from CMP mock server error and add TODO on using request...
Dr. David von Oheimb
2020-06-13
2
-1
/
+2
*
Improve description of CMP untrusted certs and msg 'sender' field
Dr. David von Oheimb
2020-06-13
1
-3
/
+2
*
Extend error output of apps/opt_format() to all error cases
Dr. David von Oheimb
2020-06-13
1
-0
/
+2
*
Remove meanwhile redundant error output of apps/opt_next(void) parsing numbers
Dr. David von Oheimb
2020-06-13
1
-18
/
+7
*
Fix use of -no-proxy option of CMP app
Dr. David von Oheimb
2020-06-13
1
-0
/
+2
*
Add request URL path checking and status responses to HTTP server
Dr. David von Oheimb
2020-06-13
4
-40
/
+130
*
Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.c
Dr. David von Oheimb
2020-06-13
2
-7
/
+8
*
Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...
Dr. David von Oheimb
2020-06-13
1
-4
/
+4
*
APPS: Use a second EVP_MD_CTX for EdDSA verify
Sebastian Andrzej Siewior
2020-06-11
1
-4
/
+18
*
APPS: Exclude legacy algorighms from speed
Sebastian Andrzej Siewior
2020-06-11
1
-0
/
+9
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
3
-10
/
+10
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-3
/
+3
*
Make error output of dhparams and dsaparams app more consistent
Dr. David von Oheimb
2020-06-10
2
-37
/
+19
*
Update RSA keygen to use sp800-56b by default
Shane Lontis
2020-06-10
1
-4
/
+11
*
APPS: Fix 'openssl dhparam'
Richard Levitte
2020-06-08
1
-6
/
+8
*
APPS: Fix 'openssl dsaparam -genkey'
Richard Levitte
2020-06-08
1
-43
/
+16
*
APPS: Remove unnecessary NULL check of uri in load_cert_pass()
Richard Levitte
2020-06-06
1
-4
/
+0
*
APPS: Make it possible to load_cert() from stdin again
Richard Levitte
2020-06-06
1
-1
/
+1
*
APPS: Drop interactive mode in the 'openssl' program
Richard Levitte
2020-06-05
1
-89
/
+8
*
Cleanup cert config files for tests
Rich Salz
2020-06-03
2
-106
/
+0
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-2
/
+1
[next]