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
/
openssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rework DESCRIPTION a little: no-command seems clearer than no-XXX;
jmc
2016-07-21
1
-17
/
+12
*
rename NOTES to COMMON SYNTAX (explains itself better); rework the
jmc
2016-07-21
1
-43
/
+44
*
strip back openssl crl somewhat: remove the examples
jmc
2016-07-21
1
-41
/
+21
*
strip back openssl ciphers:
jmc
2016-07-20
1
-106
/
+60
*
strip back openssl ca: in particular remove some excessively wordy sections,
jmc
2016-07-19
1
-337
/
+120
*
strip back asn1parse; ok beck jsing
jmc
2016-07-17
1
-108
/
+27
*
since we no longer pull source directly from openssl, the time is
jmc
2016-07-16
1
-427
/
+57
*
Fix a bug loading the default certificate path locations.
bcook
2016-06-21
1
-9
/
+7
*
add "dns" to openssl ocsp
semarie
2016-04-26
1
-2
/
+2
*
hexidecimal->hexadecimal; from mmcc
jmc
2016-04-07
1
-4
/
+4
*
word fix from previous; ok sthen
jmc
2016-02-12
1
-3
/
+3
*
sslv3 has been removed;
jmc
2016-02-08
1
-16
/
+21
*
more e-mail -> email
mmcc
2015-12-24
2
-5
/
+5
*
remove NULL-check before free()
mmcc
2015-12-23
1
-3
/
+2
*
s_server also needs DNS; reported by tb@
jca
2015-12-01
1
-2
/
+2
*
Undo previous, pledge("dns") was already present. The problem was in s_server.
jca
2015-12-01
2
-4
/
+4
*
pledge dns so openssl can use dns.. noticed and fix by todd@
beck
2015-12-01
2
-4
/
+4
*
In pledge(), put "dns" right after "inet".
jca
2015-11-21
2
-4
/
+4
*
Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.
jca
2015-11-21
2
-4
/
+4
*
do not need sys/param.h
deraadt
2015-11-20
1
-1
/
+0
*
mutli -> multi
miod
2015-11-14
2
-4
/
+4
*
Exit if a pledge call fails in non-interactive mode.
doug
2015-10-17
45
-89
/
+179
*
add "tty" for several subcommands of openssl
semarie
2015-10-17
24
-48
/
+48
*
Implement real "flock" request and add it to userland programs that
millert
2015-10-16
1
-2
/
+2
*
Initial support for pledges in openssl(1) commands.
doug
2015-10-10
47
-46
/
+281
*
normalize the ordering of tame requests (particularily, "rpath wpath cpath",
deraadt
2015-10-10
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
tame "stdio inet rpath cpath wpath proc" seems to be sufficient for
deraadt
2015-10-07
1
-1
/
+7
*
these do not use ioctl.h
deraadt
2015-10-06
2
-4
/
+2
*
BIO_get_fd() could return fd 0; fix error condition. Found at
deraadt
2015-10-03
1
-2
/
+2
*
avoid sys/param.h, by using PATH_MAX
deraadt
2015-10-02
1
-1
/
+1
*
Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.
jsing
2015-10-01
1
-2
/
+2
*
add a missing NULL check
bcook
2015-09-21
1
-1
/
+5
*
add a couple of missing NULL checks
bcook
2015-09-21
1
-3
/
+3
*
remove vestigial bits of sha-0 and md2 from openssl(1)
bcook
2015-09-21
5
-23
/
+17
*
Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0
miod
2015-09-20
1
-34
/
+34
*
Temporarily revive MD4 for MS CHAP support.
doug
2015-09-14
5
-16
/
+49
*
Remove MD4 support from LibreSSL.
doug
2015-09-13
5
-48
/
+15
*
nc(1) seems worth an Xr in SEE ALSO now;
jmc
2015-09-13
1
-1
/
+2
*
Factor out setup_up / destroy_ui functions.
bcook
2015-09-13
4
-58
/
+58
*
document extra algorithms available with openssl speed command
bcook
2015-09-13
1
-1
/
+4
*
tweak STANDARDS;
jmc
2015-09-13
1
-3
/
+3
*
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
lteo
2015-09-12
4
-14
/
+5
*
Add openssl(1) speed support for AEAD algorithms.
bcook
2015-09-12
1
-17
/
+96
*
Fix the openssl(1) prime command: When checking a decimal number for
lteo
2015-09-12
1
-3
/
+2
*
unifdef -DOPENSSL_NO_RC5
jsing
2015-09-11
2
-42
/
+2
*
kill evil comment
beck
2015-09-11
1
-3
/
+1
*
fix unchecked mallocs - coverity 130454 and 130455
beck
2015-09-11
1
-6
/
+15
*
"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown
lteo
2015-09-11
1
-2
/
+2
*
Remove engine command and parameters from openssl(1).
bcook
2015-09-11
40
-1726
/
+184
[prev]
[next]