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
*
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
*
Add missing option openssl dsa -modulus
inoguchi
2019-07-10
1
-2
/
+8
*
Fix manual openssl(1) genrsa
inoguchi
2019-07-09
1
-6
/
+14
*
Convert openssl(1) genrsa to the newer style of option handling
inoguchi
2019-07-09
1
-70
/
+183
*
Fix manual openssl(1) dsa, ocsp, rsa and smime
inoguchi
2019-07-08
1
-12
/
+56
*
Fix manual openssl(1) pkcs12, req, verify and x509
inoguchi
2019-07-07
1
-13
/
+76
*
Fix manual openssl(1) ec, enc and pkcs7
inoguchi
2019-07-05
1
-2
/
+9
*
Fix manual openssl(1) dgst
inoguchi
2019-07-05
1
-3
/
+5
*
Fix manual openssl(1) crl
inoguchi
2019-07-04
1
-1
/
+13
*
Fix manual openssl(1) ca
inoguchi
2019-07-04
1
-8
/
+15
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
5
-18
/
+18
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
5
-39
/
+39
*
Some asprintf() calls were checked < 0, rather than the precise == -1.
deraadt
2019-06-27
1
-3
/
+3
*
Move variables into struct in openssl(1) genrsa
inoguchi
2019-06-19
1
-25
/
+33
*
tidy up the formatting of gendsa synopsis a little;
jmc
2019-06-07
1
-5
/
+3
*
Convert openssl(1) gendsa to the newer style of option handling
inoguchi
2019-06-07
2
-84
/
+178
*
Sort.
jsing
2019-04-01
1
-3
/
+3
*
Make the openssl(1) enc -iter flag actually work.
jsing
2019-04-01
1
-2
/
+2
*
Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.
tb
2019-03-17
1
-1
/
+8
*
Correctly handle tls_read() and tls_write() failures.
jsing
2019-02-26
1
-5
/
+9
*
Convert openssl(1) pkeyutl to the newer style of option handling.
inoguchi
2019-02-17
1
-198
/
+278
*
Fix weird wrap showing cipher list in interactive mode
inoguchi
2019-02-09
6
-13
/
+23
*
Summarize the 4 same name functions and move it to apps.c
inoguchi
2019-02-09
7
-72
/
+26
*
Add islower check to show_ciphers in pkey.c and rsa.c.
inoguchi
2019-02-05
2
-2
/
+10
*
Convert openssl(1) pkey to the newer style of option handling.
inoguchi
2019-02-05
1
-96
/
+171
*
Document missing command line options for the rsautl command.
tb
2019-02-04
2
-9
/
+16
*
zap spaces before tabs
tb
2019-02-03
1
-5
/
+5
*
Convert openssl(1) rsautl to the newer style of option handling.
jsing
2019-02-03
1
-121
/
+196
[next]