index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
Age
Commit message (
Expand
)
Author
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-09-11
remove stupid casts
Theo de Raadt
2015-09-11
shutdown (n.) -> shut down (v.);
Jason McIntyre
2015-09-11
Change the default behavior of the s_time command so that it will
Lawrence Teo
2015-09-11
*** empty log message ***
Lawrence Teo
2015-09-10
Nuke references to DTLS1_BAD_VER and unbreak the tree.
Joel Sing
2015-09-10
Remove call to CRYPTO_malloc_init(), which does nothing.
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-09-10
Fix shadowed verify_error in s_server by removing the unused global.
Brent Cook
2015-09-10
Remove SOCKET_PROTOCOL, a redundant define that was only used once.
Lawrence Teo
2015-09-10
Remove unused defines. No binary change.
Lawrence Teo
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-08-19
bring prototypes into scope, requires movement of a large global object
Theo de Raadt
2015-08-11
Improve openssl s_client -starttls xmpp support.
Landry Breuil
2015-08-02
remove ssl3 bits; ok doug
Jason McIntyre
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-07-22
Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer
Joel Sing
2015-07-21
Convert openssl(1) nseq to new option handling.
Joel Sing
2015-07-21
Convert openssl(1) pkcs7 to new option handling.
Joel Sing
2015-07-21
remove superfluous strings.h
Brent Cook
2015-07-20
app_tminterval moved to apps_posix.c, we don't need sys/times.h
Brent Cook
2015-07-20
No need to recheck for NULL in openssl(1) ecparam.
Doug Hogan
2015-07-20
Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.
Doug Hogan
2015-07-20
Avoid NULL deref in openssl(1) s_cb.
Doug Hogan
2015-07-20
Avoid possible NULL deref in openssl(1) s_server.
Doug Hogan
2015-07-20
check the sigbuf value before using it.
Remi Pointel
2015-07-20
Avoid dereferencing a NULL.
Doug Hogan
2015-07-20
Remove condition that never happens and fix error handling.
Doug Hogan
2015-07-20
Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.
Doug Hogan
2015-07-20
Check return value in openssl(1) s_socket.
Doug Hogan
2015-07-20
Remove check that is never true.
Doug Hogan
2015-07-20
Warn when rename() fails in openssl(1) apps.
Doug Hogan
2015-07-19
Free memory when finished.
Doug Hogan
2015-07-19
Only close descriptor if not already closed.
Doug Hogan
2015-07-19
Free variable before potentially reusing.
Doug Hogan
2015-07-19
Free passin on error.
Doug Hogan
2015-07-19
Fix coverity 105339, by correctly checking return from strtoll
Bob Beck
2015-07-19
Remove effectively unused variable.
Doug Hogan
2015-07-17
fix leak, found by coverity, ID 78877
Bob Beck
2015-07-17
Remove SSLv3 support from openssl(1) s_time.
Doug Hogan
2015-07-17
Remove SSLv3 support from openssl(1) s_server.
Doug Hogan
2015-07-17
Remove SSLv3 support from openssl(1) s_client.
Doug Hogan
2015-07-17
Remove support for SSLv3 from openssl(1) ciphers.
Doug Hogan
2015-07-17
Remove workaround for TLS padding bug from SSLeay days.
Doug Hogan
2015-07-16
fix coverity leak - ID 78921
Bob Beck
2015-07-16
kill leak, found by coverity, ID 105348
Bob Beck
2015-07-15
Add OPTION_ARG_LONG for handling of options with a long type.
Joel Sing
2015-07-15
Make 'openssl pkeyutl -verify' return exit code 0 on success.
Brent Cook
2015-07-12
Convert openssl(1) dh to the new option handling.
Doug Hogan
2015-07-12
Convert openssl(1) dsa to the new option handling.
Doug Hogan
[next]