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-01-11
Revise for peer_cert.
jsing
1
-6
/
+6
2022-01-11
Remove peer_pkeys from SSL_SESSION.
jsing
6
-96
/
+58
2022-01-11
Simplify SSL_get_peer_certificate()
jsing
1
-10
/
+8
2022-01-11
Rename 'peer' to 'peer_cert' in SSL_SESSION.
jsing
8
-37
/
+37
2022-01-11
Revise for changes to tls_key_share_peer_public()
jsing
1
-2
/
+4
2022-01-11
Plumb decode errors through key share parsing code.
jsing
7
-48
/
+106
2022-01-11
Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.
jsing
1
-4
/
+10
2022-01-11
Simplify tlsext_keyshare_server_parse()
jsing
1
-9
/
+5
2022-01-11
Wrap long lines
inoguchi
1
-42
/
+74
2022-01-11
Check function return value
inoguchi
1
-32
/
+57
2022-01-11
Suppress warning
inoguchi
1
-1
/
+3
2022-01-11
Compare pointer variable with NULL
inoguchi
1
-44
/
+44
2022-01-11
Remove space between '*' and pointer variable.
inoguchi
1
-11
/
+9
2022-01-11
Convert openssl(1) smime option handling
inoguchi
1
-357
/
+744
2022-01-10
Convert tls_bio_cb for opaque BIO
tb
1
-19
/
+46
2022-01-10
Document EVP_AEAD_CTX_{new,free}() and adjust example code.
tb
1
-6
/
+45
2022-01-10
Unbreak tree. Sorry about that.
tb
1
-7
/
+7
2022-01-10
NULL out pointers after transferring them to the DSA object.
tb
1
-1
/
+9
2022-01-10
Dedup get_dsa*() code.
tb
1
-91
/
+60
2022-01-10
Convert testdsa to accessors for opaque DSA
tb
1
-30
/
+90
2022-01-10
Remove a few unused defines from x509.h
tb
1
-6
/
+1
2022-01-10
Prepare to provide the EVP_MD_meth_* API
tb
2
-2
/
+130
2022-01-10
Document openssl pkey -check,-pubcheck and param -check
tb
1
-2
/
+12
2022-01-10
Implement openssl pkey -{,pub}check and pkeyparam -check
tb
4
-10
/
+79
2022-01-10
Prepare to provide EVP_PKEY_{public,param}_check
tb
8
-8
/
+146
2022-01-10
Provide DH_check*_ex and many error codes
tb
4
-4
/
+102
2022-01-10
Prepare to provide EVP_PKEY_check()
tb
8
-12
/
+89
2022-01-10
Prevent a double free in EVP_MD_CTX_copy_ex()
tb
1
-1
/
+3
2022-01-10
zap trailing whitespace
tb
1
-5
/
+5
2022-01-10
Check that the RSA exponent is neither even nor 1 in RSA_check_key()
tb
1
-1
/
+10
2022-01-09
Use C99 initializers for test_sha_md
tb
1
-13
/
+12
2022-01-09
Add an essentially empty comp_local.h and include it where it will
tb
5
-4
/
+22
2022-01-09
ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.
jsing
1
-3
/
+3
2022-01-09
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
jsing
3
-9
/
+9
2022-01-09
Clean up ssl3_{send,get}_client_kex_gost()
jsing
2
-41
/
+46
2022-01-09
Return 0/1 from ssl3_{send,get}_client_kex_gost()
jsing
2
-7
/
+7
2022-01-09
Remove a comment from Captain Obvious.
jsing
1
-4
/
+2
2022-01-09
Fix GOST skip certificate verify handling.
jsing
1
-19
/
+11
2022-01-09
Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx()
tb
4
-5
/
+55
2022-01-09
Clean up pkey handling in ssl3_get_server_key_exchange()
jsing
1
-42
/
+22
2022-01-09
Increase the max size of allocations, in prep for a large cache implementation.
otto
1
-3
/
+3
2022-01-08
Prepare to provide OBJ_length() and OBJ_get0_data()
tb
2
-2
/
+28
2022-01-08
tiny whitespace tweak
tb
1
-2
/
+2
2022-01-08
Merge SESS_CERT into SSL_SESSION.
jsing
8
-171
/
+76
2022-01-08
Remove commented out CERT_* defines.
jsing
1
-7
/
+1
2022-01-08
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
jsing
10
-101
/
+101
2022-01-08
x509_cpols.c will need to include x509_lcl.h soon
tb
1
-1
/
+2
2022-01-08
Indicate current default cipher
inoguchi
1
-3
/
+3
2022-01-07
Add some workarounds to make build_addr_block_test_data const.
tb
1
-17
/
+26
2022-01-07
Prepare to provide EVP_AEAD_CTX_{new,free}()
tb
2
-3
/
+29
[next]