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
2023-03-16
Fix a number of out of bound reads in DNS response parsing.
OPENBSD_7_1
bluhm
1
-1
/
+7
2023-02-07
Fix arbitrary memory read in GENERAL_NAME_cmp()
libressl-v3.5.4
bluhm
1
-2
/
+3
2022-05-14
Fix d2i_ASN1_OBJECT()
libressl-v3.5.3
tb
1
-2
/
+2
2022-04-10
This commit was manufactured by cvs2git to create branch 'OPENBSD_7_1'.
libressl-v3.5.2
cvs2svn
0
-0
/
+0
2022-04-10
Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal
inoguchi
1
-1
/
+2
2022-04-07
Avoid infinite loop on parsing DSA private keys
tb
1
-3
/
+24
2022-04-07
Avoid infinite loop for custom curves of order 1
tb
2
-4
/
+9
2022-04-03
Initialize the mutex before making us of it from many threads. Prevents
anton
1
-28
/
+23
2022-03-31
man pages: fix some typos found while looking for other issues
naddy
1
-2
/
+2
2022-03-31
man pages: add missing commas between subordinate and main clauses
naddy
41
-167
/
+167
[...]
Clone
https://git.lua4.win/openbsd