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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
wording tweaks from ross l richardson and tb;
jmc
1
-6
/
+6
2020-06-10
Add lucky13 and bleichenbacher-timing tests
tb
1
-1
/
+7
2020-06-10
document PKCS7_get_signer_info(3)
schwarze
5
-8
/
+75
2020-06-10
describe six more PKCS7 attribute functions
schwarze
1
-14
/
+208
2020-06-09
The check_includes step is incorrect dependency management model for
deraadt
3
-33
/
+3
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
7
-9
/
+181
2020-06-05
Add a custom copy handler for AES key wrap
tb
1
-5
/
+31
2020-06-05
Use IANA allocated GOST ClientCertificateTypes.
jsing
3
-9
/
+15
2020-06-05
Stop sending GOST R 34.10-94 as a CertificateType.
jsing
1
-3
/
+1
2020-06-05
Handle GOST in ssl_cert_dup().
jsing
1
-1
/
+5
2020-06-05
Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.
jsing
2
-2
/
+15
2020-06-05
Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.
jsing
1
-1
/
+3
2020-06-05
Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.
jsing
2
-0
/
+4
2020-06-05
Add a few more errors to help debugging.
jsing
1
-6
/
+16
2020-06-05
Add support for additional GOST curves.
jsing
4
-12
/
+182
2020-06-05
Remove remaining error *_str_functs[]
jsing
4
-274
/
+11
2020-06-05
Apply some style(9).
jsing
1
-34
/
+30
2020-06-05
One error file per directory is plenty.
jsing
3
-229
/
+157
2020-06-04
When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return
schwarze
4
-19
/
+124
2020-06-04
minor polishing:
schwarze
1
-4
/
+10
2020-06-04
Align tls13_server_select_certificate() with
tb
1
-3
/
+7
2020-06-04
Improve client certificate selection for TLSv1.3
tb
1
-16
/
+80
2020-06-04
mention that TLS_method(3) also supports TLSv1.3;
schwarze
1
-3
/
+3
2020-06-04
Collapse the x509v3 directory into x509.
jsing
38
-47
/
+44
2020-06-04
new manual page PKCS7_add_attribute(3);
schwarze
7
-12
/
+201
2020-06-03
Properly document PKCS7_final(3), which was already mentioned
schwarze
10
-32
/
+263
2020-06-03
Enable the record layer limits test and mark two finished test cases as
tb
1
-5
/
+8
2020-06-02
Remove const modifier in return type of tls13_handshake_active_state()
tb
1
-3
/
+3
2020-06-02
distracting whitespace
tb
1
-5
/
+5
2020-06-01
Split the handling of post handshake handshake messages into its
tb
1
-55
/
+44
2020-06-01
Remove expired certificate, ok tb@
sthen
1
-53
/
+1
2020-06-01
Enable the test-tls13-zero-length-data.py test, skipping the
tb
1
-8
/
+10
2020-06-01
Enable test-dhe-rsa-key-exchange-with-bad-messages.py
tb
1
-4
/
+2
2020-06-01
Send an illegal_parameter alert if a client sends us invalid DH key
tb
1
-3
/
+15
2020-06-01
Add a mechanism to set an alert in those parts of the read half of
tb
1
-3
/
+21
2020-06-01
bump to LibreSSL 3.2.1
libressl-v3.2.0
bcook
1
-3
/
+3
2020-05-31
Replace ssl_max_server_version() with ssl_downgrade_max_version()
jsing
3
-30
/
+6
2020-05-31
When building a chain look for non-expired certificates first.
jsing
1
-8
/
+29
2020-05-31
Correct downgrade sentinels when a version pinned method is in use.
jsing
4
-7
/
+40
2020-05-31
Fix printing long doubles on architectures with hm and lm bits.
mortimer
1
-1
/
+9
2020-05-29
Improve server certificate selection for TLSv1.3.
jsing
2
-23
/
+94
2020-05-29
Handle the case where we receive a valid 0 byte application data record.
jsing
1
-1
/
+10
2020-05-29
Wire up the servername callback in the TLSv1.3 server.
jsing
3
-3
/
+45
2020-05-29
Mop up servername_done, which is unused.
jsing
3
-14
/
+3
2020-05-29
Add checks for SH downgrade sentinel and HRR hash in appstest.sh
inoguchi
1
-1
/
+27
2020-05-27
more tests after getopt_long.c rev. 1.32;
schwarze
1
-10
/
+43
2020-05-27
This patch fixes one bug and one instance of undesirable behaviour.
schwarze
1
-9
/
+1
2020-05-27
document PKCS7_dataFinal(3);
schwarze
3
-3
/
+162
2020-05-26
minor cleanup ahead of the following work:
schwarze
1
-12
/
+14
2020-05-26
Add additional length checks for TLSv1.3 plaintext and inner plaintext.
jsing
1
-1
/
+6
[next]