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
...
*
If the client provides a TLS certificate and the user specifies a
bluhm
2020-01-07
1
-5
/
+6
*
The unveil(2) for nc -U -u -l was wrong. The server cannot unveil
bluhm
2020-01-06
1
-4
/
+23
*
When using UNIX domain sockets, always call report_sock() with the
bluhm
2020-01-06
1
-6
/
+10
*
Check CMS API return value in openssl(1) cms
inoguchi
2020-01-04
1
-11
/
+21
*
use "Currently" in the doc for "openssl enc" when talking about default
sthen
2019-12-18
1
-2
/
+2
*
In January, the default digest used in the openssl enc command was
tb
2019-12-18
1
-7
/
+4
*
Add manual for openssl(1) cms
inoguchi
2019-11-28
1
-2
/
+518
*
More return value check in openssl(1) cms
inoguchi
2019-11-19
1
-23
/
+29
*
Add manual descriptions for openssl(1) req -addext
inoguchi
2019-11-19
1
-2
/
+10
*
Remove typedef and check sk_push return value in openssl(1) cms
inoguchi
2019-11-18
1
-23
/
+33
*
Add -keyopt opiton to openssl(1) cms subcommand
inoguchi
2019-11-18
1
-8
/
+128
*
fail to usage if extra argv are present
deraadt
2019-11-17
1
-8
/
+4
*
refactor the nc pool loop to not shut down the socket early, and
beck
2019-11-13
1
-36
/
+64
*
Check return value and remove unnecessary variable
inoguchi
2019-11-06
1
-7
/
+7
*
Add -addext option to openssl(1) req subcommand
inoguchi
2019-11-06
1
-3
/
+133
*
Fix an out of bound read/write when using a proxy.
millert
2019-11-04
2
-11
/
+21
*
Indent labels for diffability.
jsing
2019-11-04
1
-5
/
+5
*
Remove spaces between * and variable names.
jsing
2019-11-04
1
-25
/
+25
*
Remove explicit NULL checks before *_free() calls.
jsing
2019-11-04
1
-21
/
+14
*
Hook openssl(1) cms back up.
jsing
2019-11-04
3
-4
/
+8
*
Currently we need to include pem.h before cms.h...
jsing
2019-11-04
1
-2
/
+3
*
Remove engine argument from load_cert() calls.
jsing
2019-11-04
1
-8
/
+8
*
Bring openssl(1) cms back from the attic.
jsing
2019-11-04
1
-0
/
+1142
*
Service names are still resolved with -n
kn
2019-10-24
1
-4
/
+4
*
Print IP address in verbose mode
job
2019-10-24
1
-12
/
+34
*
Revert previous, which works for -N case but causes regress failures
beck
2019-10-23
1
-18
/
+1
*
Fix -N flag to actually shut down the (entire) socket when the input
beck
2019-10-17
1
-1
/
+18
*
Avoid a path traversal bug in s_server on Windows.
bcook
2019-10-04
1
-3
/
+3
*
the formatting for the mini synopses in this page did not render well
jmc
2019-10-04
1
-115
/
+179
*
Remove unnecessary NULL check before free function in openssl(1) dgst
inoguchi
2019-08-30
1
-11
/
+6
*
Wrap lines over 80 cols and put space before goto label in openssl(1) dgst
inoguchi
2019-08-30
1
-20
/
+30
*
Simplify checking and more readable descriptions in openssl(1) dgst
inoguchi
2019-08-30
1
-8
/
+8
*
Convert openssl(1) dgst to the newer style of option handling
inoguchi
2019-08-30
1
-99
/
+216
*
added /* no filesystem visibility */ above unveil("/", "") since "" is too easy
mestre
2019-08-08
1
-1
/
+2
*
Remove -port option from s_server since it is same as -accept
inoguchi
2019-08-05
1
-4
/
+3
*
Make proxy auth work with http 1.1 speaking webservers.
benno
2019-07-29
1
-2
/
+3
*
Moving variables into struct in openssl(1) dgst
inoguchi
2019-07-29
1
-86
/
+99
*
Code clean up openssl(1) pkcs12
inoguchi
2019-07-26
1
-61
/
+86
*
Remove unnecessary NULL checks before free in openssl(1) pkcs12
inoguchi
2019-07-26
1
-14
/
+7
*
remove superfluous comment
bcook
2019-07-25
1
-2
/
+1
*
zero tmpkeyiv buffer after use when encrypting
bcook
2019-07-25
1
-2
/
+4
*
Capitalize cipher name and mode in help message as sync with pkcs12
inoguchi
2019-07-24
2
-20
/
+20
*
Convert openssl(1) pkcs12 to the newer style of option handling
inoguchi
2019-07-24
1
-214
/
+409
*
Moving variables into struct in openssl(1) pkcs12
inoguchi
2019-07-23
1
-125
/
+136
*
Fix long line by wrapping with 80 chars
inoguchi
2019-07-16
1
-6
/
+9
*
Move option handlers up to option definition struct in gendsa.c
inoguchi
2019-07-16
1
-53
/
+50
*
Fix typo and -keyform argument in openssl(1) manual
inoguchi
2019-07-16
1
-6
/
+8
*
Mark the initialized struct options arrays as both static and const.
guenther
2019-07-14
34
-71
/
+71
*
Fix manual openssl(1) s_server
inoguchi
2019-07-12
1
-18
/
+94
*
Fix manual openssl(1) s_client
inoguchi
2019-07-11
1
-14
/
+80
[prev]
[next]