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-14
Temporarily revive MD4 for MS CHAP support.
Doug Hogan
2015-09-13
Remove MD4 support from LibreSSL.
Doug Hogan
2015-09-13
nc(1) seems worth an Xr in SEE ALSO now;
Jason McIntyre
2015-09-13
Factor out setup_up / destroy_ui functions.
Brent Cook
2015-09-13
document extra algorithms available with openssl speed command
Brent Cook
2015-09-13
tweak STANDARDS;
Jason McIntyre
2015-09-12
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
Lawrence Teo
2015-09-12
Add openssl(1) speed support for AEAD algorithms.
Brent Cook
2015-09-12
Fix the openssl(1) prime command: When checking a decimal number for
Lawrence Teo
2015-09-11
unifdef -DOPENSSL_NO_RC5
Joel Sing
2015-09-11
kill evil comment
Bob Beck
2015-09-11
fix unchecked mallocs - coverity 130454 and 130455
Bob Beck
2015-09-11
"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown
Lawrence Teo
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
[next]