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
OPENBSD_7_7
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
/
libssl
/
ssl_locl.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
Simplify err_build_SYS_str_reasons
tb
1
-19
/
+13
2025-05-20
Fix previous - names use underscores and not hyphens.
jsing
1
-3
/
+3
2025-05-20
Add ML-KEM768 Hybrid Kems to obj_mac.num
beck
1
-0
/
+3
2025-05-20
Add ML-KEM768 Hybrid Kems to objects.txt
beck
1
-0
/
+6
2025-05-20
Don't use the array index as the group_id
beck
1
-51
/
+97
2025-05-20
Make MLKEM1024_marshal_private_key consistent with the public_key funcitons
beck
7
-66
/
+68
2025-05-20
Whitespace nits from tb
beck
1
-1
/
+4
2025-05-19
Fix up MLKEM768_marshal_private_key to not use a passed in CBB
beck
7
-53
/
+54
2025-05-19
Remove the boringssl if || ideom from mlkem
beck
2
-34
/
+46
2025-05-19
API changes for ML-KEM
beck
9
-176
/
+203
2025-05-19
Simplify EVP AES code for ECB.
jsing
2
-33
/
+46
2025-05-19
Remove block128_f function casts.
jsing
1
-8
/
+20
2025-05-19
Simplify EVP AES code for OFB.
jsing
1
-7
/
+19
2025-05-19
Simplify EVP AES code for CFB.
jsing
1
-25
/
+79
2025-05-18
EC_POINT_new: wording tweaks in the BUGS section
tb
1
-6
/
+6
2025-05-18
Simplify EVP AES code for CTR.
jsing
1
-22
/
+23
2025-05-18
Unifdef AES_CTR_ASM.
jsing
1
-14
/
+1
2025-05-18
Simplify EVP code for AES CBC.
jsing
1
-26
/
+33
2025-05-18
add missing u64/uint64_t conversion
bcook
1
-3
/
+3
2025-05-18
Use stdint types instead of u64/u32/u8.
jsing
5
-134
/
+127
2025-05-18
Remove contortions with the rem_4bit table.
jsing
1
-28
/
+9
2025-05-18
Inline REDUCE1BIT macro.
jsing
1
-15
/
+6
2025-05-18
bio_dump: only run strncmp if there's something to compare
tb
1
-2
/
+2
2025-05-18
bio_mem: avoid pointer arithmetic on NULL
tb
1
-2
/
+4
2025-05-18
rc2: two files escaped the lure of the attic, set these poor souls free
tb
2
-241
/
+0
2025-05-17
Remove TABLE_BITS from gcm128.
jsing
2
-248
/
+3
2025-05-16
Replace GCM_MUL/GHASH defines with static inline functions.
jsing
1
-121
/
+99
2025-05-16
Stop using CRYPTO_gcm128_init() and stack allocated GCM128_CONTEXT.
jsing
1
-16
/
+16
2025-05-14
nc: disallow -T with = when arguments are not key=value pairs
tb
1
-1
/
+3
2025-05-10
Increase default PKCS12_SALT_LEN from 8 to 16 bytes
tb
1
-2
/
+2
2025-05-10
asn_moid: move inclusion of err_local.h to the proper place
tb
1
-2
/
+2
2025-05-10
Sort FOOerror() in ASCII order
tb
1
-18
/
+18
2025-05-10
Simplify the remaining FOOerror()
tb
1
-26
/
+28
2025-05-10
Remove unused internal FOOerror()
tb
1
-11
/
+1
2025-05-10
Remove error macros except PEMerr(), RSAerr() and SSLerr()
tb
1
-37
/
+4
2025-05-10
ssl_local.h: stop guarding SYSerror() with an #ifdef
tb
1
-3
/
+1
2025-05-10
Move the internal FOOerror() to err_local.h
tb
2
-40
/
+38
2025-05-10
Use err_local.h rather than err.h in most places
tb
222
-456
/
+454
2025-05-10
ssl_local: provide an SSL-internal version of SYSerror()
tb
1
-1
/
+4
2025-05-10
SSL_error_internal: remove a superfluous pair of parens
tb
1
-3
/
+2
2025-05-10
ssl_local.h: adjust some whitespace
tb
1
-3
/
+3
2025-05-10
const correct SSL_error_internal()
tb
2
-4
/
+4
2025-05-10
cms: disallow AEAD ciphers and AES XTS
tb
1
-3
/
+21
2025-05-09
Garbage collect docs of BIO_dump{,_indent}_{cb,fp}()
tb
1
-35
/
+3
2025-05-09
bss_log.c: don't rely on err.h pulling in bio.h
tb
1
-2
/
+2
2025-05-09
openssl ocsp: switch from X509V3error() to perror()
tb
1
-6
/
+6
2025-05-05
merge the x509name test into x509_name_test.c
tb
4
-73
/
+125
2025-05-04
Fix up two markup mistakes with .Fn and .Xr
tb
1
-4
/
+4
2025-05-04
Improve the pqueue test
tb
3
-48
/
+57
2025-05-04
sigh. pqueue_find() also needs a const treatment
tb
2
-4
/
+4
[prev]
[next]