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
2019-04-01
Sort.
jsing
1
-3
/
+3
2019-04-01
Make the openssl(1) enc -iter flag actually work.
jsing
1
-2
/
+2
2019-04-01
Add a mutex to guard reference counting for tls_config.
jsing
3
-4
/
+16
2019-04-01
Implement a print function for BIGNUM_it.
jsing
1
-2
/
+18
2019-04-01
Correct the return values from long_print.
jsing
1
-2
/
+5
2019-04-01
Require all ASN1_PRIMITIVE_FUNCS functions to be provided.
jsing
5
-26
/
+42
2019-04-01
mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sigh
deraadt
1
-3
/
+3
2019-04-01
Correct subtle bug in sigalgs, only care about curve_nid if we are
beck
1
-4
/
+4
2019-03-31
Clean up and simplify the client verify code:
jsing
1
-50
/
+49
2019-03-31
Wrap long lines and apply some style(9).
jsing
1
-7
/
+10
2019-03-31
Use named field initialisers.
jsing
2
-16
/
+18
2019-03-29
Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3).
tb
1
-4
/
+4
2019-03-28
Enable GOST cipher selection test after libssl has been fixed.
bluhm
1
-6
/
+1
2019-03-27
Cast nonce bytes to avoid undefined behaviour when left shifting.
jsing
1
-3
/
+3
2019-03-27
remove duplicate set key file call. from alf.
tedu
1
-3
/
+1
2019-03-27
bump to 2.9.1
bcook
1
-3
/
+3
2019-03-26
Use limits.h instead of sys/limits.h for portability.
jsing
1
-3
/
+2
2019-03-25
Update regress following sigalgs changes.
jsing
1
-17
/
+1
2019-03-25
Strip out all of the pkey to sigalg and sigalg to pkey linkages.
jsing
5
-59
/
+8
2019-03-25
tls1_process_sigalgs() is no longer needed.
jsing
2
-57
/
+2
2019-03-25
Defer sigalgs selection until the certificate is known.
jsing
9
-48
/
+124
2019-03-25
Rework ssl_ctx_use_certificate_chain_bio() to use the CERT_PKEY chain.
jsing
1
-46
/
+26
2019-03-25
Remove ssl_get_server_send_cert() which is now unused.
jsing
2
-14
/
+2
2019-03-25
Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.
jsing
4
-40
/
+36
2019-03-25
Add a chain member to CERT_PKEY and provide functions for manipulating it.
jsing
2
-3
/
+74
2019-03-24
In the incredibly unbelievable circumstance where _rs_init() fails to
deraadt
1
-2
/
+2
2019-03-24
If ssl_cipher_apply_rule() is given a specific cipher suite, match on it.
jsing
1
-3
/
+4
2019-03-24
Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a max
beck
1
-1
/
+5
2019-03-24
Cast nonce bytes to avoid undefined behaviour when left shifting.
jsing
1
-3
/
+3
2019-03-24
do not call assert(), which has a tendency to leave traces of stuff in
deraadt
1
-2
/
+3
2019-03-23
Add range checks to varios ASN1_INTEGER functions to ensure the
beck
3
-6
/
+62
2019-03-21
Fix typo in usage and comment.
bluhm
3
-6
/
+6
2019-03-21
import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,
schwarze
4
-3
/
+156
2019-03-21
space before punct;
jmc
1
-3
/
+3
2019-03-21
Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.
schwarze
4
-21
/
+116
2019-03-21
Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:
schwarze
4
-55
/
+230
2019-03-21
add a handful of missing functions
schwarze
1
-5
/
+38
2019-03-21
Bring back EVP_chacha20 list item that was accidentally removed
tb
1
-2
/
+3
2019-03-20
fix examples (libtls uses its own error reporting mechanism)
espie
1
-4
/
+4
2019-03-20
escape backslashes;
schwarze
2
-11
/
+11
2019-03-19
Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVP
schwarze
2
-4
/
+71
2019-03-19
Avoid an internal 2 byte overread in ssl_sigalgs().
jsing
1
-7
/
+2
2019-03-19
Revert TLS1_get{,_client}_version simplification because DTLS.
jsing
4
-14
/
+15
2019-03-18
* note that the handshake must be completed first
schwarze
1
-4
/
+15
2019-03-18
Insert a missing input line break after a .Vt macro;
schwarze
1
-4
/
+5
2019-03-18
Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):
schwarze
4
-74
/
+322
2019-03-18
In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods.
schwarze
1
-3
/
+26
2019-03-18
Document SM4; related to evp.h rev. 1.73.
schwarze
4
-6
/
+93
2019-03-18
Expand the ERR_PACK() macro to ERR_REASON() for consistency.
tb
1
-2
/
+2
2019-03-18
In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3).
schwarze
1
-3
/
+29
[next]