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
2018-08-28
Drop SSLv2, SSLv3 support.
cheloha
2018-08-28
Check for SSL_write(3) error.
cheloha
2018-08-24
update usage for pkcs8;
Jason McIntyre
2018-08-24
The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb}
Theo Buehler
2018-08-24
Stop handling broken PKCS#8 formats in openssl(1).
Theo Buehler
2018-08-22
Use a monotonic clock for the benchmark timeout.
cheloha
2018-08-21
Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().
cheloha
2018-08-19
Don't leak a strdup()'ed string on error in do_accept().
Theo Buehler
2018-08-18
Plug SSL object leaks in doConnection().
cheloha
2018-08-16
Revert previous, which was wrong as noted by schwarze. Also revert a hunk
Theo Buehler
2018-08-16
Remove unused variable.
rob
2018-08-14
Don't fail by default in the -new case; ok tb jca
cheloha
2018-08-11
Refactor the nearly identical benchmark loops into a single loop.
cheloha
2018-07-13
openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET
cheloha
2018-04-25
The cookie in the cookie verify callback needs to be const.
Theo Buehler
2018-04-10
Delete the description of the argument of the "ciphers" command
Ingo Schwarze
2018-03-31
Improve description of openssl(1) ciphers.
Ingo Schwarze
2018-03-30
Updates to the description of "openssl ca" from OpenSSL.
Ingo Schwarze
2018-03-30
checked the content against the current version of OpenSSL openssl.pod;
Ingo Schwarze
2018-03-22
organizationUnitName -> organizationalUnitName;
Jason McIntyre
2018-02-28
ca start/enddates require all 4 yyyy from 2050 on; first two
Jason McIntyre
2018-02-18
document s_client -groups;
Jason McIntyre
2018-02-11
typo in output string; from edgar pettijohn
Jason McIntyre
2018-02-08
Convert option handling for openssl(1) genpkey.
Joel Sing
2018-02-07
Restore a check before BN_free() that needs to exist and write it such that
Joel Sing
2018-02-07
Nuke some more free NULL guards.
Joel Sing
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
Joel Sing
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
Joel Sing
2018-02-06
Remove manual shutdown and close of the socket since in this case
Theo Buehler
2018-01-28
Initialize variables to avoid compiler warnings
Kinichiro Inoguchi
2018-01-15
Add s_server and s_client -tlsextdebug messages
Kinichiro Inoguchi
2018-01-07
Remove unused extern variable in openssl(1) s_time
Kinichiro Inoguchi
2017-12-05
Seperate real and user timer interfaces
Jeremie Courreges-Anglas
2017-11-29
Mixing -url with any of -host, -port, or -path should be a usage error
Philip Guenther
2017-11-24
Use clock_gettime and getrusage to compute real and user time.
Jeremie Courreges-Anglas
2017-11-02
openssl s_time -connect host:port needs dns promise for pledge(2) otherwise it
Ricardo Mestre
2017-10-07
Fix cast-pasto's in comments
Philip Guenther
2017-08-28
Remove SSLv23 padding mode.
Joel Sing
2017-08-13
Switch to -Werror with clang for libressl.
Doug Hogan
2017-08-12
Remove NPN support - the -nextprotoneg options now become no-ops.
Joel Sing
2017-07-09
remove redundant variable declarations in Makefiles, since those are
Marc Espie
2017-05-16
typo: ket -> key.
Theo Buehler
2017-05-08
simplify startdate/enddate validation
Bob Beck
2017-05-07
Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid
Jonathan Gray
2017-05-04
Fix the ca command so that certs it generates have RFC5280 conformant time.
Bob Beck
2017-04-18
use freezero() instead of 4-line conditional explicit_bzero + free
Theo de Raadt
2017-01-24
Add a -groups option to openssl s_client, which allows supported EC curves
Joel Sing
2017-01-21
whitespace
Theo de Raadt
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
[next]