index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usr.bin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
trailing whitespace, and move arg checking before pledge
beck
2018-04-27
1
-17
/
+17
*
The cookie in the cookie verify callback needs to be const.
tb
2018-04-25
2
-4
/
+5
*
Delete the description of the argument of the "ciphers" command
schwarze
2018-04-10
1
-145
/
+13
*
Improve description of openssl(1) ciphers.
schwarze
2018-03-31
1
-9
/
+5
*
Updates to the description of "openssl ca" from OpenSSL.
schwarze
2018-03-30
1
-23
/
+82
*
checked the content against the current version of OpenSSL openssl.pod;
schwarze
2018-03-30
1
-5
/
+5
*
Clear password buffers in non-terminating cases
deraadt
2018-03-27
1
-8
/
+11
*
organizationUnitName -> organizationalUnitName;
jmc
2018-03-22
1
-3
/
+3
*
Remove the tls_init() call, since it is no longer necessary.
jsing
2018-03-19
1
-3
/
+1
*
ca start/enddates require all 4 yyyy from 2050 on; first two
jmc
2018-02-28
1
-6
/
+6
*
document s_client -groups;
jmc
2018-02-18
1
-2
/
+5
*
typo in output string; from edgar pettijohn
jmc
2018-02-11
1
-2
/
+2
*
Convert option handling for openssl(1) genpkey.
jsing
2018-02-08
1
-110
/
+177
*
Restore a check before BN_free() that needs to exist and write it such that
jsing
2018-02-07
1
-2
/
+3
*
Nuke some more free NULL guards.
jsing
2018-02-07
1
-9
/
+5
*
Indent labels with a single space so that diff prototypes are more useful.
jsing
2018-02-07
45
-190
/
+190
*
Remove guards around *_free() calls since these functions handle NULL.
jsing
2018-02-07
18
-114
/
+67
*
Remove guards around *_free() calls since these functions handle NULL.
jsing
2018-02-07
1
-27
/
+15
*
Remove manual shutdown and close of the socket since in this case
tb
2018-02-06
1
-7
/
+1
*
Initialize variables to avoid compiler warnings
inoguchi
2018-01-28
2
-4
/
+4
*
Add s_server and s_client -tlsextdebug messages
inoguchi
2018-01-15
1
-1
/
+9
*
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
4
-17
/
+15
*
Mixing -url with any of -host, -port, or -path should be a usage error
guenther
2017-11-29
1
-7
/
+8
*
Allow TLS ciphers and protocols to be specified for nc(1).
jsing
2017-11-28
2
-41
/
+65
*
Use clock_gettime and getrusage to compute real and user time.
jca
2017-11-24
1
-16
/
+33
*
openssl s_time -connect host:port needs dns promise for pledge(2) otherwise it
mestre
2017-11-02
1
-2
/
+2
*
Use a smaller buffer size too peek the receive data. The content
bluhm
2017-10-24
1
-5
/
+4
*
Fix cast-pasto's in comments
guenther
2017-10-07
1
-3
/
+3
*
Remove SSLv23 padding mode.
jsing
2017-08-28
2
-7
/
+5
*
Switch to -Werror with clang for libressl.
doug
2017-08-13
1
-2
/
+2
*
Remove NPN support - the -nextprotoneg options now become no-ops.
jsing
2017-08-12
4
-113
/
+13
*
grammar was ass backwards;
jmc
2017-07-15
1
-7
/
+7
*
Add a "-T tlscompat" option to nc(1), which enables the use of all TLS
jsing
2017-07-15
2
-5
/
+12
*
remove redundant variable declarations in Makefiles, since those are
libressl-v2.6.0
espie
2017-07-09
1
-2
/
+1
*
Continue the flattening of the pledge logic started in r1.184 and place
tb
2017-06-11
1
-8
/
+8
*
Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and
tb
2017-06-11
1
-33
/
+35
*
If -P and -c were given, a second pledge call tried to add "rpath" to the
tb
2017-06-10
1
-8
/
+5
*
Fix gcc warnings triggered by WARNINGS=yes.
bluhm
2017-05-26
1
-9
/
+9
*
typo: ket -> key.
tb
2017-05-16
1
-3
/
+3
*
Implement nc -W recvlimit to terminate netcat after receiving a
bluhm
2017-05-10
2
-8
/
+28
*
simplify startdate/enddate validation
beck
2017-05-08
1
-27
/
+5
*
Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid
jsg
2017-05-07
1
-3
/
+7
*
Fix the ca command so that certs it generates have RFC5280 conformant time.
beck
2017-05-04
1
-16
/
+56
*
use freezero() instead of 4-line conditional explicit_bzero + free
deraadt
2017-04-18
4
-28
/
+10
*
Move comments into a block and uses {} to unconfuse reading.
deraadt
2017-04-16
1
-12
/
+13
*
- -Z before -z in options list
jmc
2017-04-05
2
-7
/
+9
*
Allow nc to save the peer certificate and chain in a pem file specified
beck
2017-04-05
2
-4
/
+39
*
The netcat server did not print the correct TLS error message if
bluhm
2017-03-09
1
-2
/
+2
*
When netcat was started with -Uz, the exit status was always 1. If
bluhm
2017-02-09
1
-3
/
+4
[next]