index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
/
s_time.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark the initialized struct options arrays as both static and const.
guenther
2019-07-14
1
-2
/
+2
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
1
-2
/
+2
*
Move tally mark printing out of the main benchmark loop; ok tb@
cheloha
2018-09-17
1
-14
/
+21
*
Drop SSLv2, SSLv3 support.
cheloha
2018-08-28
1
-6
/
+2
*
Check for SSL_write(3) error.
cheloha
2018-08-28
1
-3
/
+4
*
Use a monotonic clock for the benchmark timeout.
cheloha
2018-08-22
1
-24
/
+9
*
Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().
cheloha
2018-08-21
1
-41
/
+25
*
Plug SSL object leaks in doConnection().
cheloha
2018-08-18
1
-32
/
+22
*
Don't fail by default in the -new case; ok tb jca
cheloha
2018-08-14
1
-19
/
+12
*
Refactor the nearly identical benchmark loops into a single loop.
cheloha
2018-08-11
1
-139
/
+108
*
openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET
cheloha
2018-07-13
1
-3
/
+3
*
Indent labels with a single space so that diff prototypes are more useful.
jsing
2018-02-07
1
-3
/
+3
*
Remove guards around *_free() calls since these functions handle NULL.
jsing
2018-02-07
1
-3
/
+2
*
Remove manual shutdown and close of the socket since in this case
tb
2018-02-06
1
-7
/
+1
*
Remove unused extern variable in openssl(1) s_time
inoguchi
2018-01-07
1
-2
/
+1
*
Seperate real and user timer interfaces
jca
2017-12-05
1
-3
/
+3
*
openssl s_time -connect host:port needs dns promise for pledge(2) otherwise it
mestre
2017-11-02
1
-2
/
+2
*
rearrange pledge promises into the canonical order; easier to eyeball
deraadt
2017-01-20
1
-2
/
+2
*
Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t
deraadt
2016-08-30
1
-2
/
+2
*
Fix 32-bit time handling, using time_t and make it work on systems
deraadt
2016-08-30
1
-23
/
+23
*
Exit if a pledge call fails in non-interactive mode.
doug
2015-10-17
1
-2
/
+4
*
Initial support for pledges in openssl(1) commands.
doug
2015-10-10
1
-1
/
+6
*
"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown
lteo
2015-09-11
1
-2
/
+2
*
*** empty log message ***
lteo
2015-09-11
1
-19
/
+24
*
Fix shadowed verify_error in s_server by removing the unused global.
bcook
2015-09-10
1
-2
/
+5
*
Remove all duplicate prototypes for *_main functions (these are already
jsing
2015-08-22
1
-3
/
+1
*
Remove SSLv3 support from openssl(1) s_time.
doug
2015-07-17
1
-13
/
+3
*
Only set the cipher list if one was specified and actually check the return
jsing
2015-04-15
1
-7
/
+12
*
Move verify externs into the header file.
jsing
2015-04-14
1
-3
/
+1
*
Convert openssl(1) s_time to new option handling.
jsing
2015-04-14
1
-201
/
+178
*
Delete commented out code from openssl(1) apps.
doug
2015-02-08
1
-17
/
+1
*
simple select() to poll() conversion; reviewed by millert and doug
deraadt
2014-11-04
1
-9
/
+9
*
Enable -Wshadow in openssl(1) and fix a few shadow warnings.
doug
2014-09-01
1
-9
/
+7
*
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
jsing
2014-08-26
1
-0
/
+587