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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a number of out of bound reads in DNS response parsing.
OPENBSD_7_1
bluhm
2023-03-16
1
-1
/
+7
*
Fix arbitrary memory read in GENERAL_NAME_cmp()
libressl-v3.5.4
bluhm
2023-02-07
1
-2
/
+3
*
Fix d2i_ASN1_OBJECT()
libressl-v3.5.3
tb
2022-05-14
1
-2
/
+2
*
This commit was manufactured by cvs2git to create branch 'OPENBSD_7_1'.
libressl-v3.5.2
cvs2svn
2022-04-10
0
-0
/
+0
*
Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal
inoguchi
2022-04-10
1
-1
/
+2
*
Avoid infinite loop on parsing DSA private keys
tb
2022-04-07
1
-3
/
+24
*
Avoid infinite loop for custom curves of order 1
tb
2022-04-07
2
-4
/
+9
*
Initialize the mutex before making us of it from many threads. Prevents
anton
2022-04-03
1
-28
/
+23
*
man pages: fix some typos found while looking for other issues
naddy
2022-03-31
1
-2
/
+2
*
man pages: add missing commas between subordinate and main clauses
naddy
2022-03-31
41
-167
/
+167
*
Fix leak in ASN1_TIME_adj_internal()
tb
2022-03-31
1
-3
/
+5
*
Simplify priv_key handling in d2i_ECPrivateKey()
tb
2022-03-31
1
-8
/
+3
*
Check EVPDigest* return values.
tb
2022-03-31
1
-4
/
+7
*
Add a simple test to ensure that pmeth->cleanup() can cope with NULL
tb
2022-03-30
2
-2
/
+93
*
Avoid segfaults in EVP_PKEY_CTX_free()
tb
2022-03-30
2
-4
/
+10
*
pkey_hmac_init(): use calloc()
tb
2022-03-30
1
-7
/
+3
*
Remove double slash in path to test program.
anton
2022-03-30
1
-9
/
+9
*
man pages: add missing word, The foo() ... -> The foo() function ...
naddy
2022-03-29
5
-17
/
+18
*
Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS
schwarze
2022-03-29
1
-22
/
+21
*
man pages: add missing commas in enumerations
naddy
2022-03-29
3
-9
/
+9
*
Bound cofactor in EC_GROUP_set_generator()
tb
2022-03-29
1
-1
/
+7
*
Do not zero cofactor on ec_guess_cofactor() success
tb
2022-03-29
1
-2
/
+6
*
Zap trailing whitespace
tb
2022-03-29
1
-46
/
+46
*
Change internal functions to static in openssl(1) pkcs12
inoguchi
2022-03-28
1
-24
/
+30
*
Remove unused function cert_load in openssl(1) pkcs12
inoguchi
2022-03-28
1
-19
/
+1
*
Remove extra 'or'
claudio
2022-03-28
1
-3
/
+2
*
Check EVP_Digest* functions return value in openssl(1) ts
inoguchi
2022-03-27
1
-5
/
+16
*
name constraints: be more careful with NULs
tb
2022-03-26
2
-12
/
+25
*
Clean up {dtls1,ssl3}_read_bytes()
jsing
2022-03-26
2
-200
/
+166
*
Remove the minimum record length checks from dtls1_read_bytes()
jsing
2022-03-26
1
-32
/
+1
*
Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.
jsing
2022-03-26
1
-81
/
+92
*
Provide asn1_get_primitive()
jsing
2022-03-26
2
-2
/
+35
*
use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64
robert
2022-03-25
1
-5
/
+55
*
Adjust the signer test to link statically and work with hidden tls_signer
tb
2022-03-24
2
-3
/
+7
*
Crank major after symbol removal.
tb
2022-03-24
1
-2
/
+2
*
Hide the tls_signer from public visibility. It's not ready yet and
tb
2022-03-24
3
-29
/
+24
*
Check function return value
inoguchi
2022-03-24
1
-2
/
+3
*
Compare pointer value with NULL
inoguchi
2022-03-24
1
-63
/
+63
*
Wrap long lines
inoguchi
2022-03-24
1
-39
/
+44
*
Remove space between asterisk and variable name
inoguchi
2022-03-24
1
-22
/
+22
*
Convert openssl(1) ts option handling
inoguchi
2022-03-24
1
-153
/
+285
*
openssl cms: avoid NULL derefs on option parsing
tb
2022-03-23
1
-1
/
+3
*
Start disentangling armv7 and aarch64 code
tb
2022-03-23
8
-6
/
+154
*
Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().
jsing
2022-03-20
1
-53
/
+53
*
Remove three useless tests files
tb
2022-03-19
3
-185
/
+0
*
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
jsing
2022-03-19
3
-32
/
+43
*
Revise regress for ascii/text to ASN.1 object conversion rewrite.
jsing
2022-03-19
1
-58
/
+10
*
Rewrite ascii/text to ASN.1 object conversion.
jsing
2022-03-19
1
-121
/
+167
*
Add another invalid separator test case.
jsing
2022-03-19
1
-1
/
+5
*
Simplify SSL_do_handshake().
jsing
2022-03-18
1
-7
/
+5
[next]