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-10-17
Exit if a pledge call fails in non-interactive mode.
Doug Hogan
2015-10-17
add "tty" for several subcommands of openssl
Sebastien Marie
2015-10-16
Implement real "flock" request and add it to userland programs that
Todd C. Miller
2015-10-10
Initial support for pledges in openssl(1) commands.
Doug Hogan
2015-10-10
normalize the ordering of tame requests (particularily, "rpath wpath cpath",
Theo de Raadt
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
tame "stdio inet rpath cpath wpath proc" seems to be sufficient for
Theo de Raadt
2015-10-06
these do not use ioctl.h
Theo de Raadt
2015-10-03
BIO_get_fd() could return fd 0; fix error condition. Found at
Theo de Raadt
2015-10-02
avoid sys/param.h, by using PATH_MAX
Theo de Raadt
2015-10-01
Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.
Joel Sing
2015-09-21
add a missing NULL check
Brent Cook
2015-09-21
add a couple of missing NULL checks
Brent Cook
2015-09-21
remove vestigial bits of sha-0 and md2 from openssl(1)
Brent Cook
2015-09-20
Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0
Miod Vallat
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
[next]