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
...
*
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
*
remove redundant variable declarations in Makefiles, since those are
libressl-v2.6.0
espie
2017-07-09
1
-2
/
+1
*
typo: ket -> key.
tb
2017-05-16
1
-3
/
+3
*
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
*
Add a -groups option to openssl s_client, which allows supported EC curves
jsing
2017-01-24
1
-7
/
+17
*
whitespace
deraadt
2017-01-21
2
-5
/
+5
*
rearrange pledge promises into the canonical order; easier to eyeball
deraadt
2017-01-20
39
-77
/
+77
*
fix pledge for openssl ocsp - we will need tty to ask for a cert pw
beck
2017-01-20
1
-2
/
+2
*
fix openssl ocsp to not report sucess when the ocsp responder rejects us
beck
2017-01-19
1
-3
/
+3
*
consistently spell ASN.1;
jmc
2017-01-03
1
-12
/
+12
*
Display details of the server ephemeral key, based on OpenSSL.
jsing
2016-12-30
3
-3
/
+44
*
Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of all
jsing
2016-12-30
2
-4
/
+4
*
Stop using M_PKCS12_* compatibility macros here as well.
jsing
2016-12-30
1
-3
/
+3
*
typo
naddy
2016-10-06
1
-3
/
+3
*
trim STANDARDS; ok jsing
libressl-v2.5.0
jmc
2016-09-22
1
-13
/
+1
*
some minor cleanup;
jmc
2016-09-22
1
-47
/
+17
*
shorten x509;
jmc
2016-09-22
1
-755
/
+414
*
shorten version;
jmc
2016-09-20
1
-17
/
+4
*
shorten the verify error list;
jmc
2016-09-20
1
-42
/
+41
*
put the spkac section in the right place;
jmc
2016-09-19
1
-60
/
+60
*
shorten verify;
jmc
2016-09-19
1
-154
/
+96
*
remove comment about CMS; ok jsing
deraadt
2016-09-17
1
-3
/
+2
*
add some Xr for acme-client(1);
jmc
2016-09-15
1
-1
/
+2
*
some spkac shortening; ok beck
jmc
2016-09-15
1
-68
/
+13
*
shorten ts;
jmc
2016-09-15
1
-283
/
+63
*
shorten speed;
jmc
2016-09-12
1
-48
/
+14
*
shorten smime;
jmc
2016-09-08
1
-344
/
+83
*
remove a cms leftover
deraadt
2016-09-05
1
-2
/
+1
*
shorten sess_id;
jmc
2016-09-04
1
-84
/
+44
*
Nuke one more cms tendril
beck
2016-09-04
1
-4
/
+1
*
bye bye cms. send it to the attic
beck
2016-09-04
2
-1144
/
+2
*
Options that take a time argument....take an argument
guenther
2016-09-04
1
-2
/
+3
*
shorten s_time; help/ok bcook
jmc
2016-09-03
1
-91
/
+22
*
shorten s_server;
jmc
2016-09-02
1
-134
/
+72
*
shorten s_client;
jmc
2016-09-01
1
-142
/
+50
*
We don't need any VMS access tricks.
deraadt
2016-08-31
1
-27
/
+4
*
Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t
deraadt
2016-08-30
3
-4
/
+15
*
buf[][] with strange use all over the place is ridiculous, especially
deraadt
2016-08-30
1
-15
/
+14
*
Fix 32-bit time handling, using time_t and make it work on systems
deraadt
2016-08-30
2
-24
/
+25
*
shorten rsautl;
jmc
2016-08-30
1
-152
/
+13
*
shorten the rsa text; of note, i've also reduced the description
jmc
2016-08-28
1
-278
/
+44
*
shorten the req text;
jmc
2016-08-27
1
-452
/
+189
*
Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each
deraadt
2016-08-26
1
-86
/
+87
*
shorten the pkeyutl text;
jmc
2016-08-25
1
-83
/
+40
*
shorten the pkeyparam text;
jmc
2016-08-24
1
-23
/
+8
[prev]
[next]