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
/
regress
/
lib
/
libssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the ssltest security level aware.
tb
2022-07-07
1
-1
/
+9
*
Switch ssltest to using the newly generated certs that use SHA-256 instead
tb
2022-07-07
2
-8
/
+6
*
Adjust to new tls1_ec_nid2group_id API.
tb
2022-07-02
1
-7
/
+13
*
Add support for sending QUIC transport parameters
beck
2022-06-29
1
-1
/
+257
*
Use relative paths so beck can run regress in his git tree and have
tb
2022-06-29
4
-8
/
+12
*
More %i vs %d cleanup
tb
2022-06-10
7
-20
/
+20
*
Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to
tb
2022-06-07
1
-18
/
+18
*
Minor tweaks to psk modes regress
tb
2022-06-06
1
-3
/
+3
*
move the calls to psk kex modes tests down to match order in ssl_tlsext.c
tb
2022-06-05
1
-4
/
+4
*
Add regress coverage for PSK kex modes tlsext handlers.
tb
2022-06-05
1
-2
/
+210
*
Add the two length tests. Can't currently run them because we need an
tb
2022-05-14
1
-1
/
+6
*
If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so that
tb
2022-05-10
1
-1
/
+5
*
Default Ruby is now 3.1
tb
2022-05-08
1
-2
/
+2
*
Add missing self. From anton
tb
2022-04-21
1
-2
/
+2
*
Some more c99 initializers for consistency and readability
tb
2022-03-08
1
-23
/
+62
*
Plug leaks reported by Ilya Shipitsin
tb
2022-02-08
1
-1
/
+5
*
Plug a number of leaks reported by Ilya Shipitsin
tb
2022-02-08
1
-2
/
+9
*
cope with recent S3I removal; ok tb@
anton
2022-02-06
1
-2
/
+2
*
Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list
tb
2022-02-05
1
-1
/
+5
*
Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.
tb
2022-02-05
1
-10
/
+5
*
Adjust the ssl_get_shared_ciphers to the new names.
tb
2022-02-05
1
-23
/
+23
*
Revise for S3I removal.
jsing
2022-02-05
1
-81
/
+81
*
Revise for peer_cert.
jsing
2022-01-11
1
-6
/
+6
*
Revise for changes to tls_key_share_peer_public()
jsing
2022-01-11
1
-2
/
+4
*
Let dtlstest peek into bio_local.h
tb
2022-01-07
2
-2
/
+4
*
Revise for change to tls_key_share_peer_public()
jsing
2022-01-06
1
-3
/
+2
*
Test CBB_add_u64()
jsing
2022-01-06
1
-2
/
+6
*
With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san
tb
2022-01-06
1
-2
/
+2
*
Revise for tls13_key_share rename.
jsing
2022-01-05
1
-11
/
+11
*
Provide regress for SSL public APIs.
jsing
2022-01-05
3
-1
/
+387
*
Plug memleaks
tb
2021-12-29
1
-3
/
+11
*
One more leak of the same kind
tb
2021-12-29
1
-2
/
+2
*
Plug memleak
tb
2021-12-29
1
-3
/
+3
*
Provide a set of RSA and ECDSA test certificates/keys.
jsing
2021-12-27
30
-0
/
+919
*
Provide a script to generate test certificates/keys.
jsing
2021-12-27
1
-0
/
+263
*
Add coverage for CBS additions.
jsing
2021-12-15
1
-2
/
+50
*
Tell testers which packages to install right away (and why)
kn
2021-12-02
3
-3
/
+7
*
Prepare ssltest for opaque DH
tb
2021-11-21
1
-18
/
+39
*
Switch to BIO_up_ref() instead of adjusting references manually.
tb
2021-11-20
2
-16
/
+6
*
Use BIO_up_ref() instead of adjusting refcounts manually
tb
2021-11-20
1
-9
/
+3
*
Fix ssltest to work with opaque EVP_PKEY.
tb
2021-11-18
1
-22
/
+33
*
Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.
jsing
2021-11-02
1
-1
/
+15
*
Rework SNI hostname regress to be table driven.
jsing
2021-11-01
1
-62
/
+147
*
Make this test compile again after the damage done in libcrypto
tb
2021-10-31
1
-19
/
+20
*
openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.
tb
2021-10-28
1
-6
/
+9
*
Free memory on text exit to make asan quieter
beck
2021-10-26
1
-53
/
+83
*
Revise regress for removal of SSL_SESSION_INTERNAL.
jsing
2021-10-26
1
-27
/
+27
*
Add a regress test for TLS client/server.
jsing
2021-10-23
3
-1
/
+496
*
Revise regress test for tls13_buffer rename.
jsing
2021-10-23
1
-14
/
+16
*
Revise regress for tlsext_tick_lifetime_hint changing type.
jsing
2021-10-23
1
-2
/
+2
[prev]
[next]