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
2021-09-08
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
tb
3
-3
/
+24
2021-09-08
Prepare to provide API stubs for PHA
tb
2
-2
/
+27
2021-09-08
Fix leak in cms_RecipientInfo_kekri_decrypt()
tb
1
-1
/
+2
2021-09-08
Prepare to provide SSL_get_tlsext_status_type()
tb
3
-3
/
+20
2021-09-08
Prepare to provide SSL_set0_rbio()
tb
2
-2
/
+12
2021-09-08
Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn()
tb
2
-9
/
+137
2021-09-08
Replace bare ; with continue;
job
1
-7
/
+7
2021-09-08
Fix indentation of comments and labels
job
2
-165
/
+167
2021-09-07
Replace (&(x)) pattern with &x
job
2
-32
/
+32
2021-09-07
KNF
job
2
-1478
/
+1548
2021-09-06
The default Ruby has switched to 3.0
tb
1
-2
/
+2
2021-09-05
new sentence, new line, and tweak wording of previous;
jmc
1
-2
/
+3
2021-09-05
Remove unused variable tmptm in do_body of openssl(1) ca
inoguchi
1
-8
/
+2
2021-09-05
Using serial number instead as subject if it is empty in openssl(1) ca
inoguchi
2
-3
/
+36
2021-09-05
Check extensions before setting version to v3
inoguchi
1
-5
/
+10
2021-09-05
Use accessor method rather than direct X509 structure access
inoguchi
1
-20
/
+10
2021-09-04
Factor out the TLSv1.3 code that handles content from TLS records.
jsing
6
-80
/
+238
2021-09-04
Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
beck
1
-22
/
+106
2021-09-04
Improve DTLS hello request handling code.
jsing
1
-2
/
+8
2021-09-04
Change dtls1_get_message_header() to take a CBS.
jsing
3
-22
/
+21
2021-09-04
Improve DTLS record header parsing.
jsing
1
-7
/
+7
2021-09-04
Disable tests that don't work in bluhms regress framework.
mbuhl
1
-1
/
+7
2021-09-03
Add X509 Extensions for IP Addresses and AS Identifiers
job
1
-1
/
+2
2021-09-03
* add the missing STANDARDS section as noticed by tb@
schwarze
1
-3
/
+20
2021-09-03
Implement a -h option that allows specifying a target host that
tb
1
-9
/
+13
2021-09-03
Now that the issue is fixed, enable test-extensions.py
tb
1
-6
/
+2
2021-09-03
Use SSL3_HM_HEADER_LENGTH instead of the magic number 4.
jsing
1
-13
/
+14
2021-09-03
Ensure that a server hello does not have trailing data.
jsing
1
-1
/
+4
2021-09-03
Ensure that a client hello does not have trailing data.
jsing
1
-1
/
+4
2021-09-03
Set message_size correctly when switching to the legacy stack.
jsing
1
-2
/
+2
2021-09-03
Make Bob happy.
bluhm
1
-1
/
+5
2021-09-03
Call the callback on success in new verifier in a compatible way
beck
4
-19
/
+56
2021-09-02
Unroll ASN1_ITEM_ref()
job
1
-1
/
+1
2021-09-02
Change OPENSSL_strdup() to strdup()
job
1
-1
/
+1
2021-09-02
Change OPENSSL_malloc to calloc()
job
1
-1
/
+2
2021-09-02
Repair unrolling of static ASN1_ITEM IPAddrBlocks_it
job
1
-0
/
+11
2021-09-02
Make v3_addr and v3_asid extern const
job
1
-2
/
+2
2021-09-02
Add err.h for X509error() and friends
job
2
-0
/
+2
2021-09-02
Fix OPENSSL_assert() and assert()
job
2
-35
/
+17
2021-09-02
Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocks
job
1
-4
/
+7
2021-09-02
Change the OPENSSL_strdup() to strdup()
job
1
-3
/
+4
2021-09-02
Fix header file includes
job
2
-8
/
+9
2021-09-02
Move the error put functions from X509V3err() to X509V3error()
job
2
-52
/
+32
2021-09-02
Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()
job
2
-46
/
+218
2021-09-02
Add -f to usage
tb
1
-2
/
+2
2021-09-02
OPENSSL_assert() is not appropriate in this context
job
1
-2
/
+3
2021-09-02
Replace ossl_assert()/assert() with OPENSSL_assert()
job
2
-14
/
+14
2021-09-02
Enable vfork syscall test. Disable SIGSTOP test as it is masked until
mbuhl
5
-6
/
+45
2021-09-02
We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message
beck
1
-2
/
+3
2021-09-02
Replace OPENSSL_free() with free()
job
2
-7
/
+7
[prev]
[next]