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
/
lib
/
libtls
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-19
Provide a struct bio_mem for memory BIO specific data.
jsing
1
-47
/
+58
2022-02-18
Avoid gendered language in man pages when not referring to a specific
jsg
1
-4
/
+4
2022-02-18
Clean up and simplify memory BIO code.
jsing
1
-124
/
+139
2022-02-18
prefer https links in man pages
jsg
3
-9
/
+9
2022-02-18
grammar/reword
jsg
1
-5
/
+7
2022-02-17
Add tests for memory BIO.
jsing
1
-2
/
+254
2022-02-12
Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.
jsing
1
-4
/
+99
2022-02-12
Avoid potential single byte overread in asn1_parse2().
jsing
1
-3
/
+4
2022-02-12
Revise for OBJ_obj2txt() OID arc limits.
jsing
1
-4
/
+4
2022-02-12
Limit OID text conversion to 64 bits per arc.
jsing
1
-55
/
+16
2022-02-11
Fix length check of IP addresses for name constraints
tb
1
-2
/
+3
2022-02-11
Add missing error check for a2i_GENERAL_NAME()
tb
1
-1
/
+3
2022-02-11
Fix a double free in v2i_NAME_CONSTRAINTS()
tb
1
-2
/
+3
2022-02-11
Test OBJ_obj2nid() with an undefined (NID_undef) object.
jsing
1
-2
/
+2
2022-02-11
Make OBJ_obj2nid() work correctly with NID_undef.
jsing
1
-3
/
+3
2022-02-11
Add initial regress for objects.
jsing
3
-1
/
+449
2022-02-10
If running with ASAN, mark test_with{,out}_bzero() with the
tb
1
-3
/
+14
2022-02-09
silence "function declaration isn't a prototype" warning by changing
tb
1
-6
/
+6
2022-02-08
Plug a long standing leak in libtls CRL handling
tb
1
-2
/
+1
2022-02-08
Plug leaks reported by Ilya Shipitsin
tb
1
-1
/
+5
2022-02-08
Plug a number of leaks reported by Ilya Shipitsin
tb
1
-2
/
+9
2022-02-08
Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.
tb
1
-7
/
+4
2022-02-08
Fix memleaks reported by Ilya Shipitsin
tb
1
-3
/
+5
2022-02-08
Change second argument of x25519_ge_scalarmult_base() from
tb
1
-2
/
+2
2022-02-07
Avoid a NULL dereference in BN_mod_exp2_mont()
tb
1
-2
/
+2
2022-02-07
Check for zero modulus in BN_MONT_CTX_set().
tb
1
-1
/
+4
2022-02-06
Remove i <= 0 checks from SSL_get_error()
jsing
1
-15
/
+16
2022-02-06
Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.
jsing
1
-1
/
+5
2022-02-06
cope with recent S3I removal; ok tb@
anton
1
-2
/
+2
2022-02-06
remove please from manual pages
jsg
2
-6
/
+6
2022-02-05
Adapt appstest.sh for the new TLS_ names.
tb
1
-9
/
+5
2022-02-05
Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list
tb
1
-1
/
+5
2022-02-05
Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.
tb
1
-10
/
+5
2022-02-05
Adjust the ssl_get_shared_ciphers to the new names.
tb
1
-23
/
+23
2022-02-05
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
tb
3
-16
/
+22
2022-02-05
Revise for S3I removal.
jsing
1
-81
/
+81
2022-02-05
Bye bye S3I.
jsing
23
-772
/
+755
2022-02-04
Bump libressl's version in pkgconfig to 2.0.0
tb
2
-4
/
+6
2022-02-04
Remove a strange inheritance check from addr_validate_path_internal()
tb
1
-4
/
+1
2022-02-04
Fix capitalization of ChaCha20
tb
1
-3
/
+3
2022-02-03
Unindent and unwrap lines. Pull up a NULL check. No functional change.
tb
1
-28
/
+26
2022-02-03
Remove commented variable declarations
tb
1
-6
/
+1
2022-02-03
Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that the
tb
1
-3
/
+3
2022-02-03
Use X509_*get0_pubkey() wherever possible to simplify and clean up
tb
3
-36
/
+22
2022-02-03
Remove some stale comments.
tb
1
-21
/
+1
2022-02-03
Cleanup/simplify ssl_cert_type()
jsing
6
-34
/
+24
2022-02-01
Use TLS_PADDING_* defines.
jsing
1
-4
/
+6
2022-02-01
Provide our own signature padding defines.
jsing
2
-6
/
+38
2022-02-01
Revise/simplify for signer interface change.
jsing
1
-20
/
+10
2022-02-01
Revise signer callback interface.
jsing
2
-83
/
+128
[prev]
[next]