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
2022-08-29
Provide ASN1_R_TYPE_NOT_PRIMITIVE.
jsing
2
-2
/
+4
2022-08-29
static const, not const static
jsg
1
-3
/
+3
2022-08-28
Plug memory leak in CMS_add_simple_smimecap() in the unlikely event that
tb
1
-3
/
+6
2022-08-28
Add regress test for the encoding of an ASN1_INTEGER with NULL data.
jsing
1
-1
/
+38
2022-08-28
Encode an ASN.1 INTEGER with NULL data to value of zero.
jsing
1
-2
/
+4
2022-08-28
remove unused blowfish inline defines
jsg
1
-8
/
+1
2022-08-27
Wire up QUIC regress.
jsing
1
-1
/
+2
2022-08-27
Add regress for QUIC.
jsing
2
-0
/
+358
2022-08-27
Handle SSL_do_handshake() being called before SSL_provide_quic_data().
jsing
1
-1
/
+4
2022-08-27
Provide additional defines for EVP AEAD.
jsing
1
-1
/
+18
2022-08-21
Revise regress now that SSL_QUIC_METHOD exists.
jsing
1
-4
/
+6
2022-08-21
Provide the remaining QUIC API.
jsing
2
-2
/
+149
2022-08-21
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
jsing
3
-19
/
+59
2022-08-21
Provide SSL_QUIC_METHOD.
jsing
3
-9
/
+172
2022-08-21
Provide and use QUIC specific error reasons.
jsing
3
-5
/
+9
2022-08-21
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
jsing
1
-1
/
+16
2022-08-21
Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}
jsing
1
-10
/
+15
2022-08-21
fix indent and zap trailing whitespace
tb
1
-3
/
+3
2022-08-20
zap a tab
tb
1
-2
/
+2
2022-08-20
Test EVP_chacha20_poly1305() (linking statically for now)
jsing
2
-3
/
+4
2022-08-20
Provide EVP_chacha20_poly1305()
jsing
2
-7
/
+260
2022-08-20
Remove bogus length checks from EVP_aead_chacha20_poly1305()
jsing
1
-27
/
+1
2022-08-20
Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().
jsing
1
-3
/
+23
2022-08-20
Rewrite i2c_ASN1_INTEGER() using CBB/CBS.
jsing
1
-97
/
+100
2022-08-20
Make it possible to signal an error from an i2c_* function.
jsing
1
-2
/
+7
2022-08-20
Add an empty pkcs12_local.h and include it where it will soon be needed.
tb
12
-11
/
+94
2022-08-18
Adjust signatures of BIO_ctrl functions
tb
1
-13
/
+10
2022-08-18
Allow empty attribute sets in CSRs
tb
1
-2
/
+4
2022-08-18
Tweak prototype to match function definition (n -> index)
tb
1
-2
/
+2
2022-08-17
Implement the SSL_CTRL_GET_SHARED_GROUP control
tb
1
-1
/
+37
2022-08-17
Refactor tls1_get_supported_group()
tb
2
-30
/
+99
2022-08-17
Add SSL_get_shared_{curve,group}()
tb
1
-2
/
+10
2022-08-17
Make tls1_get_{format,group_}list() take a const SSL
tb
2
-8
/
+8
2022-08-17
Provide ssl_security_shared_group()
tb
2
-5
/
+18
2022-08-17
Deduplicate peer certificate chain processing code.
jsing
10
-109
/
+121
2022-08-15
Add missing RCS tag and zap a trailing space
tb
1
-2
/
+2
2022-08-15
Initialize readbytes in BIO_gets()
tb
1
-2
/
+2
2022-08-15
Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()
tb
1
-6
/
+4
2022-08-15
Remove redeclaration of ret
tb
1
-2
/
+1
2022-08-12
Fix upper bound in a for loop (no functional change).
tb
1
-2
/
+2
2022-08-12
Tweak a comment to be more accurate.
tb
1
-3
/
+3
2022-08-11
Remove unused variable
tb
1
-6
/
+3
2022-08-10
Avoid signed integer overflow due to unary negation
tb
1
-12
/
+8
2022-08-10
Cast int64_t to uint64_t for negating
tb
1
-3
/
+7
2022-08-10
Only print versions we know about
tb
1
-4
/
+10
2022-08-08
For putenv(3), return an error if string starts with a '=' character.
millert
2
-5
/
+10
2022-08-05
fix error message
tb
1
-2
/
+2
2022-08-05
Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");
tb
1
-10
/
+10
2022-08-05
Make the bogokey[] global static const.
tb
1
-7
/
+8
2022-08-05
Move CBB_init() to a consistent place.
tb
1
-10
/
+10
[next]