index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
Commit message (
Expand
)
Author
Age
Files
Lines
*
apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loop
Patrick Steuer
2018-07-12
1
-7
/
+15
*
Add tests for the "req" command, -addext flag
Rich Salz
2018-07-09
1
-0
/
+1
*
apps/req.c: fix -addext option.
Andy Polyakov
2018-07-09
1
-14
/
+11
*
Don't fail if the PSK identity doesn't match
Matt Caswell
2018-07-06
1
-2
/
+5
*
Add the ability to configure recv_max_early_data via s_server
Matt Caswell
2018-07-06
1
-4
/
+15
*
Reject duplicate -addext parameters
Rich Salz
2018-07-05
1
-3
/
+77
*
Add the ability to configure anti-replay via SSL_CONF
Matt Caswell
2018-07-02
1
-0
/
+5
*
Only dump session data after we have received it
Matt Caswell
2018-06-26
1
-15
/
+39
*
apps/speed.c: add missing checks for RAND_bytes()
捷成吴
2018-06-24
1
-2
/
+4
*
Support directories with "." in x509_load_serial()
Ana María Martínez Gómez
2018-06-24
1
-1
/
+1
*
apps/ca: fix useless get before delete.
FdaSilvaYY
2018-06-21
1
-3
/
+3
*
openssl ca: open the output file as late as possible
Richard Levitte
2018-06-21
1
-4
/
+12
*
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
David von Oheimb
2018-06-18
1
-0
/
+7
*
Fix no-dsa
Matt Caswell
2018-06-07
1
-0
/
+2
*
Issue warnings for large DSA and RSA keys
Georg Schmidt
2018-06-05
4
-0
/
+30
*
Don't call setsockopt with an invalid fd
Matt Caswell
2018-05-31
1
-2
/
+5
*
Fix a memory leak in an error path
Matt Caswell
2018-05-31
1
-0
/
+1
*
Free a variable
Matt Caswell
2018-05-31
1
-0
/
+1
*
Free a variable on an error path
Matt Caswell
2018-05-31
1
-0
/
+1
*
Only set TCP_NODELAY if the protocol is TCP
Matt Caswell
2018-05-31
1
-1
/
+1
*
apps: when the 'compat' nameopt has been set, leave it be
Richard Levitte
2018-05-31
1
-1
/
+2
*
apps/speed.c: address asan failure with small -bytes and large -misalign.
Andy Polyakov
2018-05-30
1
-1
/
+4
*
apps/speed.c: add -aead flag.
Andy Polyakov
2018-05-30
1
-42
/
+113
*
apps/speed.c: clean up SIGARM handling.
Andy Polyakov
2018-05-30
1
-24
/
+18
*
Text description of GOST signature algorithms
Dmitry Belyavskiy
2018-05-30
1
-0
/
+9
*
Replace strdup() with OPENSSL_strdup()
Todd Short
2018-05-29
1
-5
/
+9
*
Add a sanity check on the length of pkeyutl inputs
Matt Caswell
2018-05-24
1
-1
/
+11
*
Enable SSL_MODE_AUTO_RETRY by default
Kurt Roeckx
2018-05-22
2
-0
/
+5
*
apps/s_socket.c: address rare TLSProxy failures on Windows.
Andy Polyakov
2018-05-21
1
-0
/
+18
*
Check malloc failure via app_malloc
Rich Salz
2018-05-21
1
-1
/
+1
*
Fix no-srtp build warnings
Todd Short
2018-05-20
2
-0
/
+8
*
Allow the ca application to use EdDSA
Matt Caswell
2018-05-18
1
-9
/
+13
*
Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF
Matt Caswell
2018-05-17
2
-3
/
+6
*
apps/speed: Add brainpool curves support
FdaSilvaYY
2018-05-12
1
-3
/
+27
*
apps/speed: fix possible OOB access in some EC arrays
FdaSilvaYY
2018-05-12
1
-123
/
+137
*
Don't set TCP_NODELAY on a UDP socket
Matt Caswell
2018-05-11
1
-1
/
+2
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
2
-4
/
+4
*
Fix s_client and s_server so that they correctly handle the DTLS timer
Matt Caswell
2018-05-08
2
-10
/
+4
*
apps/speed.c: merge parameters defining EC curves to test ...
FdaSilvaYY
2018-05-02
1
-64
/
+54
*
Fix memory leaks in CA related functions.
Pavel Kopyl
2018-05-02
2
-1
/
+5
*
apps/s_server.c: Avoid unused variable due to 'no-dtls'
Richard Levitte
2018-04-27
1
-6
/
+4
*
Fix mixed indentation (and other whitespace issues)
Dr. Matthias St. Pierre
2018-04-26
1
-1
/
+1
*
openssl rehash: exit 0 on warnings, same as c_rehash
Richard Levitte
2018-04-25
1
-5
/
+6
*
Fix documentation for the -showcerts s_client option
Matt Caswell
2018-04-25
1
-1
/
+2
*
apps/opt.c: Remove the access checks of input and output files
Richard Levitte
2018-04-25
1
-12
/
+2
*
Better check of return values from app_isdir and app_access
Richard Levitte
2018-04-25
1
-3
/
+3
*
Revert "Check directory is able to create files for various -out option"
Richard Levitte
2018-04-25
3
-104
/
+5
*
Revert "Add VMS version of app_dirname()"
Richard Levitte
2018-04-25
1
-52
/
+3
*
Revert "Check on VMS as well"
Richard Levitte
2018-04-25
1
-2
/
+2
*
Fix openssl ca, to correctly make output file binary when using -spkac
Richard Levitte
2018-04-23
1
-6
/
+6
[next]