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
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
.Li -> .Vt where appropriate;
jmc
2022-09-11
24
-106
/
+103
*
fix repeated words
jsg
2022-09-11
2
-6
/
+6
*
Increment the input and output position for EVP AES CFB1.
jsing
2022-09-10
1
-1
/
+3
*
Use correct length for EVP CFB mode ciphers.
jsing
2022-09-10
7
-22
/
+22
*
Use CBS to parse TLS alerts in the legacy stack.
jsing
2022-09-10
1
-4
/
+10
*
Provide a version of ssl_msg_callback() that takes a CBS.
jsing
2022-09-10
3
-8
/
+17
*
carrier return character -> carriage return character
jsg
2022-09-10
1
-2
/
+2
*
fix repeated words
jsg
2022-09-10
5
-15
/
+15
*
fix repeated words
jsg
2022-09-10
1
-3
/
+3
*
ssl_cipher_process_rulestr: return early if a cipher command is invalid
millert
2022-09-08
1
-5
/
+2
*
ssl_cipher_process_rulestr: don't read outside rule_str buffer
millert
2022-09-07
1
-2
/
+3
*
Remove more mkerr.pl remnants, missed in previous
kn
2022-09-06
1
-54
/
+3
*
Replace aes_{ccm,xts}_cleanup usage with NULL.
jsing
2022-09-06
1
-16
/
+11
*
Stop casting a size_t to a long and then passing it as a size_t.
jsing
2022-09-06
3
-31
/
+31
*
Remove dead code.
jsing
2022-09-04
2
-36
/
+12
*
Add bounds checks for various EVP cipher implementations.
jsing
2022-09-04
6
-7
/
+98
*
Remove dead code.
jsing
2022-09-04
5
-25
/
+10
*
Expand the looney M_do_cipher macro.
jsing
2022-09-04
1
-11
/
+9
*
Rearrange some functions.
jsing
2022-09-04
8
-177
/
+141
*
Remove now unused EVP_C_DATA macro.
jsing
2022-09-04
1
-3
/
+1
*
Remove now unused BLOCK_CIPHER_* macros.
jsing
2022-09-04
1
-186
/
+1
*
Expand BLOCK_CIPHER_* macros.
jsing
2022-09-04
1
-15
/
+108
*
Mechanically expand BLOCK_CIPHER_* macros.
jsing
2022-09-04
2
-32
/
+387
*
Mechanically expand BLOCK_CIPHER_* ciphers.
jsing
2022-09-04
1
-17
/
+145
*
Remove now unused IMPLEMENT_CFBR macro.
jsing
2022-09-04
1
-10
/
+1
*
Make ssl_create_cipher_list() have a single exit
tb
2022-09-04
1
-23
/
+23
*
Mechanically expand IMPLEMENT_CFBR macros.
jsing
2022-09-04
1
-8
/
+267
*
Remove now unused IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
4
-19
/
+4
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-21
/
+486
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-4
/
+162
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-8
/
+161
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-6
/
+162
*
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
jsing
2022-09-03
1
-5
/
+163
*
Rewrap some lines, no functional change.
jsing
2022-09-03
1
-4
/
+6
*
Tidy up asn1_c2i_primitive() slightly.
jsing
2022-09-03
1
-8
/
+8
*
Avoid recycling ASN1_STRINGs when decoding ASN.1.
jsing
2022-09-03
1
-14
/
+12
*
Remove duplicate prototype that just snuck in.
jsing
2022-09-03
1
-3
/
+1
*
Ensure ASN.1 types are appropriately encoded.
jsing
2022-09-03
3
-7
/
+52
*
Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().
jsing
2022-09-03
3
-9
/
+33
*
Prepare to provide OPENSSL_cleanup.
jsing
2022-09-03
3
-6
/
+30
*
Stop using CBIGNUM_it internal to libcrypto.
jsing
2022-09-03
3
-8
/
+11
*
Check sk_SSL_CIPHER_push() return value
tb
2022-09-01
1
-4
/
+11
*
Add an empty line for consistency.
tb
2022-08-31
1
-1
/
+2
*
Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()
tb
2022-08-31
1
-4
/
+12
*
Revert r1.46. Causes fireworks in regress.
tb
2022-08-31
1
-9
/
+5
*
Remove most mentions of contexts on the stack.
tb
2022-08-31
2
-23
/
+4
*
nasty whitespace
tb
2022-08-31
1
-9
/
+9
*
Rework DSA_size() and ECDSA_size()
tb
2022-08-31
2
-43
/
+32
*
Switch loop bounds from size_t to int in check_hosts()
tb
2022-08-31
1
-2
/
+2
*
Avoid potential NULL dereference in ssl_set_pkey()
tb
2022-08-31
1
-5
/
+9
[next]