projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Document no-sm2
[openssl.git]
/
apps
/
2018-06-21
Richard Levitte
openssl ca: open the output file as late as possible
tree
|
commitdiff
2018-06-18
David von Oheimb
add 'unsupported cipher mode' diagnostics to evp_lib...
tree
|
commitdiff
2018-06-07
Matt Caswell
Fix no-dsa
tree
|
commitdiff
2018-06-05
Georg Schmidt
Issue warnings for large DSA and RSA keys
tree
|
commitdiff
2018-05-31
Matt Caswell
Don't call setsockopt with an invalid fd
tree
|
commitdiff
2018-05-31
Matt Caswell
Fix a memory leak in an error path
tree
|
commitdiff
2018-05-31
Matt Caswell
Free a variable
tree
|
commitdiff
2018-05-31
Matt Caswell
Free a variable on an error path
tree
|
commitdiff
2018-05-31
Matt Caswell
Only set TCP_NODELAY if the protocol is TCP
tree
|
commitdiff
2018-05-31
Richard Levitte
apps: when the 'compat' nameopt has been set, leave...
tree
|
commitdiff
2018-05-30
Andy Polyakov
apps/speed.c: address asan failure with small -bytes...
tree
|
commitdiff
2018-05-30
Andy Polyakov
apps/speed.c: add -aead flag.
tree
|
commitdiff
2018-05-30
Andy Polyakov
apps/speed.c: clean up SIGARM handling.
tree
|
commitdiff
2018-05-30
Dmitry Belyavskiy
Text description of GOST signature algorithms
tree
|
commitdiff
2018-05-29
Todd Short
Replace strdup() with OPENSSL_strdup()
tree
|
commitdiff
2018-05-24
Matt Caswell
Add a sanity check on the length of pkeyutl inputs
tree
|
commitdiff
2018-05-22
Kurt Roeckx
Enable SSL_MODE_AUTO_RETRY by default
tree
|
commitdiff
2018-05-21
Andy Polyakov
apps/s_socket.c: address rare TLSProxy failures on...
tree
|
commitdiff
2018-05-21
Rich Salz
Check malloc failure via app_malloc
tree
|
commitdiff
2018-05-20
Todd Short
Fix no-srtp build warnings
tree
|
commitdiff
2018-05-18
Matt Caswell
Allow the ca application to use EdDSA
tree
|
commitdiff
2018-05-17
Matt Caswell
Allow configuation of the number of TLSv1.3 session...
tree
|
commitdiff
2018-05-12
FdaSilvaYY
apps/speed: Add brainpool curves support
tree
|
commitdiff
2018-05-12
FdaSilvaYY
apps/speed: fix possible OOB access in some EC arrays
tree
|
commitdiff
2018-05-11
Matt Caswell
Don't set TCP_NODELAY on a UDP socket
tree
|
commitdiff
2018-05-11
Kurt Roeckx
Use void in all function definitions that do not take...
tree
|
commitdiff
2018-05-08
Matt Caswell
Fix s_client and s_server so that they correctly handle...
tree
|
commitdiff
2018-05-02
FdaSilvaYY
apps/speed.c: merge parameters defining EC curves to...
tree
|
commitdiff
2018-05-02
Pavel Kopyl
Fix memory leaks in CA related functions.
tree
|
commitdiff
2018-04-27
Richard Levitte
apps/s_server.c: Avoid unused variable due to 'no-dtls'
tree
|
commitdiff
2018-04-26
Dr. Matthias St...
Fix mixed indentation (and other whitespace issues)
tree
|
commitdiff
2018-04-25
Richard Levitte
openssl rehash: exit 0 on warnings, same as c_rehash
tree
|
commitdiff
2018-04-25
Matt Caswell
Fix documentation for the -showcerts s_client option
tree
|
commitdiff
2018-04-25
Richard Levitte
apps/opt.c: Remove the access checks of input and outpu...
tree
|
commitdiff
2018-04-25
Richard Levitte
Better check of return values from app_isdir and app_access
tree
|
commitdiff
2018-04-25
Richard Levitte
Revert "Check directory is able to create files for...
tree
|
commitdiff
2018-04-25
Richard Levitte
Revert "Add VMS version of app_dirname()"
tree
|
commitdiff
2018-04-25
Richard Levitte
Revert "Check on VMS as well"
tree
|
commitdiff
2018-04-23
Richard Levitte
Fix openssl ca, to correctly make output file binary...
tree
|
commitdiff
2018-04-23
Richard Levitte
Fix late opening of output file
tree
|
commitdiff
2018-04-19
Richard Levitte
Enable all implemented digests
tree
|
commitdiff
2018-04-19
A. Schulze
correct spelling errors detected by Debian lintian
tree
|
commitdiff
2018-04-19
Matt Caswell
Fix ocsp app exit code
tree
|
commitdiff
2018-04-19
Viktor Dukhovni
Add missing index_index() when reloading OCSP responder
tree
|
commitdiff
2018-04-18
Andy Polyakov
apps/s_socket.c: fix memory sanitizer problem in ACCEPT...
tree
|
commitdiff
2018-04-17
Andy Polyakov
apps/s_socket.c: print only dynamically allocated port...
tree
|
commitdiff
2018-04-12
Richard Levitte
openssl rehash: use libcrypto variables for default dir
tree
|
commitdiff
2018-04-08
Andy Polyakov
apps/{s_client.c|s_socket}.c: omit usleep calls.
tree
|
commitdiff
2018-04-08
Andy Polyakov
apps/s_socket.c: disable the Nagle algorithm.
tree
|
commitdiff
2018-04-06
Kaoru Toda
Duplicate code refactored
tree
|
commitdiff
2018-04-06
Matt Caswell
Add a note and better error if using Ed25519/Ed448...
tree
|
commitdiff
2018-04-04
Richard Levitte
openssl s_server: print the accepting address and socket
tree
|
commitdiff
2018-04-03
Bernd Edlinger
Change the "offset too large" message to more generic...
tree
|
commitdiff
2018-04-03
Bernd Edlinger
Remove an unnecessary cast in the param to BUF_MEM_grow
tree
|
commitdiff
2018-04-03
Bernd Edlinger
Fix range checks with -offset and -length in asn1parse
tree
|
commitdiff
2018-04-03
Bernd Edlinger
Use strtol instead of atoi in asn1parse
tree
|
commitdiff
2018-04-03
Bernd Edlinger
Improve diagnostics for invalid arguments in asn1parse...
tree
|
commitdiff
2018-04-03
Bernd Edlinger
Fix a crash in the asn1parse command
tree
|
commitdiff
2018-03-26
Bernd Edlinger
Previously this x509 command line was working, restore...
tree
|
commitdiff
2018-03-26
Bernd Edlinger
Fix dsaparam -genkey with DER outform
tree
|
commitdiff
2018-03-25
Bernd Edlinger
Fix ecparam -genkey with point compression or DER outform
tree
|
commitdiff
2018-03-22
Rich Salz
Fix resource files
tree
|
commitdiff
2018-03-21
Pauli
Don't call strsignal, just print the signal number.
tree
|
commitdiff
2018-03-21
FdaSilvaYY
Unify s_client/s_server srtp profiles option handling
tree
|
commitdiff
2018-03-21
Bernd Edlinger
Cleanup the s_time command.
tree
|
commitdiff
2018-03-20
Eric Covener
aix compat fixes for ocsp.c
tree
|
commitdiff
2018-03-20
Johannes Bauer
Make pkeyutl a bit more user-friendly
tree
|
commitdiff
2018-03-20
Matt Caswell
Fix the OCSP responder mode
tree
|
commitdiff
2018-03-20
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-03-19
Richard Levitte
s_client, s_server: do generic SSL configuration first...
tree
|
commitdiff
2018-03-19
Richard Levitte
Support "-min_protocol" and "-max_protocol" in s_server...
tree
|
commitdiff
2018-03-19
Matt Caswell
Fix no-posix-io compile failure
tree
|
commitdiff
2018-03-19
Jack Lloyd
Add SM2 signature and ECIES schemes
tree
|
commitdiff
2018-03-15
Richard Levitte
VMS: add alias macros to avoid 31 character symbol...
tree
|
commitdiff
2018-03-15
Matt Caswell
Fix a memory leak in the ca application
tree
|
commitdiff
2018-03-15
Matt Caswell
Allow multiple entries without a Subject even if unique...
tree
|
commitdiff
2018-03-15
Matt Caswell
Report a readable error on a duplicate cert in ca app
tree
|
commitdiff
2018-03-15
Matt Caswell
Revert "Don't allow an empty Subject when creating...
tree
|
commitdiff
2018-03-15
Matt Caswell
Revert "Don't crash on a missing Subject in index.txt"
tree
|
commitdiff
2018-03-15
Matt Caswell
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
tree
|
commitdiff
2018-03-15
Matt Caswell
Add support for setting raw private HMAC keys
tree
|
commitdiff
2018-03-14
Matt Caswell
Update s_time to be allow configuration of TLSv1.3...
tree
|
commitdiff
2018-03-14
Matt Caswell
Split configuration of TLSv1.3 ciphers from older ciphers
tree
|
commitdiff
2018-03-13
Tim Hudson
update SRP copyright notice
tree
|
commitdiff
2018-03-12
Richard Levitte
openssl rehash: no more need to massage the files on VMS
tree
|
commitdiff
2018-03-12
Benjamin Saunders
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
tree
|
commitdiff
2018-03-09
Richard Levitte
Restore the display of options with 'openssl version -a'
tree
|
commitdiff
2018-03-09
Steven Noonan
speed: add ecdhx448 to ecdh choices
tree
|
commitdiff
2018-03-09
Matt Caswell
Tolerate TLSv1.3 PSKs that are a different size to...
tree
|
commitdiff
2018-03-08
Viktor Dukhovni
Make OCSP "multi" compatible with "no-sock" builds.
tree
|
commitdiff
2018-03-08
Richard Levitte
Make "make variables" config attributes for overridable...
tree
|
commitdiff
2018-03-08
FdaSilvaYY
Duplicate entries ssl_handshake_tbl trace entries...
tree
|
commitdiff
2018-03-07
Viktor Dukhovni
Implement multi-process OCSP responder.
tree
|
commitdiff
2018-03-07
Viktor Dukhovni
Prepare to detect index changes in OCSP responder.
tree
|
commitdiff
2018-03-05
Tomas Mraz
Add support for .include directive in config files
tree
|
commitdiff
2018-03-05
Matt Caswell
Add X448/Ed448 support to libssl
tree
|
commitdiff
2018-03-01
Benjamin Kaduk
Do not set a nonzero default max_early_data
tree
|
commitdiff
2018-02-28
Richard Levitte
Check on VMS as well
tree
|
commitdiff
2018-02-28
Richard Levitte
Add VMS version of app_dirname()
tree
|
commitdiff
2018-02-28
Paul Yang
Fix the type of -out option
tree
|
commitdiff
next