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
Branch
Commit message
Author
Age
OPENBSD_6_8
delete expired DST Root CA X3 to work around bugs various libraries
deraadt
3 years
OPENBSD_6_9
Fix infinite loop in BN_mod_sqrt()
tb
3 years
OPENBSD_7_0
Fix infinite loop in BN_mod_sqrt()
tb
3 years
OPENBSD_7_1
Fix a number of out of bound reads in DNS response parsing.
bluhm
2 years
OPENBSD_7_2
Add missing pointer invalidation
tb
22 months
OPENBSD_7_3
add missing pointer invalidation
tb
22 months
OPENBSD_7_4
This commit was manufactured by cvs2git to create branch 'OPENBSD_7_4'.
cvs2svn
17 months
OPENBSD_7_5
A missing bounds check could lead to a crash due to dereferencing a zero-sized
mlarkin
10 months
OPENBSD_7_6
This commit was manufactured by cvs2git to create branch 'OPENBSD_7_6'.
cvs2svn
6 months
master
minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)
sthen
2 days
[...]
Tag
Download
Author
Age
libressl-v4.0.0
openbsd-libressl-v4.0.0.tar.gz
openbsd-libressl-v4.0.0.tar.bz2
openbsd-libressl-v4.0.0.zip
cvs2svn
6 months
OPENBSD_7_6_BASE
openbsd-OPENBSD_7_6_BASE.tar.gz
openbsd-OPENBSD_7_6_BASE.tar.bz2
openbsd-OPENBSD_7_6_BASE.zip
cvs2svn
6 months
libressl-v3.9.2
openbsd-libressl-v3.9.2.tar.gz
openbsd-libressl-v3.9.2.tar.bz2
openbsd-libressl-v3.9.2.zip
mlarkin
10 months
libressl-v3.9.0
openbsd-libressl-v3.9.0.tar.gz
openbsd-libressl-v3.9.0.tar.bz2
openbsd-libressl-v3.9.0.zip
cvs2svn
12 months
libressl-v3.9.1
openbsd-libressl-v3.9.1.tar.gz
openbsd-libressl-v3.9.1.tar.bz2
openbsd-libressl-v3.9.1.zip
cvs2svn
12 months
OPENBSD_7_5_BASE
openbsd-OPENBSD_7_5_BASE.tar.gz
openbsd-OPENBSD_7_5_BASE.tar.bz2
openbsd-OPENBSD_7_5_BASE.zip
cvs2svn
12 months
libressl-v3.8.2
openbsd-libressl-v3.8.2.tar.gz
openbsd-libressl-v3.8.2.tar.bz2
openbsd-libressl-v3.8.2.zip
cvs2svn
17 months
libressl-v3.8.3
openbsd-libressl-v3.8.3.tar.gz
openbsd-libressl-v3.8.3.tar.bz2
openbsd-libressl-v3.8.3.zip
cvs2svn
17 months
libressl-v3.8.4
openbsd-libressl-v3.8.4.tar.gz
openbsd-libressl-v3.8.4.tar.bz2
openbsd-libressl-v3.8.4.zip
cvs2svn
17 months
OPENBSD_7_4_BASE
openbsd-OPENBSD_7_4_BASE.tar.gz
openbsd-OPENBSD_7_4_BASE.tar.bz2
openbsd-OPENBSD_7_4_BASE.zip
cvs2svn
17 months
[...]
Age
Commit message
Author
Files
Lines
2012-07-13
This commit was manufactured by cvs2git to create tag 'eric_g2k12'.
eric_g2k12
cvs2svn
3949
-1034295
/
+0
2012-07-13
import regression suite for asr
eric
23
-0
/
+2464
2012-07-13
Use same (lame) verbiage to explain ifa_dstaddr as is used for
krw
1
-3
/
+4
2012-07-13
put back the Key-Arg field - sess_id still prints it;
jmc
1
-2
/
+5
2012-07-12
remove (hopefully) all traces of sslv2; ok sthen
jmc
1
-55
/
+23
2012-07-12
Skip printing another SSLv2-only command in s_client's usage text.
sthen
1
-0
/
+2
2012-07-11
Disable SSLv2 in OpenSSL. No objections from djm.
sthen
20
-8
/
+96
2012-07-11
catch off-by-one errors in stpncpy(); ok guenther@
naddy
3
-6
/
+33
2012-07-11
fix an off-by-one error where the return value would point to the
naddy
1
-2
/
+2
2012-07-09
use PAGE_SHIFT instead of PGSHIFT, in preperation for future
deraadt
1
-2
/
+2
[...]
Clone
https://git.lua4.win/openbsd