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
OPENBSD_7_7
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
*
This commit was manufactured by cvs2git to create tag 'OPENBSD_7_7_BASE'.
OPENBSD_7_7_BASE
cvs2svn
2025-03-28
0
-0
/
+0
*
x509_policy: zap an extra s
tb
2025-03-28
1
-2
/
+2
*
x509_policy: certificats -> certificates
tb
2025-03-28
1
-2
/
+2
*
typos: us -> is, te -> the (twice)
tb
2025-03-28
1
-3
/
+3
*
typo: primtive -> primitive
tb
2025-03-28
2
-4
/
+4
*
Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3)
tb
2025-03-25
1
-9
/
+4
*
Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().
jsing
2025-03-24
4
-35
/
+33
*
Check group generator in EC_POINT_mul().
jsing
2025-03-24
1
-1
/
+6
*
Plug a memory leak in x509_name_encode()
tb
2025-03-20
1
-2
/
+4
*
x509_param_set_hosts_internal: rename vpm to param for consistency
tb
2025-03-19
1
-11
/
+11
*
X509_VERIFY_PARAM_lookup(): avoid passing stack garbage around
tb
2025-03-19
1
-1
/
+2
*
Rename pm to param, fix the type of idx and unindent
tb
2025-03-19
1
-8
/
+6
*
Introduce and use N_DEFAULT_VERIFY_PARAMS
tb
2025-03-19
1
-6
/
+9
*
X509_VERIFY_PARAM_get0(): use consistent idiom for default_table access
tb
2025-03-19
1
-2
/
+3
*
X509_VERIFY_PARAM_lookup(): remove unnecessary braces and add empty line
tb
2025-03-19
1
-3
/
+3
*
X509_VERIFY_PARAM_get_count(): make NULL check explicit
tb
2025-03-19
1
-2
/
+2
*
X509_VERIFY_PARAM_get0: avoid out of bounds access when id < 0
tb
2025-03-19
1
-1
/
+5
*
Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38
tb
2025-03-19
1
-15
/
+2
*
Fix traditional SSLeay X509_NAME printing
tb
2025-03-19
1
-29
/
+1
*
save_index: fix some code quality issues
tb
2025-03-18
1
-13
/
+16
*
PKCS7_dataVerify(): zap offensive whitespace
tb
2025-03-18
1
-2
/
+2
*
PKCS7_signatureVerify(): add missing free after EVP_VerifyUpdate()
tb
2025-03-18
1
-2
/
+4
*
apps.c: don't leak out in error path
tb
2025-03-17
1
-1
/
+2
*
Update cert.pem, ok sthen
tb
2025-03-16
1
-215
/
+179
*
Rename a bunch of confusingly named variables
tb
2025-03-15
1
-6
/
+6
*
Add regress coverage for X509_NAME_oneline and X509_NAME_print
tb
2025-03-15
2
-1
/
+314
*
const correct d2i_* prototypes
tb
2025-03-14
4
-13
/
+13
*
minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)
sthen
2025-03-13
2
-2
/
+2
*
pkey_ec_derive: fix call to ECDH_compute_key()
tb
2025-03-13
1
-2
/
+2
*
Simplify field and private key encoding
tb
2025-03-13
1
-13
/
+3
*
Make srtp.h self-standing by including ssl.h
tb
2025-03-13
1
-1
/
+3
*
Provide an accelerated SHA-512 assembly implementation for aarch64.
jsing
2025-03-12
4
-2
/
+353
*
Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
2025-03-12
1
-1
/
+56
*
Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
2025-03-12
4
-6
/
+36
*
Use .arch rather than .cpu for sha2 instructions.
jsing
2025-03-12
1
-2
/
+2
*
Streamline X509_VERIFY_PARAM_add0_table()
tb
2025-03-12
1
-17
/
+12
*
x509_vpm: remove unnecessary NULL check before sk_pop_free()
tb
2025-03-12
1
-4
/
+2
*
ec.h: remove last SunPro pragmas
tb
2025-03-10
1
-13
/
+1
*
Disambiguate curve comments
tb
2025-03-09
1
-21
/
+21
*
X509_NAME_print_ex: zap stray comma
tb
2025-03-09
1
-2
/
+2
*
Give libtls the same bump as libcrypto and libssl
tb
2025-03-09
1
-2
/
+2
*
Give libssl the same bump as libcrypto
tb
2025-03-09
1
-1
/
+1
*
Bump libcrypto major after symbol removal
tb
2025-03-09
1
-1
/
+1
*
const correct tls_session_secret_cb_fn()
tb
2025-03-09
4
-8
/
+8
*
Bump LibreSSL version
tb
2025-03-09
1
-3
/
+3
*
Reinstate PKCS12_key_gen_uni()
tb
2025-03-09
5
-7
/
+10
*
Remove EC_POINTs_* API
tb
2025-03-09
4
-34
/
+3
*
Remove Jprojective_coordinates API
tb
2025-03-09
4
-29
/
+3
*
Unexport EC_GROUP_*precompute_mult()
tb
2025-03-09
4
-25
/
+3
*
Unexport EC_GROUP_copy()
tb
2025-03-09
4
-8
/
+4
[next]